index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2023-12-18
kunit: tool: add test for parsing attributes
Rae Moar
1
-0
/
+16
2023-07-26
kunit: tool: Add command line interface to filter and report attributes
Rae Moar
1
-21
/
+18
2023-03-17
kunit: tool: remove unused imports and variables
Daniel Latypov
1
-1
/
+1
2022-12-13
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
1
-0
/
+2
2022-12-13
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
1
-0
/
+17
2022-12-13
kunit: tool: parse KTAP compliant test output
Rae Moar
1
-0
/
+14
2022-12-13
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
1
-2
/
+2
2022-12-13
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
1
-2
/
+0
2022-12-13
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
1
-55
/
+38
2022-12-13
kunit: tool: make TestCounts a dataclass
Daniel Latypov
1
-3
/
+1
2022-10-31
kunit: tool: print summary of failed tests if a few failed out of a lot
Daniel Latypov
1
-0
/
+22
2022-10-31
kunit: tool: make unit test not print parsed testdata to stdout
Daniel Latypov
1
-0
/
+6
2022-09-30
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
1
-7
/
+19
2022-07-08
kunit: tool: Enable virtio/PCI by default on UML
David Gow
1
-0
/
+12
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
1
-7
/
+49
2022-07-08
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
1
-27
/
+18
2022-07-08
kunit: tool: introduce --qemu_args
Daniel Latypov
1
-3
/
+17
2022-07-08
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
1
-2
/
+2
2022-07-08
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
1
-54
/
+49
2022-07-08
kunit: tool: drop unused load_config argument
Daniel Latypov
1
-1
/
+1
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
1
-4
/
+6
2022-05-16
kunit: tool: remove dead parse_crash_in_log() logic
Daniel Latypov
1
-13
/
+4
2022-05-12
kunit: tool: print clearer error message when there's no TAP output
Daniel Latypov
1
-2
/
+2
2022-04-05
kunit: tool: more descriptive metavars/--help output
Daniel Latypov
1
-0
/
+5
2022-04-05
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
1
-5
/
+4
2022-04-04
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
1
-1
/
+1
2022-04-04
kunit: tool: make --json handling a bit clearer
Daniel Latypov
1
-2
/
+1
2021-12-16
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-12
kunit: tool: add support for QEMU
Brendan Higgins
1
-5
/
+13
[next]