index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-05
kunit: tool: Add support for SH under QEMU
Geert Uytterhoeven
1
-0
/
+17
2023-04-05
kunit: tool: Add support for overriding the QEMU serial port
Geert Uytterhoeven
2
-1
/
+3
2023-03-17
kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py
Daniel Latypov
4
-30
/
+31
2023-03-17
kunit: tool: remove unused imports and variables
Daniel Latypov
5
-5
/
+3
2023-03-17
kunit: tool: add subscripts for type annotations where appropriate
Daniel Latypov
3
-5
/
+5
2023-03-07
kunit: tool: Add support for m68k under QEMU
Geert Uytterhoeven
1
-0
/
+10
2023-02-09
kunit: kunit.py extract handlers
Alexander Pantyukhin
1
-71
/
+96
2023-02-09
tools/testing/kunit/kunit.py: remove redundant double check
Alexander Pantyukhin
1
-14
/
+5
2022-12-13
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
3
-15
/
+16
2022-12-13
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2
-4
/
+21
2022-12-13
kunit: tool: parse KTAP compliant test output
Rae Moar
4
-28
/
+80
2022-12-13
kunit: tool: make --json do nothing if --raw_ouput is set
Daniel Latypov
1
-16
/
+18
2022-12-13
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2
-3
/
+3
2022-12-13
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
1
-2
/
+0
2022-12-13
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
1
-55
/
+38
2022-12-13
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2
-20
/
+9
2022-10-31
kunit: tool: print summary of failed tests if a few failed out of a lot
Daniel Latypov
2
-0
/
+69
2022-10-31
kunit: tool: make unit test not print parsed testdata to stdout
Daniel Latypov
1
-0
/
+6
2022-10-07
kunit: tool: Don't download risc-v opensbi firmware with wget
David Gow
1
-11
/
+7
2022-09-30
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
5
-90
/
+33
2022-09-30
kunit: tool: remove UML specific options from all_tests_uml.config
Daniel Latypov
1
-2
/
+0
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
1
-0
/
+1
2022-09-30
kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
Daniel Latypov
2
-5
/
+7
2022-07-08
kunit: tool: Enable virtio/PCI by default on UML
David Gow
3
-4
/
+27
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
4
-23
/
+89
2022-07-08
kunit: add coverage_uml.config to enable GCOV on UML
Daniel Latypov
1
-0
/
+11
2022-07-08
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
3
-56
/
+54
2022-07-08
kunit: tool: introduce --qemu_args
Daniel Latypov
3
-7
/
+37
2022-07-08
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
1
-10
/
+10
2022-07-08
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
1
-1
/
+1
2022-07-08
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
5
-58
/
+82
2022-07-08
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
2
-87
/
+65
2022-07-08
kunit: tool: drop unused load_config argument
Daniel Latypov
2
-5
/
+1
2022-05-19
kunit: tool: Use qemu-system-i386 for i386 runs
David Gow
1
-1
/
+1
2022-05-16
kunit: tool: update riscv QEMU config with new serial dependency
Brendan Higgins
1
-0
/
+1
2022-05-16
kunit: tool: Add list of all valid test configs on UML
David Gow
1
-0
/
+37
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
7
-46
/
+39
2022-05-16
kunit: tool: minor cosmetic cleanups in kunit_parser.py
Daniel Latypov
1
-54
/
+17
2022-05-16
kunit: tool: make parser stop overwriting status of suites w/ no_tests
Daniel Latypov
2
-3
/
+6
2022-05-16
kunit: tool: remove dead parse_crash_in_log() logic
Daniel Latypov
3
-104
/
+4
2022-05-12
kunit: tool: print clearer error message when there's no TAP output
Daniel Latypov
2
-3
/
+4
2022-05-12
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
10
-20
/
+22
2022-05-12
kunit: tool: update test counts summary line format
Daniel Latypov
1
-5
/
+5
2022-04-05
kunit: tool: more descriptive metavars/--help output
Daniel Latypov
2
-14
/
+17
2022-04-05
kunit: tool: Do not colorize output when redirected
Kees Cook
1
-0
/
+7
2022-04-05
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
3
-3
/
+5
2022-04-05
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
3
-21
/
+33
2022-04-05
kunit: tool: readability tweaks in KernelCI json generation logic
Daniel Latypov
1
-10
/
+10
2022-04-04
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
3
-37
/
+24
2022-04-04
kunit: tool: drop last uses of collections.namedtuple
Daniel Latypov
2
-11
/
+15
[next]