mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
19 lines
375 B
Plaintext
19 lines
375 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
|
|
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
|