summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
AgeCommit message (Expand)AuthorLines
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow-4/+27
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov-23/+89
2022-07-07kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov-0/+11
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov-56/+54
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov-7/+37
2022-07-07kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov-10/+10
2022-07-07kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov-1/+1
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov-58/+82
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov-87/+65
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov-5/+1
2022-05-18kunit: tool: Use qemu-system-i386 for i386 runsDavid Gow-1/+1
2022-05-16kunit: tool: update riscv QEMU config with new serial dependencyBrendan Higgins-0/+1
2022-05-16kunit: tool: Add list of all valid test configs on UMLDavid Gow-0/+37
2022-05-16kunit: tool: misc cleanupsDaniel Latypov-46/+39
2022-05-16kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov-54/+17
2022-05-16kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov-3/+6
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov-104/+4
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov-3/+4
2022-05-12kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov-20/+22
2022-05-12kunit: tool: update test counts summary line formatDaniel Latypov-5/+5
2022-04-04kunit: tool: more descriptive metavars/--help outputDaniel Latypov-14/+17
2022-04-04kunit: tool: Do not colorize output when redirectedKees Cook-0/+7
2022-04-04kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov-3/+5
2022-04-04kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov-21/+33
2022-04-04kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov-10/+10
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov-37/+24
2022-04-04kunit: tool: drop last uses of collections.namedtupleDaniel Latypov-11/+15
2022-04-04kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov-2/+0
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov-16/+11
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-16/+8
2022-02-02kunit: fix missing f in f-string in run_checks.pyDaniel Latypov-1/+1
2022-01-31kunit: tool: drop mostly unused KunitResult.result fieldDaniel Latypov-16/+8
2022-01-25kunit: tool: Import missing importlib.abcMichaƂ Winiarski-0/+1
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow-3/+7
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov-2/+3
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov-2/+10
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov-35/+29
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov-70/+75
2021-12-13kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov-0/+6
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov-11/+74
2021-12-13kunit: tool: revamp message for invalid kunitconfigDaniel Latypov-9/+11
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov-0/+31
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov-42/+37
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov-7/+57
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow-5/+30
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow-4/+6
2021-12-13kunit: add run_checks.py script to validate kunit changesDaniel Latypov-0/+81
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov-0/+8
2021-10-29kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov-6/+9
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov-3/+4