summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failcleanup.tap
blob: 2098cc1e17011bbe33eaccac77c85de187a21c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TAP version 13
# tst_FailCleanup
ok 1 - initTestCase()
ok 2 - aTestFunction()
not ok 3 - cleanupTestCase()
  ---
  type: QVERIFY
  message: Fail inside cleanupTestCase
  wanted: true (false)
  found: false (false)
  expected: true (false)
  actual: false (false)
  at: tst_FailCleanup::cleanupTestCase() (qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp:46)
  file: qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp
  line: 46
  ...
1..3
# tests 3
# pass 2
# fail 1