index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_tool_test.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-15
kunit: tool: Default --jobs to number of CPUs
David Gow
1
-2
/
+3
2021-12-15
kunit: tool: make `build` subcommand also reconfigure if needed
Daniel Latypov
1
-1
/
+1
2021-12-15
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
1
-17
/
+17
2021-12-15
kunit: tool: use dataclass instead of collections.namedtuple
Daniel Latypov
1
-3
/
+3
2021-12-13
kunit: tool: reconfigure when the used kunitconfig changes
Daniel Latypov
1
-0
/
+45
2021-12-13
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
1
-0
/
+18
2021-12-13
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
1
-4
/
+2
2021-12-13
kunit: tool: print parsed test results fully incrementally
Daniel Latypov
1
-1
/
+41
2021-12-13
kunit: tool: Report an error if any test has no subtests
David Gow
1
-0
/
+12
2021-12-13
kunit: tool: Do not error on tests without test plans
David Gow
1
-1
/
+4
2021-12-13
kunit: tool: fix --json output for skipped tests
Daniel Latypov
1
-0
/
+6
2021-10-19
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
1
-38
/
+98
2021-10-19
kunit: tool: yield output from run_kernel in real time
Daniel Latypov
1
-0
/
+17
2021-10-19
kunit: tool: support running each suite/test separately
Daniel Latypov
1
-0
/
+40
2021-10-19
kunit: tool: show list of valid --arch options when invalid
Daniel Latypov
1
-0
/
+4
2021-10-19
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
1
-10
/
+8
2021-10-01
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
1
-0
/
+8
2021-08-13
kunit: tool: make --raw_output support only showing kunit output
Daniel Latypov
1
-0
/
+9
2021-08-13
kunit: tool: add --kernel_args to allow setting module params
Daniel Latypov
1
-6
/
+14
2021-07-12
kunit: tool: Fix error messages for cases of no tests and wrong TAP header
Rae Moar
1
-3
/
+13
2021-06-25
kunit: tool: Support skipped tests in kunit_tool
David Gow
1
-0
/
+22
2021-06-25
kunit: tool: internal refactor of parser input handling
Daniel Latypov
1
-8
/
+10
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
1
-5
/
+13
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
1
-0
/
+6
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
1
-6
/
+9
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
1
-0
/
+32
2021-02-08
minor: kunit: tool: fix unit test so it can run from non-root dir
Daniel Latypov
1
-36
/
+24
2021-02-08
kunit: tool: use `with open()` in unit test
Daniel Latypov
1
-19
/
+14
2021-02-08
kunit: tool: stop using bare asserts in unit test
Daniel Latypov
1
-26
/
+24
2021-02-08
kunit: tool: fix unit test cleanup handling
Daniel Latypov
1
-8
/
+6
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
1
-1
/
+1
2020-11-10
kunit: tool: fix extra trailing \n in raw + parsed test output
Daniel Latypov
1
-2
/
+2
2020-10-26
kunit: tools: fix kunit_tool tests for parsing test plans
Brendan Higgins
1
-7
/
+25
2020-08-31
kunit: tool: allow generating test results in JSON
Heidi Fahim
1
-0
/
+33
2020-08-05
Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-7
/
+7
2020-07-17
kunit: tool: fix improper treatment of file location
Brendan Higgins
1
-2
/
+2
2020-07-17
kunit: tool: fix broken default args in unit tests
Brendan Higgins
1
-5
/
+5
2020-06-26
kunit: show error if kunit results are not present
Uriel Guajardo
1
-0
/
+11
2020-05-11
kunit: kunit_tool: Separate out config/build/exec/parse
David Gow
1
-4
/
+59
2020-03-25
kunit: kunit_tool: Allow .kunitconfig to disable config items
David Gow
1
-11
/
+11
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
1
-7
/
+10
2020-03-20
kunit: kunit_parser: make parser more robust
Heidi Fahim
1
-0
/
+69
2019-12-23
kunit/kunit_tool_test: Test '--build_dir' option run
SeongJae Park
1
-0
/
+8
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
1
-1
/
+1
2019-12-09
kunit: testing kunit: Bug fix in test_run_timeout function
Heidi Fahim
1
-1
/
+1
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo
1
-0
/
+206