summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_counting.tap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_counting.tap')
-rw-r--r--tests/auto/testlib/selftests/expected_counting.tap12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_counting.tap b/tests/auto/testlib/selftests/expected_counting.tap
index a5ef13a973..51795a0ccf 100644
--- a/tests/auto/testlib/selftests/expected_counting.tap
+++ b/tests/auto/testlib/selftests/expected_counting.tap
@@ -95,9 +95,12 @@ not ok 21 - testFailInInit(fail)
...
ok 22 - testFailInInit(after)
ok 23 - testFailInCleanup(before)
-# This test function should execute and then QFAIL in cleanup()
not ok 24 - testFailInCleanup(fail)
---
+ extensions:
+ messages:
+ - severity: debug
+ message: This test function should execute and then QFAIL in cleanup()
# Fail in cleanup()
at: tst_Counting::testFailInCleanup() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0)
file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp
@@ -108,8 +111,13 @@ ok 26 - testSkipInInit(before)
ok 27 - testSkipInInit(skip) # SKIP Skip in init()
ok 28 - testSkipInInit(after)
ok 29 - testSkipInCleanup(before)
-# This test function should execute and then QSKIP in cleanup()
ok 30 - testSkipInCleanup(skip) # SKIP Skip in cleanup()
+ ---
+ extensions:
+ messages:
+ - severity: debug
+ message: This test function should execute and then QSKIP in cleanup()
+ ...
ok 31 - testSkipInCleanup(after)
ok 32 - cleanupTestCase()
1..32