2018-03-01 16:06:23 +00:00
|
|
|
TAP version 13
|
|
|
|
# tst_FailCleanup
|
|
|
|
ok 1 - initTestCase()
|
2022-07-11 12:27:28 +00:00
|
|
|
not ok 2 - aTestFunction()
|
2018-03-01 16:06:23 +00:00
|
|
|
---
|
|
|
|
type: QVERIFY
|
2022-07-11 12:27:28 +00:00
|
|
|
message: Fail inside cleanup
|
2018-03-01 16:06:23 +00:00
|
|
|
wanted: true (false)
|
|
|
|
found: false (false)
|
|
|
|
expected: true (false)
|
|
|
|
actual: false (false)
|
2022-07-11 12:27:28 +00:00
|
|
|
at: tst_FailCleanup::aTestFunction() (qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp:0)
|
2018-03-01 16:06:23 +00:00
|
|
|
file: qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp
|
2020-07-22 11:33:55 +00:00
|
|
|
line: 0
|
2018-03-01 16:06:23 +00:00
|
|
|
...
|
2022-07-11 12:27:28 +00:00
|
|
|
ok 3 - cleanupTestCase()
|
2018-03-01 16:06:23 +00:00
|
|
|
1..3
|
|
|
|
# tests 3
|
|
|
|
# pass 2
|
|
|
|
# fail 1
|