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
/
kunit.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
kunit: tool: drop mostly unused KunitResult.result field
Daniel Latypov
1
-16
/
+8
2021-12-15
kunit: tool: Default --jobs to number of CPUs
David Gow
1
-1
/
+4
2021-12-15
kunit: tool: make `build` subcommand also reconfigure if needed
Daniel Latypov
1
-1
/
+9
2021-12-15
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
1
-8
/
+6
2021-12-15
kunit: tool: use dataclass instead of collections.namedtuple
Daniel Latypov
1
-67
/
+72
2021-12-13
kunit: tool: suggest using decode_stacktrace.sh on kernel crash
Daniel Latypov
1
-0
/
+6
2021-12-13
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
1
-0
/
+8
2021-10-25
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
1
-1
/
+2
2021-10-19
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
1
-4
/
+15
2021-10-19
kunit: tool: support running each suite/test separately
Daniel Latypov
1
-22
/
+78
2021-10-19
kunit: tool: actually track how long it took to run tests
Daniel Latypov
1
-3
/
+5
2021-10-19
kunit: tool: factor exec + parse steps into a function
Daniel Latypov
1
-25
/
+19
2021-10-19
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
1
-1
/
+0
2021-10-19
kunit: tool: allow filtering test cases via glob
Daniel Latypov
1
-3
/
+2
2021-10-01
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
1
-2
/
+22
2021-08-13
kunit: tool: make --raw_output support only showing kunit output
Daniel Latypov
1
-5
/
+15
2021-08-13
kunit: tool: add --kernel_args to allow setting module params
Daniel Latypov
1
-4
/
+12
2021-07-12
kunit: tool: Assert the version requirement
SeongJae Park
1
-0
/
+2
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
1
-8
/
+49
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
1
-1
/
+3
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
1
-5
/
+16
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
1
-3
/
+6
2021-01-15
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
1
-16
/
+4
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
1
-7
/
+7
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
1
-1
/
+1
2020-11-10
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
1
-13
/
+12
2020-11-10
kunit: Fix kunit.py parse subcommand (use null build_dir)
David Gow
1
-1
/
+1
2020-10-02
kunit: tool: handle when .kunit exists but .kunitconfig does not
Brendan Higgins
1
-4
/
+8
2020-08-31
kunit: tool: allow generating test results in JSON
Heidi Fahim
1
-6
/
+29
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
1
-24
/
+0
2020-07-17
kunit: tool: fix improper treatment of file location
Brendan Higgins
1
-24
/
+0
2020-06-26
kunit: kunit_tool: Fix invalid result when build fails
David Gow
1
-1
/
+3
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
1
-56
/
+237
2020-03-23
kunit: add --make_options
Greg Thelen
1
-4
/
+10
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
1
-12
/
+18
2020-02-19
kunit: run kunit_tool from any directory
Heidi Fahim
1
-0
/
+12
2019-12-23
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
1
-1
/
+1
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
1
-1
/
+1
2019-12-23
kunit: Create default config in '--build_dir'
SeongJae Park
1
-2
/
+9
2019-12-23
kunit: Remove duplicated defconfig creation
SeongJae Park
1
-3
/
+0
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
1
-4
/
+24
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo
1
-0
/
+116