index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
Files
Lines
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-23
kunit: tool: fix --alltests flag
Brendan Higgins
2
-5
/
+11
2020-08-31
kunit: tool: allow generating test results in JSON
Heidi Fahim
3
-6
/
+125
2020-08-31
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
2020-06-26
kunit: kunit_config: Fix parsing of CONFIG options with space
Rikard Falkeborn
1
-1
/
+1
2020-06-01
kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...
Vitor Massaru Iha
1
-9
/
+18
2020-05-22
kunit: use KUnit defconfig by default
Vitor Massaru Iha
1
-11
/
+3
2020-05-22
kunit: use --build_dir=.kunit as default
Vitor Massaru Iha
1
-7
/
+6
2020-05-11
kunit: kunit_tool: Separate out config/build/exec/parse
David Gow
2
-60
/
+296
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-26
kunit: tool: add missing test data file content
Brendan Higgins
1
-0
/
+33
2020-03-26
kunit: subtests should be indented 4 spaces according to TAP
Alan Maguire
1
-5
/
+5
2020-03-25
kunit: kunit_tool: Allow .kunitconfig to disable config items
David Gow
2
-20
/
+43
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-23
kunit: add --make_options
Greg Thelen
2
-14
/
+24
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
5
-36
/
+115
2020-03-20
kunit: kunit_parser: make parser more robust
Heidi Fahim
10
-20
/
+280
2020-02-19
kunit: run kunit_tool from any directory
Heidi Fahim
1
-0
/
+12
2020-02-19
kunit: test: Improve error messages for kunit_tool when kunitconfig is invalid
Heidi Fahim
1
-12
/
+16
2019-12-23
kunit/kunit_tool_test: Test '--build_dir' option run
SeongJae Park
1
-0
/
+8
2019-12-23
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
2
-3
/
+3
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
3
-4
/
+4
2019-12-23
kunit: Create default config in '--build_dir'
SeongJae Park
2
-4
/
+11
2019-12-23
kunit: Remove duplicated defconfig creation
SeongJae Park
1
-3
/
+0
2019-12-09
kunit: testing kunit: Bug fix in test_run_timeout function
Heidi Fahim
1
-1
/
+1
2019-10-07
kunit: Fix '--build_dir' option
SeongJae Park
1
-2
/
+4
2019-09-30
kunit: defconfig: add defconfigs for building KUnit tests
Brendan Higgins
3
-5
/
+29
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo
12
-0
/
+1184