summaryrefslogtreecommitdiff
path: root/tools/testing/kunit/kunit_parser.py
AgeCommit message (Expand)Author
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov
2022-12-12kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov
2022-12-12kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov
2022-12-12kunit: tool: parse KTAP compliant test outputRae Moar
2022-12-12kunit: tool: tweak error message when no KTAP foundDaniel Latypov
2022-12-12kunit: tool: make TestCounts a dataclassDaniel Latypov
2022-10-31kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov
2022-09-30kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov
2022-05-16kunit: tool: misc cleanupsDaniel Latypov
2022-05-16kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov
2022-05-16kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov
2022-05-12kunit: tool: update test counts summary line formatDaniel Latypov
2022-04-04kunit: tool: Do not colorize output when redirectedKees Cook
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar
2021-08-13kunit: Print test statistics on failureDavid Gow
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow
2021-01-15kunit: tool: fix minor typing issue with None statusDaniel Latypov
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov
2021-01-15kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow
2020-12-01kunit: kunit_tool: Correctly parse diagnostic messagesDavid Gow
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov
2020-10-26kunit: Don't fail test suites if one of them is emptyAndy Shevchenko
2020-10-26kunit: Fix kunit.py --raw_output optionDavid Gow
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins
2020-06-26kunit: show error if kunit results are not presentUriel Guajardo
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim
2020-03-20kunit: kunit_parser: make parser more robustHeidi Fahim
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo