summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-03-231-16/+8
|\
| * kunit: tool: drop mostly unused KunitResult.result fieldDaniel Latypov2022-01-311-16/+8
* | kunit: fix missing f in f-string in run_checks.pyDaniel Latypov2022-02-021-1/+1
* | kunit: tool: Import missing importlib.abcMichaƂ Winiarski2022-01-251-0/+1
|/
* kunit: tool: Default --jobs to number of CPUsDavid Gow2021-12-152-3/+7
* kunit: tool: fix newly introduced typechecker errorsDaniel Latypov2021-12-152-2/+3
* kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2021-12-152-2/+10
* kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-154-35/+29
* kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2021-12-152-70/+75
* kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov2021-12-131-0/+6
* kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov2021-12-132-11/+74
* kunit: tool: revamp message for invalid kunitconfigDaniel Latypov2021-12-131-9/+11
* kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov2021-12-133-0/+31
* kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov2021-12-133-42/+37
* kunit: tool: print parsed test results fully incrementallyDaniel Latypov2021-12-132-7/+57
* kunit: tool: Report an error if any test has no subtestsDavid Gow2021-12-133-5/+30
* kunit: tool: Do not error on tests without test plansDavid Gow2021-12-132-4/+6
* kunit: add run_checks.py script to validate kunit changesDaniel Latypov2021-12-131-0/+81
* kunit: tool: fix --json output for skipped testsDaniel Latypov2021-12-132-0/+8
* kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov2021-10-291-6/+9
* kunit: tool: continue past invalid utf-8 outputDaniel Latypov2021-10-252-3/+4
* kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar2021-10-198-383/+938
* kunit: tool: yield output from run_kernel in real timeDaniel Latypov2021-10-192-30/+62
* kunit: tool: support running each suite/test separatelyDaniel Latypov2021-10-192-22/+118
* kunit: tool: actually track how long it took to run testsDaniel Latypov2021-10-191-3/+5
* kunit: tool: factor exec + parse steps into a functionDaniel Latypov2021-10-191-25/+19
* kunit: tool: show list of valid --arch options when invalidDaniel Latypov2021-10-192-2/+7
* kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov2021-10-193-19/+12
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-3/+2
* kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2021-10-012-2/+30
* kunit: Print test statistics on failureDavid Gow2021-08-131-1/+1
* kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov2021-08-133-9/+24
* kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2021-08-132-10/+26
* kunit: tool: Assert the version requirementSeongJae Park2021-07-121-0/+2
* kunit: tool: remove unnecessary "annotations" importDaniel Latypov2021-07-121-4/+2
* kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar2021-07-124-5/+19
* kunit: tool: Support skipped tests in kunit_toolDavid Gow2021-06-254-24/+105
* kunit: tool: internal refactor of parser input handlingDaniel Latypov2021-06-252-55/+99
* kunit: Remove the unused all_tests.configDavid Gow2021-06-231-3/+0
* kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2021-06-232-1/+4
* kunit: tool: add support for QEMUBrendan Higgins2021-06-1114-41/+354
* kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-112-2/+2
* Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-04-273-1/+11
|\
| * kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-023-1/+11
* | kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow2021-03-111-0/+2
* | kunit: tool: Fix a python tuple typing errorDavid Gow2021-03-111-1/+1
|/
* kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov2021-02-081-1/+3
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-083-12/+28
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-083-7/+46
* kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov2021-02-081-7/+6