qt5base-lts/tests/auto/testlib/selftests/expected_subtest.txt
Edward Welbourne 13d2e13290 Make counts of various types of test result add up correctly
Added tests for repeated skips and failures (from within void lambdas,
to simulate skips and failures from within event handlers). These
exhibit yet more ways to count more than one outcome for a test.  The
new QTest::failOnWarning() can also provoke more than one failure from
a single test, and several existing selftests exhibited various ways
for the Totals line's counts to add up to more than the number of
actual tests run.

Fixed counting so that only the first decisive incident is counted.
Tests can still report later failure or skipping, but only the first
is counted.

Added a currentTestState in qtestlog.cpp, by which it keeps track of
whether the test has resolved to a result, and clearCurrentTestState()
by which other code can reset that at the end of each test. This
brought to light various places where test-end clean-up was not being
handled - due to failure or skipping in a *_data() method or init, or
a skip in cleanup.

Fixes: QTBUG-95661
Change-Id: I5d24a37a53d3db225fa602649d8aad8f5ed6c1ad
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2022-01-13 19:47:22 +01:00

99 lines
6.0 KiB
Plaintext

********* Start testing of tst_Subtest *********
Config: Using QtTest library
QDEBUG : tst_Subtest::initTestCase() initTestCase initTestCase (null)
PASS : tst_Subtest::initTestCase()
QDEBUG : tst_Subtest::test1() init test1 (null)
QDEBUG : tst_Subtest::test1() test1 test1 (null)
QDEBUG : tst_Subtest::test1() cleanup test1 (null)
PASS : tst_Subtest::test1()
QDEBUG : tst_Subtest::test2() test2_data test2 (null)
QDEBUG : tst_Subtest::test2() test2_data end
QDEBUG : tst_Subtest::test2(data0) init test2 data0
QDEBUG : tst_Subtest::test2(data0) test2 test2 data0
QDEBUG : tst_Subtest::test2(data0) test2 end
QDEBUG : tst_Subtest::test2(data0) cleanup test2 data0
PASS : tst_Subtest::test2(data0)
QDEBUG : tst_Subtest::test2(data1) init test2 data1
QDEBUG : tst_Subtest::test2(data1) test2 test2 data1
QDEBUG : tst_Subtest::test2(data1) test2 end
QDEBUG : tst_Subtest::test2(data1) cleanup test2 data1
PASS : tst_Subtest::test2(data1)
QDEBUG : tst_Subtest::test2(data2) init test2 data2
QDEBUG : tst_Subtest::test2(data2) test2 test2 data2
QDEBUG : tst_Subtest::test2(data2) test2 end
QDEBUG : tst_Subtest::test2(data2) cleanup test2 data2
PASS : tst_Subtest::test2(data2)
QDEBUG : tst_Subtest::test3() test3_data test3 (null)
QDEBUG : tst_Subtest::test3() test3_data end
QDEBUG : tst_Subtest::test3(data0) init test3 data0
QDEBUG : tst_Subtest::test3(data0) test3 test3 data0
QDEBUG : tst_Subtest::test3(data0) test3 end
QDEBUG : tst_Subtest::test3(data0) cleanup test3 data0
PASS : tst_Subtest::test3(data0)
QDEBUG : tst_Subtest::test3(data1) init test3 data1
QDEBUG : tst_Subtest::test3(data1) test3 test3 data1
FAIL! : tst_Subtest::test3(data1) Compared values are not the same
Actual (str) : "hello1"
Expected (QString("hello0")): "hello0"
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
QDEBUG : tst_Subtest::test3(data1) cleanup test3 data1
QDEBUG : tst_Subtest::test3(data2) init test3 data2
QDEBUG : tst_Subtest::test3(data2) test3 test3 data2
FAIL! : tst_Subtest::test3(data2) Compared values are not the same
Actual (str) : "hello2"
Expected (QString("hello0")): "hello0"
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
QDEBUG : tst_Subtest::test3(data2) cleanup test3 data2
QDEBUG : tst_Subtest::multiFail() init multiFail (null)
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() This failure message should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
FAIL! : tst_Subtest::multiFail() But this test should only contribute one to the failure count
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
QDEBUG : tst_Subtest::multiFail() cleanup multiFail (null)
QDEBUG : tst_Subtest::multiSkip() init multiSkip (null)
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() This skip should be repeated ten times
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
SKIP : tst_Subtest::multiSkip() But this test should only contribute one to the skip count
Loc: [qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp(0)]
QDEBUG : tst_Subtest::multiSkip() cleanup multiSkip (null)
QDEBUG : tst_Subtest::cleanupTestCase() cleanupTestCase cleanupTestCase (null)
PASS : tst_Subtest::cleanupTestCase()
Totals: 7 passed, 3 failed, 1 skipped, 0 blacklisted, 0ms
********* Finished testing of tst_Subtest *********