| Commit message (Expand) | Author | Age | Files | Lines |
* | kunit: tool: Use qemu-system-i386 for i386 runs | David Gow | 2022-05-18 | 1 | -1/+1 |
* | kunit: tool: update riscv QEMU config with new serial dependency | Brendan Higgins | 2022-05-16 | 1 | -0/+1 |
* | kunit: tool: Add list of all valid test configs on UML | David Gow | 2022-05-16 | 1 | -0/+37 |
* | kunit: tool: misc cleanups | Daniel Latypov | 2022-05-16 | 7 | -46/+39 |
* | kunit: tool: minor cosmetic cleanups in kunit_parser.py | Daniel Latypov | 2022-05-16 | 1 | -54/+17 |
* | kunit: tool: make parser stop overwriting status of suites w/ no_tests | Daniel Latypov | 2022-05-16 | 2 | -3/+6 |
* | kunit: tool: remove dead parse_crash_in_log() logic | Daniel Latypov | 2022-05-16 | 3 | -104/+4 |
* | kunit: tool: print clearer error message when there's no TAP output | Daniel Latypov | 2022-05-12 | 2 | -3/+4 |
* | kunit: tool: stop using a shell to run kernel under QEMU | Daniel Latypov | 2022-05-12 | 10 | -20/+22 |
* | kunit: tool: update test counts summary line format | Daniel Latypov | 2022-05-12 | 1 | -5/+5 |
* | kunit: tool: more descriptive metavars/--help output | Daniel Latypov | 2022-04-04 | 2 | -14/+17 |
* | kunit: tool: Do not colorize output when redirected | Kees Cook | 2022-04-04 | 1 | -0/+7 |
* | kunit: tool: properly report the used arch for --json, or '' if not known | Daniel Latypov | 2022-04-04 | 3 | -3/+5 |
* | kunit: tool: refactor how we plumb metadata into JSON | Daniel Latypov | 2022-04-04 | 3 | -21/+33 |
* | kunit: tool: readability tweaks in KernelCI json generation logic | Daniel Latypov | 2022-04-04 | 1 | -10/+10 |
* | kunit: tool: simplify code since build_dir can't be None | Daniel Latypov | 2022-04-04 | 3 | -37/+24 |
* | kunit: tool: drop last uses of collections.namedtuple | Daniel Latypov | 2022-04-04 | 2 | -11/+15 |
* | kunit: tool: drop unused KernelDirectoryPath var | Daniel Latypov | 2022-04-04 | 1 | -2/+0 |
* | kunit: tool: make --json handling a bit clearer | Daniel Latypov | 2022-04-04 | 3 | -16/+11 |
* | Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2022-03-23 | 1 | -16/+8 |
|\ |
|
| * | kunit: tool: drop mostly unused KunitResult.result field | Daniel Latypov | 2022-01-31 | 1 | -16/+8 |
* | | kunit: fix missing f in f-string in run_checks.py | Daniel Latypov | 2022-02-02 | 1 | -1/+1 |
* | | kunit: tool: Import missing importlib.abc | MichaĆ Winiarski | 2022-01-25 | 1 | -0/+1 |
|/ |
|
* | kunit: tool: Default --jobs to number of CPUs | David Gow | 2021-12-15 | 2 | -3/+7 |
* | kunit: tool: fix newly introduced typechecker errors | Daniel Latypov | 2021-12-15 | 2 | -2/+3 |
* | kunit: tool: make `build` subcommand also reconfigure if needed | Daniel Latypov | 2021-12-15 | 2 | -2/+10 |
* | kunit: tool: delete kunit_parser.TestResult type | Daniel Latypov | 2021-12-15 | 4 | -35/+29 |
* | kunit: tool: use dataclass instead of collections.namedtuple | Daniel Latypov | 2021-12-15 | 2 | -70/+75 |
* | kunit: tool: suggest using decode_stacktrace.sh on kernel crash | Daniel Latypov | 2021-12-13 | 1 | -0/+6 |
* | kunit: tool: reconfigure when the used kunitconfig changes | Daniel Latypov | 2021-12-13 | 2 | -11/+74 |
* | kunit: tool: revamp message for invalid kunitconfig | Daniel Latypov | 2021-12-13 | 1 | -9/+11 |
* | kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs | Daniel Latypov | 2021-12-13 | 3 | -0/+31 |
* | kunit: tool: move Kconfig read_from_file/parse_from_string to package-level | Daniel Latypov | 2021-12-13 | 3 | -42/+37 |
* | kunit: tool: print parsed test results fully incrementally | Daniel Latypov | 2021-12-13 | 2 | -7/+57 |
* | kunit: tool: Report an error if any test has no subtests | David Gow | 2021-12-13 | 3 | -5/+30 |
* | kunit: tool: Do not error on tests without test plans | David Gow | 2021-12-13 | 2 | -4/+6 |
* | kunit: add run_checks.py script to validate kunit changes | Daniel Latypov | 2021-12-13 | 1 | -0/+81 |
* | kunit: tool: fix --json output for skipped tests | Daniel Latypov | 2021-12-13 | 2 | -0/+8 |
* | kunit: tool: fix typecheck errors about loading qemu configs | Daniel Latypov | 2021-10-29 | 1 | -6/+9 |
* | kunit: tool: continue past invalid utf-8 output | Daniel Latypov | 2021-10-25 | 2 | -3/+4 |
* | kunit: tool: improve compatibility of kunit_parser with KTAP specification | Rae Moar | 2021-10-19 | 8 | -383/+938 |
* | kunit: tool: yield output from run_kernel in real time | Daniel Latypov | 2021-10-19 | 2 | -30/+62 |
* | kunit: tool: support running each suite/test separately | Daniel Latypov | 2021-10-19 | 2 | -22/+118 |
* | kunit: tool: actually track how long it took to run tests | Daniel Latypov | 2021-10-19 | 1 | -3/+5 |
* | kunit: tool: factor exec + parse steps into a function | Daniel Latypov | 2021-10-19 | 1 | -25/+19 |
* | kunit: tool: show list of valid --arch options when invalid | Daniel Latypov | 2021-10-19 | 2 | -2/+7 |
* | kunit: tool: misc fixes (unused vars, imports, leaked files) | Daniel Latypov | 2021-10-19 | 3 | -19/+12 |
* | kunit: tool: allow filtering test cases via glob | Daniel Latypov | 2021-10-19 | 1 | -3/+2 |
* | kunit: tool: better handling of quasi-bool args (--json, --raw_output) | Daniel Latypov | 2021-10-01 | 2 | -2/+30 |
* | kunit: Print test statistics on failure | David Gow | 2021-08-13 | 1 | -1/+1 |