index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
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
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
2021-06-11
kunit: Add 'kunit_shutdown' option
David Gow
2021-04-27
Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
2021-03-11
kunit: tool: Disable PAGE_POISONING under --alltests
David Gow
2021-03-11
kunit: tool: Fix a python tuple typing error
David Gow
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-02-08
kunit: tool: simplify kconfig is_subset_of() logic
Daniel Latypov
2021-02-08
minor: kunit: tool: fix unit test so it can run from non-root dir
Daniel Latypov
2021-02-08
kunit: tool: use `with open()` in unit test
Daniel Latypov
2021-02-08
kunit: tool: stop using bare asserts in unit test
Daniel Latypov
2021-02-08
kunit: tool: fix unit test cleanup handling
Daniel Latypov
2021-01-15
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2021-01-15
kunit: tool: fix minor typing issue with None status
Daniel Latypov
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
2021-01-15
kunit: tool: Fix spelling of "diagnostic" in kunit_parser
David Gow
2021-01-04
kunit: tool: Force the use of the 'tty' console for UML
David Gow
2020-12-22
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
2020-12-01
kunit: kunit_tool: Correctly parse diagnostic messages
David Gow
2020-11-30
kunit: Introduce get_file_path() helper
Andy Shevchenko
2020-11-10
kunit: tool: fix extra trailing \n in raw + parsed test output
Daniel Latypov
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-11-10
kunit: tool: fix pre-existing python type annotation errors
Daniel Latypov
2020-11-10
kunit: Fix kunit.py parse subcommand (use null build_dir)
David Gow
[next]