mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
21 lines
549 B
Plaintext
21 lines
549 B
Plaintext
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
|