开源镜像站
帮助
动态
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
Age
Commit message (
Expand
)
Author
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-05-16
kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
Kees Cook
2023-05-08
kunit: tool: undo type subscripts for subprocess.Popen
Daniel Latypov
2023-04-05
kunit: tool: Add support for SH under QEMU
Geert Uytterhoeven
2023-04-05
kunit: tool: Add support for overriding the QEMU serial port
Geert Uytterhoeven
2023-03-17
kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py
Daniel Latypov
2023-03-17
kunit: tool: remove unused imports and variables
Daniel Latypov
2023-03-17
kunit: tool: add subscripts for type annotations where appropriate
Daniel Latypov
2023-03-06
kunit: tool: Add support for m68k under QEMU
Geert Uytterhoeven
2023-02-08
kunit: kunit.py extract handlers
Alexander Pantyukhin
2023-02-08
tools/testing/kunit/kunit.py: remove redundant double check
Alexander Pantyukhin
2022-12-12
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
2022-12-12
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2022-12-12
kunit: tool: parse KTAP compliant test output
Rae Moar
2022-12-12
kunit: tool: make --json do nothing if --raw_ouput is set
Daniel Latypov
2022-12-12
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2022-12-12
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
2022-12-12
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
2022-12-12
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2022-10-31
kunit: tool: print summary of failed tests if a few failed out of a lot
Daniel Latypov
2022-10-31
kunit: tool: make unit test not print parsed testdata to stdout
Daniel Latypov
2022-10-07
kunit: tool: Don't download risc-v opensbi firmware with wget
David Gow
2022-09-30
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
kunit: tool: remove UML specific options from all_tests_uml.config
Daniel Latypov
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
2022-09-30
kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
Daniel Latypov
2022-07-08
kunit: tool: Enable virtio/PCI by default on UML
David Gow
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
2022-07-07
kunit: add coverage_uml.config to enable GCOV on UML
Daniel Latypov
2022-07-07
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
2022-07-07
kunit: tool: introduce --qemu_args
Daniel Latypov
2022-07-07
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
2022-07-07
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
2022-07-07
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-07-07
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
2022-07-07
kunit: tool: drop unused load_config argument
Daniel Latypov
2022-05-18
kunit: tool: Use qemu-system-i386 for i386 runs
David Gow
2022-05-16
kunit: tool: update riscv QEMU config with new serial dependency
Brendan Higgins
2022-05-16
kunit: tool: Add list of all valid test configs on UML
David Gow
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
2022-05-16
kunit: tool: minor cosmetic cleanups in kunit_parser.py
Daniel Latypov
2022-05-16
kunit: tool: make parser stop overwriting status of suites w/ no_tests
Daniel Latypov
2022-05-16
kunit: tool: remove dead parse_crash_in_log() logic
Daniel Latypov
2022-05-12
kunit: tool: print clearer error message when there's no TAP output
Daniel Latypov
2022-05-12
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
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
[next]