summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: Use qemu-system-i386 for i386 runsDavid Gow2022-05-181-1/+1
* kunit: tool: update riscv QEMU config with new serial dependencyBrendan Higgins2022-05-161-0/+1
* kunit: tool: Add list of all valid test configs on UMLDavid Gow2022-05-161-0/+37
* kunit: tool: misc cleanupsDaniel Latypov2022-05-167-46/+39
* kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov2022-05-161-54/+17
* kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov2022-05-162-3/+6
* kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov2022-05-163-104/+4
* kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov2022-05-122-3/+4
* kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov2022-05-1210-20/+22
* kunit: tool: update test counts summary line formatDaniel Latypov2022-05-121-5/+5
* kunit: tool: more descriptive metavars/--help outputDaniel Latypov2022-04-042-14/+17
* kunit: tool: Do not colorize output when redirectedKees Cook2022-04-041-0/+7
* kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov2022-04-043-3/+5
* kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov2022-04-043-21/+33
* kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov2022-04-041-10/+10
* kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov2022-04-043-37/+24
* kunit: tool: drop last uses of collections.namedtupleDaniel Latypov2022-04-042-11/+15
* kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov2022-04-041-2/+0
* kunit: tool: make --json handling a bit clearerDaniel Latypov2022-04-043-16/+11
* 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