mirror-linux/tools/testing/kunit/test_data
Thomas Weißschuh bd80c4d6e4 kunit: tool: Parse skipped tests from kselftest.h
Skipped tests reported by kselftest.h use a different format than KTAP,
there is no explicit test name. Normally the test name is part of the
free-form string after the SKIP keyword:

	ok 3 # SKIP test: some reason

Extend the parser to handle those correctly. Use the free-form string as
test name instead.

Link: https://lore.kernel.org/r/20250813-kunit-kselftesth-skip-v1-1-57ae3de4f109@linutronix.de
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2025-08-15 11:43:12 -06:00
..
test_config_printk_time.log
test_insufficient_memory.log
test_interrupted_tap_output.log
test_is_test_passed-all_passed.log
test_is_test_passed-all_passed_nested.log
test_is_test_passed-failure.log
test_is_test_passed-kselftest.log kunit: tool: Parse skipped tests from kselftest.h 2025-08-15 11:43:12 -06:00
test_is_test_passed-missing_plan.log
test_is_test_passed-no_tests_no_plan.log kunit: tool: make parser stop overwriting status of suites w/ no_tests 2022-05-16 13:22:12 -06:00
test_is_test_passed-no_tests_run_no_header.log
test_is_test_passed-no_tests_run_with_header.log
test_kernel_panic_interrupt.log
test_multiple_prefixes.log
test_output_isolated_correctly.log
test_output_with_prefix_isolated_correctly.log
test_parse_attributes.log kunit: tool: add test for parsing attributes 2023-12-18 13:21:15 -07:00
test_parse_ktap_output.log kunit: tool: parse KTAP compliant test output 2022-12-12 14:13:47 -07:00
test_parse_subtest_header.log kunit: tool: parse KTAP compliant test output 2022-12-12 14:13:47 -07:00
test_pound_no_prefix.log
test_pound_sign.log
test_read_from_file.kconfig
test_skip_all_tests.log
test_skip_tests.log
test_strip_hyphen.log