summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
AgeCommit message (Expand)Author
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
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov
2021-12-13kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov
2021-12-13kunit: tool: revamp message for invalid kunitconfigDaniel Latypov
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow
2021-12-13kunit: add run_checks.py script to validate kunit changesDaniel Latypov
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov
2021-10-29kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov
2021-10-19kunit: tool: support running each suite/test separatelyDaniel Latypov
2021-10-19kunit: tool: actually track how long it took to run testsDaniel Latypov
2021-10-19kunit: tool: factor exec + parse steps into a functionDaniel Latypov
2021-10-19kunit: tool: show list of valid --arch options when invalidDaniel Latypov
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov
2021-08-13kunit: Print test statistics on failureDavid Gow
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov
2021-07-12kunit: tool: Assert the version requirementSeongJae Park
2021-07-12kunit: tool: remove unnecessary "annotations" importDaniel Latypov
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar