summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skip.tap
blob: 9595e0eb05ae335819f50a1c53a398bfa37ed632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
ok 5 - singleSkip(local 2)
  ---
  extensions:
    messages:
    - severity: debug
      message: this line should only be reached once (true)
  ...
ok 6 - cleanupTestCase()
1..6
# tests 6
# pass 3
# fail 0