Age | Commit message (Expand) | Author |
2022-10-31 | kunit: tool: print summary of failed tests if a few failed out of a lot | Daniel Latypov |
2022-10-31 | kunit: tool: make unit test not print parsed testdata to stdout | Daniel Latypov |
2022-10-07 | kunit: tool: Don't download risc-v opensbi firmware with wget | David Gow |
2022-09-30 | kunit: tool: rename all_test_uml.config, use it for --alltests | Daniel Latypov |
2022-09-30 | kunit: tool: remove UML specific options from all_tests_uml.config | Daniel Latypov |
2022-09-30 | kunit: add kunit.enable to enable/disable KUnit test | Joe Fradley |
2022-09-30 | kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces | Daniel Latypov |
2022-07-08 | kunit: tool: Enable virtio/PCI by default on UML | David Gow |
2022-07-08 | kunit: tool: make --kunitconfig repeatable, blindly concat | Daniel Latypov |
2022-07-07 | kunit: add coverage_uml.config to enable GCOV on UML | Daniel Latypov |
2022-07-07 | kunit: tool: refactor internal kconfig handling, allow overriding | Daniel Latypov |
2022-07-07 | kunit: tool: introduce --qemu_args | Daniel Latypov |
2022-07-07 | kunit: tool: simplify creating LinuxSourceTreeOperations | Daniel Latypov |
2022-07-07 | kunit: tool: cosmetic: don't specify duplicate kernel cmdline options | Daniel Latypov |
2022-07-07 | kunit: tool: refactoring printing logic into kunit_printer.py | Daniel Latypov |
2022-07-07 | kunit: tool: redo how we construct and mock LinuxSourceTree | Daniel Latypov |
2022-07-07 | kunit: tool: drop unused load_config argument | Daniel Latypov |
2022-05-18 | kunit: tool: Use qemu-system-i386 for i386 runs | David Gow |
2022-05-16 | kunit: tool: update riscv QEMU config with new serial dependency | Brendan Higgins |
2022-05-16 | kunit: tool: Add list of all valid test configs on UML | David Gow |
2022-05-16 | kunit: tool: misc cleanups | Daniel Latypov |
2022-05-16 | kunit: tool: minor cosmetic cleanups in kunit_parser.py | Daniel Latypov |
2022-05-16 | kunit: tool: make parser stop overwriting status of suites w/ no_tests | Daniel Latypov |
2022-05-16 | kunit: tool: remove dead parse_crash_in_log() logic | Daniel Latypov |
2022-05-12 | kunit: tool: print clearer error message when there's no TAP output | Daniel Latypov |
2022-05-12 | kunit: tool: stop using a shell to run kernel under QEMU | Daniel Latypov |
2022-05-12 | kunit: tool: update test counts summary line format | Daniel Latypov |
2022-04-04 | kunit: tool: more descriptive metavars/--help output | Daniel Latypov |
2022-04-04 | kunit: tool: Do not colorize output when redirected | Kees Cook |
2022-04-04 | kunit: tool: properly report the used arch for --json, or '' if not known | Daniel Latypov |
2022-04-04 | kunit: tool: refactor how we plumb metadata into JSON | Daniel Latypov |
2022-04-04 | kunit: tool: readability tweaks in KernelCI json generation logic | Daniel Latypov |
2022-04-04 | kunit: tool: simplify code since build_dir can't be None | Daniel Latypov |
2022-04-04 | kunit: tool: drop last uses of collections.namedtuple | Daniel Latypov |
2022-04-04 | kunit: tool: drop unused KernelDirectoryPath var | Daniel Latypov |
2022-04-04 | kunit: tool: make --json handling a bit clearer | Daniel Latypov |
2022-03-23 | Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2022-02-02 | kunit: fix missing f in f-string in run_checks.py | Daniel Latypov |
2022-01-31 | kunit: tool: drop mostly unused KunitResult.result field | Daniel Latypov |
2022-01-25 | kunit: tool: Import missing importlib.abc | Michał Winiarski |
2021-12-15 | kunit: tool: Default --jobs to number of CPUs | David Gow |
2021-12-15 | kunit: tool: fix newly introduced typechecker errors | Daniel Latypov |
2021-12-15 | kunit: tool: make `build` subcommand also reconfigure if needed | Daniel Latypov |
2021-12-15 | kunit: tool: delete kunit_parser.TestResult type | Daniel Latypov |
2021-12-15 | kunit: tool: use dataclass instead of collections.namedtuple | Daniel Latypov |
2021-12-13 | kunit: tool: suggest using decode_stacktrace.sh on kernel crash | Daniel Latypov |
2021-12-13 | kunit: tool: reconfigure when the used kunitconfig changes | Daniel Latypov |
2021-12-13 | kunit: tool: revamp message for invalid kunitconfig | Daniel Latypov |
2021-12-13 | kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs | Daniel Latypov |
2021-12-13 | kunit: tool: move Kconfig read_from_file/parse_from_string to package-level | Daniel Latypov |