Lines Matching full:skipped
97 - "SKIP", which indicates a test was skipped (note the result of the test case
134 The test "test" was SKIPPED with the diagnostic message "necessary dependency
264 ok 1 test_1 # SKIP test_1 skipped
272 ok 3 test_3 # SKIP test_3 skipped
285 - "test_1", which is skipped, with the explanation "test_1 skipped"
292 - "test_3", which is skipped with the explanation "test_3 skipped"
297 Skipped tests do not affect the result of the parent test (though it often
298 makes sense for a test to be marked skipped if _all_ of its subtests have been
299 skipped).