index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
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
2021-12-13
kunit: tool: print parsed test results fully incrementally
Daniel Latypov
2021-12-13
kunit: tool: Report an error if any test has no subtests
David Gow
2021-12-13
kunit: tool: Do not error on tests without test plans
David Gow
2021-12-13
kunit: add run_checks.py script to validate kunit changes
Daniel Latypov
2021-12-13
kunit: tool: fix --json output for skipped tests
Daniel Latypov
2021-10-29
kunit: tool: fix typecheck errors about loading qemu configs
Daniel Latypov
2021-10-25
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
2021-10-19
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
2021-10-19
kunit: tool: yield output from run_kernel in real time
Daniel Latypov
2021-10-19
kunit: tool: support running each suite/test separately
Daniel Latypov
2021-10-19
kunit: tool: actually track how long it took to run tests
Daniel Latypov
2021-10-19
kunit: tool: factor exec + parse steps into a function
Daniel Latypov
2021-10-19
kunit: tool: show list of valid --arch options when invalid
Daniel Latypov
2021-10-19
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
2021-10-19
kunit: tool: allow filtering test cases via glob
Daniel Latypov
2021-10-01
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
2021-08-13
kunit: Print test statistics on failure
David Gow
2021-08-13
kunit: tool: make --raw_output support only showing kunit output
Daniel Latypov
2021-08-13
kunit: tool: add --kernel_args to allow setting module params
Daniel Latypov
2021-07-12
kunit: tool: Assert the version requirement
SeongJae Park
2021-07-12
kunit: tool: remove unnecessary "annotations" import
Daniel Latypov
2021-07-12
kunit: tool: Fix error messages for cases of no tests and wrong TAP header
Rae Moar
2021-06-25
kunit: tool: Support skipped tests in kunit_tool
David Gow
2021-06-25
kunit: tool: internal refactor of parser input handling
Daniel Latypov
2021-06-23
kunit: Remove the unused all_tests.config
David Gow
2021-06-23
kunit: Move default config from arch/um -> tools/testing/kunit
David Gow
[prev]
[next]