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
2021-06-25
kunit: tool: Support skipped tests in kunit_tool
David Gow
4
-24
/
+105
2021-06-25
kunit: tool: internal refactor of parser input handling
Daniel Latypov
2
-55
/
+99
2021-06-24
kunit: Remove the unused all_tests.config
David Gow
1
-3
/
+0
2021-06-24
kunit: Move default config from arch/um -> tools/testing/kunit
David Gow
2
-1
/
+4
2021-06-12
kunit: tool: add support for QEMU
Brendan Higgins
14
-41
/
+354
2021-06-12
kunit: Add 'kunit_shutdown' option
David Gow
2
-2
/
+2
2021-04-28
Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-1
/
+11
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
3
-1
/
+11
2021-03-12
kunit: tool: Disable PAGE_POISONING under --alltests
David Gow
1
-0
/
+2
2021-03-12
kunit: tool: Fix a python tuple typing error
David Gow
1
-1
/
+1
2021-02-09
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
1
-1
/
+3
2021-02-09
kunit: tool: add support for filtering suites by glob
Daniel Latypov
3
-12
/
+28
2021-02-09
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
3
-7
/
+46
2021-02-09
kunit: tool: simplify kconfig is_subset_of() logic
Daniel Latypov
1
-7
/
+6
2021-02-09
minor: kunit: tool: fix unit test so it can run from non-root dir
Daniel Latypov
1
-36
/
+24
2021-02-09
kunit: tool: use `with open()` in unit test
Daniel Latypov
1
-19
/
+14
2021-02-09
kunit: tool: stop using bare asserts in unit test
Daniel Latypov
1
-26
/
+24
2021-02-09
kunit: tool: fix unit test cleanup handling
Daniel Latypov
1
-8
/
+6
2021-01-16
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2
-28
/
+17
2021-01-16
kunit: tool: fix minor typing issue with None status
Daniel Latypov
1
-9
/
+8
2021-01-16
kunit: tool: surface and address more typing issues
Daniel Latypov
5
-52
/
+54
2021-01-16
kunit: tool: Fix spelling of "diagnostic" in kunit_parser
David Gow
1
-12
/
+12
2021-01-04
kunit: tool: Force the use of the 'tty' console for UML
David Gow
1
-1
/
+1
2020-12-23
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-2
/
+2
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
2
-2
/
+2
2020-12-02
kunit: kunit_tool: Correctly parse diagnostic messages
David Gow
1
-3
/
+4
2020-11-30
kunit: Introduce get_file_path() helper
Andy Shevchenko
1
-15
/
+9
2020-11-10
kunit: tool: fix extra trailing \n in raw + parsed test output
Daniel Latypov
2
-3
/
+4
2020-11-10
kunit: tool: print out stderr from make (like build warnings)
Daniel Latypov
1
-4
/
+9
2020-11-10
kunit: Do not pollute source directory with generated files (test.log)
Andy Shevchenko
1
-3
/
+11
2020-11-10
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
2
-18
/
+31
2020-11-10
kunit: tool: fix pre-existing python type annotation errors
Daniel Latypov
1
-7
/
+7
2020-11-10
kunit: Fix kunit.py parse subcommand (use null build_dir)
David Gow
1
-1
/
+1
2020-11-10
kunit: tool: unmark test_data as binary blobs
Brendan Higgins
1
-1
/
+0
2020-10-26
kunit: tools: fix kunit_tool tests for parsing test plans
Brendan Higgins
7
-12
/
+36
2020-10-26
kunit: Don't fail test suites if one of them is empty
Andy Shevchenko
1
-1
/
+1
2020-10-26
kunit: Fix kunit.py --raw_output option
David Gow
1
-1
/
+0
2020-10-19
Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-14
/
+65
2020-10-09
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
4
-14
/
+65
2020-10-09
kunit: tool: fix display of make errors
Daniel Latypov
1
-6
/
+6
2020-10-02
kunit: tool: handle when .kunit exists but .kunitconfig does not
Brendan Higgins
1
-4
/
+8
2020-09-24
kunit: tool: fix --alltests flag
Brendan Higgins
2
-5
/
+11
2020-09-01
kunit: tool: allow generating test results in JSON
Heidi Fahim
3
-6
/
+125
2020-09-01
kunit: tool: fix running kunit_tool from outside kernel tree
Brendan Higgins
1
-8
/
+5
2020-08-05
Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-34
/
+10
2020-07-17
kunit: tool: fix improper treatment of file location
Brendan Higgins
2
-26
/
+2
2020-07-17
kunit: tool: fix broken default args in unit tests
Brendan Higgins
1
-5
/
+5
2020-07-17
kunit: capture stderr on all make subprocess calls
Will Chen
1
-3
/
+3
2020-06-26
kunit: kunit_tool: Fix invalid result when build fails
David Gow
1
-1
/
+3
2020-06-26
kunit: show error if kunit results are not present
Uriel Guajardo
3
-4
/
+15
[next]