summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* kunit: kunit.py extract handlersAlexander Pantyukhin2023-02-081-71/+96
* tools/testing/kunit/kunit.py: remove redundant double checkAlexander Pantyukhin2023-02-081-14/+5
* kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov2022-12-123-15/+16
* kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov2022-12-122-4/+21
* kunit: tool: parse KTAP compliant test outputRae Moar2022-12-124-28/+80
* kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov2022-12-121-16/+18
* kunit: tool: tweak error message when no KTAP foundDaniel Latypov2022-12-122-3/+3
* kunit: tool: remove redundant file.close() call in unit testDaniel Latypov2022-12-121-2/+0
* kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov2022-12-121-55/+38
* kunit: tool: make TestCounts a dataclassDaniel Latypov2022-12-122-20/+9
* kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov2022-10-312-0/+69
* kunit: tool: make unit test not print parsed testdata to stdoutDaniel Latypov2022-10-311-0/+6
* kunit: tool: Don't download risc-v opensbi firmware with wgetDavid Gow2022-10-071-11/+7
* kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov2022-09-305-90/+33
* kunit: tool: remove UML specific options from all_tests_uml.configDaniel Latypov2022-09-301-2/+0
* kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+1
* kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov2022-09-302-5/+7
* kunit: tool: Enable virtio/PCI by default on UMLDavid Gow2022-07-083-4/+27
* kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-084-23/+89
* kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov2022-07-071-0/+11
* kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov2022-07-073-56/+54
* kunit: tool: introduce --qemu_argsDaniel Latypov2022-07-073-7/+37
* kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov2022-07-071-10/+10
* kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov2022-07-071-1/+1
* kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov2022-07-075-58/+82
* kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov2022-07-072-87/+65
* kunit: tool: drop unused load_config argumentDaniel Latypov2022-07-072-5/+1
* 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
|/