开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_kernel.py
Age
Commit message (
Expand
)
Author
2021-02-08
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
2021-01-15
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
2021-01-04
kunit: tool: Force the use of the 'tty' console for UML
David Gow
2020-11-30
kunit: Introduce get_file_path() helper
Andy Shevchenko
2020-11-10
kunit: tool: print out stderr from make (like build warnings)
Daniel Latypov
2020-11-10
kunit: Do not pollute source directory with generated files (test.log)
Andy Shevchenko
2020-11-10
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
2020-10-09
kunit: tool: fix display of make errors
Daniel Latypov
2020-09-23
kunit: tool: fix --alltests flag
Brendan Higgins
2020-07-17
kunit: capture stderr on all make subprocess calls
Will Chen
2020-03-23
kunit: add --make_options
Greg Thelen
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
2020-02-19
kunit: test: Improve error messages for kunit_tool when kunitconfig is invalid
Heidi Fahim
2019-12-23
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
2019-12-23
kunit: Create default config in '--build_dir'
SeongJae Park
2019-09-30
kunit: defconfig: add defconfigs for building KUnit tests
Brendan Higgins
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo