summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_eventloop.tap
blob: 496a6e636a9d5bd29fcf46b2b751c15eed01ec67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TAP version 13
# tst_EventLoop
ok 1 - initTestCase()
not ok 2 - fail()
  ---
  # Failing test should still clean up
  at: tst_EventLoop::fail() (qtbase/tests/auto/testlib/selftests/eventloop/tst_eventloop.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/eventloop/tst_eventloop.cpp
  line: 0
  ...
ok 3 - skip() # SKIP Skipping test should still clean up
ok 4 - pass()
ok 5 - cleanupTestCase()
1..5
# tests 5
# pass 3
# fail 1