index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_parser.py
Age
Commit message (
Expand
)
Author
2023-03-17
kunit: tool: remove unused imports and variables
Daniel Latypov
2022-12-12
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
2022-12-12
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2022-12-12
kunit: tool: parse KTAP compliant test output
Rae Moar
2022-12-12
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2022-12-12
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2022-10-31
kunit: tool: print summary of failed tests if a few failed out of a lot
Daniel Latypov
2022-09-30
kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
Daniel Latypov
2022-07-07
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
2022-05-16
kunit: tool: minor cosmetic cleanups in kunit_parser.py
Daniel Latypov
2022-05-16
kunit: tool: make parser stop overwriting status of suites w/ no_tests
Daniel Latypov
2022-05-16
kunit: tool: remove dead parse_crash_in_log() logic
Daniel Latypov
2022-05-12
kunit: tool: print clearer error message when there's no TAP output
Daniel Latypov
2022-05-12
kunit: tool: update test counts summary line format
Daniel Latypov
2022-04-04
kunit: tool: Do not colorize output when redirected
Kees Cook
2021-12-15
kunit: tool: fix newly introduced typechecker errors
Daniel Latypov
2021-12-15
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
2021-12-13
kunit: tool: print parsed test results fully incrementally
Daniel Latypov
2021-12-13
kunit: tool: Report an error if any test has no subtests
David Gow
2021-12-13
kunit: tool: Do not error on tests without test plans
David Gow
2021-10-19
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
2021-08-13
kunit: Print test statistics on failure
David Gow
2021-08-13
kunit: tool: make --raw_output support only showing kunit output
Daniel Latypov
2021-07-12
kunit: tool: Fix error messages for cases of no tests and wrong TAP header
Rae Moar
2021-06-25
kunit: tool: Support skipped tests in kunit_tool
David Gow
2021-06-25
kunit: tool: internal refactor of parser input handling
Daniel Latypov
2021-06-11
kunit: Add 'kunit_shutdown' option
David Gow
2021-01-15
kunit: tool: fix minor typing issue with None status
Daniel Latypov
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
2021-01-15
kunit: tool: Fix spelling of "diagnostic" in kunit_parser
David Gow
2020-12-01
kunit: kunit_tool: Correctly parse diagnostic messages
David Gow
2020-11-10
kunit: tool: fix extra trailing \n in raw + parsed test output
Daniel Latypov
2020-11-10
kunit: tool: fix pre-existing python type annotation errors
Daniel Latypov
2020-10-26
kunit: Don't fail test suites if one of them is empty
Andy Shevchenko
2020-10-26
kunit: Fix kunit.py --raw_output option
David Gow
2020-10-09
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
2020-06-26
kunit: show error if kunit results are not present
Uriel Guajardo
2020-03-26
kunit: subtests should be indented 4 spaces according to TAP
Alan Maguire
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
2020-03-20
kunit: kunit_parser: make parser more robust
Heidi Fahim
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo