summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failcleanuptestcase.tap
blob: 1bad92ce1f8e8183bcff0c3e03993f67bd8b5925 (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_FailCleanupTestCase
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_FailCleanupTestCase::cleanupTestCase() (qtbase/tests/auto/testlib/selftests/failcleanuptestcase/tst_failcleanuptestcase.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/failcleanuptestcase/tst_failcleanuptestcase.cpp
  line: 0
  ...
1..3
# tests 3
# pass 2
# fail 1