mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
21 lines
491 B
Plaintext
21 lines
491 B
Plaintext
|
TAP version 13
|
||
|
# tst_FailCleanup
|
||
|
ok 1 - initTestCase()
|
||
|
not ok 2 - aTestFunction()
|
||
|
---
|
||
|
type: QVERIFY
|
||
|
message: Fail inside cleanup
|
||
|
wanted: true (false)
|
||
|
found: false (false)
|
||
|
expected: true (false)
|
||
|
actual: false (false)
|
||
|
at: tst_FailCleanup::aTestFunction() (qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp:0)
|
||
|
file: qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp
|
||
|
line: 0
|
||
|
...
|
||
|
ok 3 - cleanupTestCase()
|
||
|
1..3
|
||
|
# tests 3
|
||
|
# pass 2
|
||
|
# fail 1
|