1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/testing/kunit/test_data
Uriel Guajardo e173b8b8c4 kunit: show error if kunit results are not present
Currently, if the kernel is configured incorrectly or if it crashes before any
kunit tests are run, kunit finishes without error, reporting
that 0 test cases were run.

To fix this, an error is shown when the tap header is not found, which
indicates that kunit was not able to run at all.

Signed-off-by: Uriel Guajardo <urielguajardo@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-06-26 14:29:10 -06:00
..
test_config_printk_time.log kunit: kunit_parser: make parser more robust 2020-03-20 16:15:57 -06:00
test_insufficient_memory.log kunit: show error if kunit results are not present 2020-06-26 14:29:10 -06:00
test_interrupted_tap_output.log kunit: kunit_parser: make parser more robust 2020-03-20 16:15:57 -06:00
test_is_test_passed-all_passed.log
test_is_test_passed-crash.log
test_is_test_passed-failure.log
test_is_test_passed-no_tests_run.log
test_kernel_panic_interrupt.log kunit: kunit_parser: make parser more robust 2020-03-20 16:15:57 -06:00
test_multiple_prefixes.log kunit: kunit_parser: make parser more robust 2020-03-20 16:15:57 -06:00
test_output_isolated_correctly.log
test_output_with_prefix_isolated_correctly.log kunit: kunit_parser: make parser more robust 2020-03-20 16:15:57 -06:00
test_pound_no_prefix.log kunit: kunit_parser: make parser more robust 2020-03-20 16:15:57 -06:00
test_pound_sign.log kunit: tool: add missing test data file content 2020-03-26 14:11:12 -06:00
test_read_from_file.kconfig