index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
1
-12
/
+12
*
kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
Daniel Latypov
2022-09-30
1
-1
/
+1
*
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
2022-07-08
1
-3
/
+4
*
kunit: tool: introduce --qemu_args
Daniel Latypov
2022-07-07
1
-1
/
+13
*
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-07-07
1
-8
/
+9
*
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
2022-07-07
1
-33
/
+16
*
kunit: tool: misc cleanups
Daniel Latypov
2022-05-16
1
-5
/
+4
*
kunit: tool: more descriptive metavars/--help output
Daniel Latypov
2022-04-04
1
-14
/
+12
*
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
2022-04-04
1
-1
/
+1
*
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
2022-04-04
1
-7
/
+9
*
kunit: tool: drop unused KernelDirectoryPath var
Daniel Latypov
2022-04-04
1
-2
/
+0
*
kunit: tool: make --json handling a bit clearer
Daniel Latypov
2022-04-04
1
-4
/
+8
*
kunit: tool: drop mostly unused KunitResult.result field
Daniel Latypov
2022-01-31
1
-16
/
+8
*
kunit: tool: Default --jobs to number of CPUs
David Gow
2021-12-15
1
-1
/
+4
*
kunit: tool: make `build` subcommand also reconfigure if needed
Daniel Latypov
2021-12-15
1
-1
/
+9
*
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
2021-12-15
1
-8
/
+6
*
kunit: tool: use dataclass instead of collections.namedtuple
Daniel Latypov
2021-12-15
1
-67
/
+72
*
kunit: tool: suggest using decode_stacktrace.sh on kernel crash
Daniel Latypov
2021-12-13
1
-0
/
+6
*
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
2021-12-13
1
-0
/
+8
*
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
2021-10-25
1
-1
/
+2
*
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
2021-10-19
1
-4
/
+15
*
kunit: tool: support running each suite/test separately
Daniel Latypov
2021-10-19
1
-22
/
+78
*
kunit: tool: actually track how long it took to run tests
Daniel Latypov
2021-10-19
1
-3
/
+5
*
kunit: tool: factor exec + parse steps into a function
Daniel Latypov
2021-10-19
1
-25
/
+19
*
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
2021-10-19
1
-1
/
+0
*
kunit: tool: allow filtering test cases via glob
Daniel Latypov
2021-10-19
1
-3
/
+2
*
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
2021-10-01
1
-2
/
+22
*
kunit: tool: make --raw_output support only showing kunit output
Daniel Latypov
2021-08-13
1
-5
/
+15
*
kunit: tool: add --kernel_args to allow setting module params
Daniel Latypov
2021-08-13
1
-4
/
+12
*
kunit: tool: Assert the version requirement
SeongJae Park
2021-07-12
1
-0
/
+2
*
kunit: tool: add support for QEMU
Brendan Higgins
2021-06-11
1
-8
/
+49
*
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
2021-04-02
1
-1
/
+3
*
kunit: tool: add support for filtering suites by glob
Daniel Latypov
2021-02-08
1
-5
/
+16
*
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
2021-02-08
1
-3
/
+6
*
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2021-01-15
1
-16
/
+4
*
kunit: tool: surface and address more typing issues
Daniel Latypov
2021-01-15
1
-7
/
+7
*
tweewide: Fix most Shebang lines
Finn Behrens
2020-12-08
1
-1
/
+1
*
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
2020-11-10
1
-13
/
+12
*
kunit: Fix kunit.py parse subcommand (use null build_dir)
David Gow
2020-11-10
1
-1
/
+1
*
kunit: tool: handle when .kunit exists but .kunitconfig does not
Brendan Higgins
2020-10-02
1
-4
/
+8
*
kunit: tool: allow generating test results in JSON
Heidi Fahim
2020-08-31
1
-6
/
+29
*
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
1
-24
/
+0
|
\
|
*
kunit: tool: fix improper treatment of file location
Brendan Higgins
2020-07-17
1
-24
/
+0
*
|
kunit: kunit_tool: Fix invalid result when build fails
David Gow
2020-06-26
1
-1
/
+3
|
/
*
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
1
-56
/
+237
*
kunit: add --make_options
Greg Thelen
2020-03-23
1
-4
/
+10
[next]