summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
AgeCommit message (Expand)Author
2022-12-12kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov
2022-12-12kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov
2022-12-12kunit: tool: parse KTAP compliant test outputRae Moar
2022-12-12kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov
2022-12-12kunit: tool: tweak error message when no KTAP foundDaniel Latypov
2022-12-12kunit: tool: remove redundant file.close() call in unit testDaniel Latypov
2022-12-12kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov
2022-12-12kunit: tool: make TestCounts a dataclassDaniel Latypov
2022-10-31kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov
2022-10-31kunit: tool: make unit test not print parsed testdata to stdoutDaniel Latypov
2022-10-07kunit: tool: Don't download risc-v opensbi firmware with wgetDavid Gow
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov
2022-09-30kunit: tool: remove UML specific options from all_tests_uml.configDaniel Latypov
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley
2022-09-30kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov
2022-07-07kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov
2022-07-07kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov
2022-07-07kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov
2022-05-18kunit: tool: Use qemu-system-i386 for i386 runsDavid Gow
2022-05-16kunit: tool: update riscv QEMU config with new serial dependencyBrendan Higgins
2022-05-16kunit: tool: Add list of all valid test configs on UMLDavid Gow
2022-05-16kunit: tool: misc cleanupsDaniel Latypov
2022-05-16kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov
2022-05-16kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov
2022-05-12kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov
2022-05-12kunit: tool: update test counts summary line formatDaniel Latypov
2022-04-04kunit: tool: more descriptive metavars/--help outputDaniel Latypov
2022-04-04kunit: tool: Do not colorize output when redirectedKees Cook
2022-04-04kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov
2022-04-04kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov
2022-04-04kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov
2022-04-04kunit: tool: drop last uses of collections.namedtupleDaniel Latypov
2022-04-04kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-02-02kunit: fix missing f in f-string in run_checks.pyDaniel Latypov
2022-01-31kunit: tool: drop mostly unused KunitResult.result fieldDaniel Latypov
2022-01-25kunit: tool: Import missing importlib.abcMichaƂ Winiarski
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov