index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
2021-02-08
1
-1
/
+3
*
kunit: tool: add support for filtering suites by glob
Daniel Latypov
2021-02-08
3
-12
/
+28
*
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
2021-02-08
3
-7
/
+46
*
kunit: tool: simplify kconfig is_subset_of() logic
Daniel Latypov
2021-02-08
1
-7
/
+6
*
minor: kunit: tool: fix unit test so it can run from non-root dir
Daniel Latypov
2021-02-08
1
-36
/
+24
*
kunit: tool: use `with open()` in unit test
Daniel Latypov
2021-02-08
1
-19
/
+14
*
kunit: tool: stop using bare asserts in unit test
Daniel Latypov
2021-02-08
1
-26
/
+24
*
kunit: tool: fix unit test cleanup handling
Daniel Latypov
2021-02-08
1
-8
/
+6
*
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2021-01-15
2
-28
/
+17
*
kunit: tool: fix minor typing issue with None status
Daniel Latypov
2021-01-15
1
-9
/
+8
*
kunit: tool: surface and address more typing issues
Daniel Latypov
2021-01-15
5
-52
/
+54
*
kunit: tool: Fix spelling of "diagnostic" in kunit_parser
David Gow
2021-01-15
1
-12
/
+12
*
kunit: tool: Force the use of the 'tty' console for UML
David Gow
2021-01-04
1
-1
/
+1
*
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-12-22
2
-2
/
+2
|
\
|
*
tweewide: Fix most Shebang lines
Finn Behrens
2020-12-08
2
-2
/
+2
*
|
kunit: kunit_tool: Correctly parse diagnostic messages
David Gow
2020-12-01
1
-3
/
+4
*
|
kunit: Introduce get_file_path() helper
Andy Shevchenko
2020-11-30
1
-15
/
+9
|
/
*
kunit: tool: fix extra trailing \n in raw + parsed test output
Daniel Latypov
2020-11-10
2
-3
/
+4
*
kunit: tool: print out stderr from make (like build warnings)
Daniel Latypov
2020-11-10
1
-4
/
+9
*
kunit: Do not pollute source directory with generated files (test.log)
Andy Shevchenko
2020-11-10
1
-3
/
+11
*
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
2020-11-10
2
-18
/
+31
*
kunit: tool: fix pre-existing python type annotation errors
Daniel Latypov
2020-11-10
1
-7
/
+7
*
kunit: Fix kunit.py parse subcommand (use null build_dir)
David Gow
2020-11-10
1
-1
/
+1
*
kunit: tool: unmark test_data as binary blobs
Brendan Higgins
2020-11-10
1
-1
/
+0
*
kunit: tools: fix kunit_tool tests for parsing test plans
Brendan Higgins
2020-10-26
7
-12
/
+36
*
kunit: Don't fail test suites if one of them is empty
Andy Shevchenko
2020-10-26
1
-1
/
+1
*
kunit: Fix kunit.py --raw_output option
David Gow
2020-10-26
1
-1
/
+0
*
Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2020-10-18
4
-14
/
+65
|
\
|
*
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
2020-10-09
4
-14
/
+65
*
|
kunit: tool: fix display of make errors
Daniel Latypov
2020-10-09
1
-6
/
+6
*
|
kunit: tool: handle when .kunit exists but .kunitconfig does not
Brendan Higgins
2020-10-02
1
-4
/
+8
*
|
kunit: tool: fix --alltests flag
Brendan Higgins
2020-09-23
2
-5
/
+11
*
|
kunit: tool: allow generating test results in JSON
Heidi Fahim
2020-08-31
3
-6
/
+125
*
|
kunit: tool: fix running kunit_tool from outside kernel tree
Brendan Higgins
2020-08-31
1
-8
/
+5
|
/
*
Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-08-05
3
-34
/
+10
|
\
|
*
kunit: tool: fix improper treatment of file location
Brendan Higgins
2020-07-17
2
-26
/
+2
|
*
kunit: tool: fix broken default args in unit tests
Brendan Higgins
2020-07-17
1
-5
/
+5
|
*
kunit: capture stderr on all make subprocess calls
Will Chen
2020-07-17
1
-3
/
+3
*
|
kunit: kunit_tool: Fix invalid result when build fails
David Gow
2020-06-26
1
-1
/
+3
*
|
kunit: show error if kunit results are not present
Uriel Guajardo
2020-06-26
3
-4
/
+15
*
|
kunit: kunit_config: Fix parsing of CONFIG options with space
Rikard Falkeborn
2020-06-26
1
-1
/
+1
|
/
*
kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...
Vitor Massaru Iha
2020-06-01
1
-9
/
+18
*
kunit: use KUnit defconfig by default
Vitor Massaru Iha
2020-05-22
1
-11
/
+3
*
kunit: use --build_dir=.kunit as default
Vitor Massaru Iha
2020-05-22
1
-7
/
+6
*
kunit: kunit_tool: Separate out config/build/exec/parse
David Gow
2020-05-11
2
-60
/
+296
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
kunit: tool: add missing test data file content
Brendan Higgins
2020-03-26
1
-0
/
+33
*
|
kunit: subtests should be indented 4 spaces according to TAP
Alan Maguire
2020-03-26
1
-5
/
+5
*
|
kunit: kunit_tool: Allow .kunitconfig to disable config items
David Gow
2020-03-25
2
-20
/
+43
[next]