qt6windows7/tests/auto/testlib/selftests/expected_failcleanuptestcase.tap

21 lines
549 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
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