Files
qt5.12.8/tests/auto/testlib/selftests/expected_skip.tap
2025-08-26 22:57:23 +08:00

14 lines
300 B
Plaintext

TAP version 13
# tst_Skip
ok 1 - initTestCase()
ok 2 - test() # SKIP skipping all
ok 3 - emptytest() # SKIP skipping all
ok 4 - singleSkip(local 1) # SKIP skipping one
# this line should only be reached once (true)
ok 5 - singleSkip(local 2)
ok 6 - cleanupTestCase()
1..6
# tests 6
# pass 3
# fail 0