GNU Linux-libre 6.8.9-gnu
[releases.git] / tools / testing / kunit / test_data / test_skip_tests.log
1 TAP version 14
2 1..2
3     # Subtest: string-stream-test
4     1..3
5     ok 1 - string_stream_test_empty_on_creation
6     ok 2 - string_stream_test_not_empty_after_add
7     ok 3 - string_stream_test_get_string
8 ok 1 - string-stream-test
9     # Subtest: example
10     1..2
11     # example_simple_test: initializing
12     ok 1 - example_simple_test
13     # example_skip_test: initializing
14     ok 2 - example_skip_test # SKIP this test should be skipped
15 ok 2 - example