aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow2-3/+7
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov2-2/+3
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2-2/+10
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov4-35/+29
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2-70/+75
2021-12-13kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov1-0/+6
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov2-11/+74
2021-12-13kunit: tool: revamp message for invalid kunitconfigDaniel Latypov1-9/+11
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov3-0/+31
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov3-42/+37
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov2-7/+57
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow3-5/+30
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow2-4/+6
2021-12-13kunit: add run_checks.py script to validate kunit changesDaniel Latypov1-0/+81
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov2-0/+8
2021-10-29kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov1-6/+9
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov2-3/+4
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar8-383/+938
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov2-30/+62
2021-10-19kunit: tool: support running each suite/test separatelyDaniel Latypov2-22/+118
2021-10-19kunit: tool: actually track how long it took to run testsDaniel Latypov1-3/+5
2021-10-19kunit: tool: factor exec + parse steps into a functionDaniel Latypov1-25/+19
2021-10-19kunit: tool: show list of valid --arch options when invalidDaniel Latypov2-2/+7
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov3-19/+12
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov1-3/+2
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2-2/+30
2021-08-13kunit: Print test statistics on failureDavid Gow1-1/+1
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov3-9/+24
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2-10/+26
2021-07-12kunit: tool: Assert the version requirementSeongJae Park1-0/+2
2021-07-12kunit: tool: remove unnecessary "annotations" importDaniel Latypov1-4/+2
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar4-5/+19
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow4-24/+105
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov2-55/+99
2021-06-23kunit: Remove the unused all_tests.configDavid Gow1-3/+0
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2-1/+4
2021-06-11kunit: tool: add support for QEMUBrendan Higgins14-41/+354
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow2-2/+2
2021-04-27Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-1/+11
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov3-1/+11
2021-03-11kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow1-0/+2
2021-03-11kunit: tool: Fix a python tuple typing errorDavid Gow1-1/+1
2021-02-08kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov1-1/+3
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov3-12/+28
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov3-7/+46
2021-02-08kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov1-7/+6
2021-02-08minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov1-36/+24
2021-02-08kunit: tool: use `with open()` in unit testDaniel Latypov1-19/+14
2021-02-08kunit: tool: stop using bare asserts in unit testDaniel Latypov1-26/+24
2021-02-08kunit: tool: fix unit test cleanup handlingDaniel Latypov1-8/+6