summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failcleanup.tap
blob: 8ec0aca6d47344f8d5a40cb68074fad07bb3771c (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:0)
  file: qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp
  line: 0
  ...
1..3
# tests 3
# pass 2
# fail 1