index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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-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
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-23
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-12
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-24
kunit: add --make_options
Greg Thelen
2
-14
/
+24
2020-03-21
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
5
-36
/
+115
2020-03-21
kunit: kunit_parser: make parser more robust
Heidi Fahim
10
-20
/
+280
2020-02-20
kunit: run kunit_tool from any directory
Heidi Fahim
1
-0
/
+12
2020-02-20
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
[next]