mirror of
https://github.com/torvalds/linux.git
synced 2026-03-09 20:36:39 +01:00
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> |
||
|---|---|---|
| .. | ||
| 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 | ||
| test_is_test_passed-missing_plan.log | ||
| test_is_test_passed-no_tests_no_plan.log | ||
| 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 | ||
| test_parse_ktap_output.log | ||
| test_parse_subtest_header.log | ||
| 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 | ||