From f1c16139e37ae1ee27a30814f34fa15161ad9d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 22 Jul 2020 13:33:55 +0200 Subject: testlib selftest: rebaseline tap results to not include line numbers Change-Id: I6271ac1984a3829ba1c8dcc9d6419940cb89c62b Reviewed-by: Friedemann Kleint --- tests/auto/testlib/selftests/expected_badxml.tap | 16 +- .../selftests/expected_benchlibcounting.tap | 4 +- .../testlib/selftests/expected_blacklisted.tap | 8 +- tests/auto/testlib/selftests/expected_cmptest.tap | 180 +++++----- tests/auto/testlib/selftests/expected_counting.tap | 32 +- .../auto/testlib/selftests/expected_datatable.tap | 52 +-- tests/auto/testlib/selftests/expected_datetime.tap | 12 +- .../testlib/selftests/expected_exceptionthrow.tap | 4 +- .../auto/testlib/selftests/expected_expectfail.tap | 44 +-- .../testlib/selftests/expected_failcleanup.tap | 4 +- tests/auto/testlib/selftests/expected_failinit.tap | 4 +- .../testlib/selftests/expected_failinitdata.tap | 4 +- tests/auto/testlib/selftests/expected_float.tap | 384 ++++++++++----------- .../auto/testlib/selftests/expected_longstring.tap | 4 +- .../testlib/selftests/expected_pairdiagnostics.tap | 8 +- tests/auto/testlib/selftests/expected_silent.tap | 8 +- tests/auto/testlib/selftests/expected_strcmp.tap | 32 +- tests/auto/testlib/selftests/expected_subtest.tap | 8 +- tests/auto/testlib/selftests/expected_testlib.tap | 4 +- .../selftests/expected_tuplediagnostics.tap | 8 +- tests/auto/testlib/selftests/expected_verbose1.tap | 32 +- tests/auto/testlib/selftests/expected_verbose2.tap | 32 +- .../selftests/expected_verifyexceptionthrown.tap | 24 +- tests/auto/testlib/selftests/expected_xunit.tap | 16 +- .../testlib/selftests/generate_expected_output.py | 2 + 25 files changed, 464 insertions(+), 462 deletions(-) (limited to 'tests/auto/testlib/selftests') diff --git a/tests/auto/testlib/selftests/expected_badxml.tap b/tests/auto/testlib/selftests/expected_badxml.tap index 7aa4f11829..81e4fe5312 100644 --- a/tests/auto/testlib/selftests/expected_badxml.tap +++ b/tests/auto/testlib/selftests/expected_badxml.tap @@ -5,9 +5,9 @@ ok 1 - initTestCase() not ok 2 - badDataTag(fail end cdata ]]> text ]]> more text) --- # a failure - at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:101) + at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:0) file: qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp - line: 101 + line: 0 ... # a message ok 3 - badDataTag(pass end cdata ]]> text ]]> more text) @@ -15,9 +15,9 @@ ok 3 - badDataTag(pass end cdata ]]> text ]]> more text) not ok 4 - badDataTag(fail quotes " text" more text) --- # a failure - at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:101) + at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:0) file: qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp - line: 101 + line: 0 ... # a message ok 5 - badDataTag(pass quotes " text" more text) @@ -25,9 +25,9 @@ ok 5 - badDataTag(pass quotes " text" more text) not ok 6 - badDataTag(fail xml close > open < tags < text) --- # a failure - at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:101) + at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:0) file: qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp - line: 101 + line: 0 ... # a message ok 7 - badDataTag(pass xml close > open < tags < text) @@ -35,9 +35,9 @@ ok 7 - badDataTag(pass xml close > open < tags < text) not ok 8 - badDataTag(fail all > " mixed ]]> up > " in < the ]]> hopes < of triggering "< ]]> bugs) --- # a failure - at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:101) + at: tst_BadXml::badDataTag() (qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp:0) file: qtbase/tests/auto/testlib/selftests/badxml/tst_badxml.cpp - line: 101 + line: 0 ... # a message ok 9 - badDataTag(pass all > " mixed ]]> up > " in < the ]]> hopes < of triggering "< ]]> bugs) diff --git a/tests/auto/testlib/selftests/expected_benchlibcounting.tap b/tests/auto/testlib/selftests/expected_benchlibcounting.tap index e7a4280278..95243d8722 100644 --- a/tests/auto/testlib/selftests/expected_benchlibcounting.tap +++ b/tests/auto/testlib/selftests/expected_benchlibcounting.tap @@ -6,9 +6,9 @@ ok 3 - skippingBenchmark() # SKIP This is a skipping benchmark not ok 4 - failingBenchmark() --- # This is a failing benchmark - at: tst_BenchlibCounting::failingBenchmark() (qtbase/tests/auto/testlib/selftests/benchlibcounting/tst_benchlibcounting.cpp:58) + at: tst_BenchlibCounting::failingBenchmark() (qtbase/tests/auto/testlib/selftests/benchlibcounting/tst_benchlibcounting.cpp:0) file: qtbase/tests/auto/testlib/selftests/benchlibcounting/tst_benchlibcounting.cpp - line: 58 + line: 0 ... ok 5 - cleanupTestCase() 1..5 diff --git a/tests/auto/testlib/selftests/expected_blacklisted.tap b/tests/auto/testlib/selftests/expected_blacklisted.tap index 35f6d3df50..d05ee95d92 100644 --- a/tests/auto/testlib/selftests/expected_blacklisted.tap +++ b/tests/auto/testlib/selftests/expected_blacklisted.tap @@ -11,16 +11,16 @@ not ok 4 - fail() # TODO 'false' returned FALSE. (This test should BFAIL) found: false (false) expected: true (false) actual: false (false) - at: tst_Blacklisted::fail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:63) + at: tst_Blacklisted::fail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0) file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp - line: 63 + line: 0 ... not ok 4 - xfail() # TODO This test should BXFAIL then BPASS --- # This test should BXFAIL then BPASS - at: tst_Blacklisted::xfail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:69) + at: tst_Blacklisted::xfail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0) file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp - line: 69 + line: 0 ... ok 5 - xfail() # TODO ok 6 - xpass() # TODO 'true' returned TRUE unexpectedly. (This test should BXPASS) diff --git a/tests/auto/testlib/selftests/expected_cmptest.tap b/tests/auto/testlib/selftests/expected_cmptest.tap index 68cf4f80d2..52911f227c 100644 --- a/tests/auto/testlib/selftests/expected_cmptest.tap +++ b/tests/auto/testlib/selftests/expected_cmptest.tap @@ -4,9 +4,9 @@ ok 1 - initTestCase() not ok 2 - compare_unregistered_enums() --- # Compared values are not the same - at: tst_Cmptest::compare_unregistered_enums() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:176) + at: tst_Cmptest::compare_unregistered_enums() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 176 + line: 0 ... not ok 3 - compare_registered_enums() --- @@ -16,9 +16,9 @@ not ok 3 - compare_registered_enums() found: Monday (Qt::Monday) expected: Sunday (Qt::Sunday) actual: Monday (Qt::Monday) - at: tst_Cmptest::compare_registered_enums() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:183) + at: tst_Cmptest::compare_registered_enums() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 183 + line: 0 ... not ok 4 - compare_class_enums() --- @@ -28,9 +28,9 @@ not ok 4 - compare_class_enums() found: MyClassEnumValue1 (MyClassEnum::MyClassEnumValue1) expected: MyClassEnumValue2 (MyClassEnum::MyClassEnumValue2) actual: MyClassEnumValue1 (MyClassEnum::MyClassEnumValue1) - at: tst_Cmptest::compare_class_enums() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:189) + at: tst_Cmptest::compare_class_enums() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 189 + line: 0 ... ok 5 - test_windowflags(pass) not ok 6 - test_windowflags(fail1) @@ -41,9 +41,9 @@ not ok 6 - test_windowflags(fail1) found: Window|WindowSystemMenuHint|WindowStaysOnBottomHint (actualWindowFlags) expected: Window|FramelessWindowHint|WindowSystemMenuHint|WindowStaysOnBottomHint (expectedWindowFlags) actual: Window|WindowSystemMenuHint|WindowStaysOnBottomHint (actualWindowFlags) - at: tst_Cmptest::test_windowflags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:214) + at: tst_Cmptest::test_windowflags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 214 + line: 0 ... not ok 7 - test_windowflags(fail2) --- @@ -53,9 +53,9 @@ not ok 7 - test_windowflags(fail2) found: Window (actualWindowFlags) expected: Window|FramelessWindowHint (expectedWindowFlags) actual: Window (actualWindowFlags) - at: tst_Cmptest::test_windowflags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:214) + at: tst_Cmptest::test_windowflags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 214 + line: 0 ... ok 8 - test_unregistered_flags(pass) not ok 9 - test_unregistered_flags(fail1) @@ -66,9 +66,9 @@ not ok 9 - test_unregistered_flags(fail1) found: 0x3 (actualFlags) expected: 0x5 (expectedFlags) actual: 0x3 (actualFlags) - at: tst_Cmptest::test_unregistered_flags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:247) + at: tst_Cmptest::test_unregistered_flags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 247 + line: 0 ... not ok 10 - test_unregistered_flags(fail2) --- @@ -78,9 +78,9 @@ not ok 10 - test_unregistered_flags(fail2) found: 0x1 (actualFlags) expected: 0x5 (expectedFlags) actual: 0x1 (actualFlags) - at: tst_Cmptest::test_unregistered_flags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:247) + at: tst_Cmptest::test_unregistered_flags() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 247 + line: 0 ... ok 11 - compare_boolfuncs() ok 12 - compare_to_nullptr() @@ -93,9 +93,9 @@ not ok 14 - compare_tostring(int, string) found: QVariant(int,123) (actual) expected: QVariant(QString,hi) (expected) actual: QVariant(int,123) (actual) - at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:336) + at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 336 + line: 0 ... ok 15 - compare_tostring(both invalid) not ok 16 - compare_tostring(null hash, invalid) @@ -106,9 +106,9 @@ not ok 16 - compare_tostring(null hash, invalid) found: QVariant(QVariantHash) (actual) expected: QVariant() (expected) actual: QVariant(QVariantHash) (actual) - at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:336) + at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 336 + line: 0 ... not ok 17 - compare_tostring(string, null user type) --- @@ -118,9 +118,9 @@ not ok 17 - compare_tostring(string, null user type) found: QVariant(QString,A simple string) (actual) expected: QVariant(PhonyClass) (expected) actual: QVariant(QString,A simple string) (actual) - at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:336) + at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 336 + line: 0 ... not ok 18 - compare_tostring(both non-null user type) --- @@ -130,9 +130,9 @@ not ok 18 - compare_tostring(both non-null user type) found: QVariant(PhonyClass,) (actual) expected: QVariant(PhonyClass,) (expected) actual: QVariant(PhonyClass,) (actual) - at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:336) + at: tst_Cmptest::compare_tostring() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 336 + line: 0 ... ok 19 - compareQStringLists(empty lists) ok 20 - compareQStringLists(equal lists) @@ -144,9 +144,9 @@ not ok 21 - compareQStringLists(last item different) found: "string3" (opA) expected: "DIFFERS" (opB) actual: "string3" (opA) - at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:430) + at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 430 + line: 0 ... not ok 22 - compareQStringLists(second-last item different) --- @@ -156,36 +156,36 @@ not ok 22 - compareQStringLists(second-last item different) found: "string3" (opA) expected: "DIFFERS" (opB) actual: "string3" (opA) - at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:430) + at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 430 + line: 0 ... not ok 23 - compareQStringLists(prefix) --- # Compared lists have different sizes. Actual (opA) size: 2 Expected (opB) size: 1 - at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:430) + at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 430 + line: 0 ... not ok 24 - compareQStringLists(short list second) --- # Compared lists have different sizes. Actual (opA) size: 12 Expected (opB) size: 1 - at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:430) + at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 430 + line: 0 ... not ok 25 - compareQStringLists(short list first) --- # Compared lists have different sizes. Actual (opA) size: 1 Expected (opB) size: 12 - at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:430) + at: tst_Cmptest::compareQStringLists() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 430 + line: 0 ... ok 26 - compareQListInt(match) not ok 27 - compareQListInt(size mismatch) @@ -193,9 +193,9 @@ not ok 27 - compareQListInt(size mismatch) # Compared lists have different sizes. Actual (actual) size: 2 Expected (expected) size: 3 - at: tst_Cmptest::compareQListInt() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:448) + at: tst_Cmptest::compareQListInt() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 448 + line: 0 ... not ok 28 - compareQListInt(value mismatch) --- @@ -205,9 +205,9 @@ not ok 28 - compareQListInt(value mismatch) found: 4 (actual) expected: 3 (expected) actual: 4 (actual) - at: tst_Cmptest::compareQListInt() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:448) + at: tst_Cmptest::compareQListInt() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 448 + line: 0 ... ok 29 - compareQListIntToArray(match) not ok 30 - compareQListIntToArray(size mismatch) @@ -215,9 +215,9 @@ not ok 30 - compareQListIntToArray(size mismatch) # Compared lists have different sizes. Actual (actual) size: 2 Expected (expected) size: 3 - at: tst_Cmptest::compareQListIntToArray() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:460) + at: tst_Cmptest::compareQListIntToArray() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 460 + line: 0 ... not ok 31 - compareQListIntToArray(value mismatch) --- @@ -227,9 +227,9 @@ not ok 31 - compareQListIntToArray(value mismatch) found: 4 (actual) expected: 3 (expected) actual: 4 (actual) - at: tst_Cmptest::compareQListIntToArray() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:460) + at: tst_Cmptest::compareQListIntToArray() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 460 + line: 0 ... ok 32 - compareQListIntToInitializerList(match) not ok 33 - compareQListIntToInitializerList(size mismatch) @@ -237,9 +237,9 @@ not ok 33 - compareQListIntToInitializerList(size mismatch) # Compared lists have different sizes. Actual (actual) size: 2 Expected (ARG({1, 2, 3})) size: 3 - at: tst_Cmptest::compareQListIntToInitializerList() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:473) + at: tst_Cmptest::compareQListIntToInitializerList() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 473 + line: 0 ... not ok 34 - compareQListIntToInitializerList(value mismatch) --- @@ -249,9 +249,9 @@ not ok 34 - compareQListIntToInitializerList(value mismatch) found: 4 (actual) expected: 3 (ARG({1, 2, 3})) actual: 4 (actual) - at: tst_Cmptest::compareQListIntToInitializerList() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:473) + at: tst_Cmptest::compareQListIntToInitializerList() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 473 + line: 0 ... not ok 35 - compareQListDouble() --- @@ -261,9 +261,9 @@ not ok 35 - compareQListDouble() found: 1.5 (double1) expected: 1 (double2) actual: 1.5 (double1) - at: tst_Cmptest::compareQListDouble() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:481) + at: tst_Cmptest::compareQListDouble() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 481 + line: 0 ... ok 36 - compareQColor(Qt::yellow vs "yellow") not ok 37 - compareQColor(Qt::yellow vs Qt::green) @@ -274,9 +274,9 @@ not ok 37 - compareQColor(Qt::yellow vs Qt::green) found: #ffffff00 (colorA) expected: #ff00ff00 (colorB) actual: #ffffff00 (colorA) - at: tst_Cmptest::compareQColor() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:500) + at: tst_Cmptest::compareQColor() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 500 + line: 0 ... not ok 38 - compareQColor(0x88ff0000 vs 0xffff0000) --- @@ -286,9 +286,9 @@ not ok 38 - compareQColor(0x88ff0000 vs 0xffff0000) found: #88ff0000 (colorA) expected: #ffff0000 (colorB) actual: #88ff0000 (colorA) - at: tst_Cmptest::compareQColor() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:500) + at: tst_Cmptest::compareQColor() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 500 + line: 0 ... ok 39 - compareQPixmaps(both null) not ok 40 - compareQPixmaps(one null) @@ -299,9 +299,9 @@ not ok 40 - compareQPixmaps(one null) found: 1 (opA).isNull() expected: 0 (opB).isNull() actual: 1 (opA).isNull() - at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:528) + at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 528 + line: 0 ... not ok 41 - compareQPixmaps(other null) --- @@ -311,9 +311,9 @@ not ok 41 - compareQPixmaps(other null) found: 0 (opA).isNull() expected: 1 (opB).isNull() actual: 0 (opA).isNull() - at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:528) + at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 528 + line: 0 ... ok 42 - compareQPixmaps(equal) not ok 43 - compareQPixmaps(different size) @@ -324,16 +324,16 @@ not ok 43 - compareQPixmaps(different size) found: 11x20 (opA) expected: 20x20 (opB) actual: 11x20 (opA) - at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:528) + at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 528 + line: 0 ... not ok 44 - compareQPixmaps(different pixels) --- # Compared values are not the same - at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:528) + at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 528 + line: 0 ... not ok 45 - compareQPixmaps(different dpr) --- @@ -343,9 +343,9 @@ not ok 45 - compareQPixmaps(different dpr) found: 1 (opA) expected: 2 (opB) actual: 1 (opA) - at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:528) + at: tst_Cmptest::compareQPixmaps() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 528 + line: 0 ... ok 46 - compareQImages(both null) not ok 47 - compareQImages(one null) @@ -356,9 +356,9 @@ not ok 47 - compareQImages(one null) found: 1 (opA).isNull() expected: 0 (opB).isNull() actual: 1 (opA).isNull() - at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:558) + at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 558 + line: 0 ... not ok 48 - compareQImages(other null) --- @@ -368,9 +368,9 @@ not ok 48 - compareQImages(other null) found: 0 (opA).isNull() expected: 1 (opB).isNull() actual: 0 (opA).isNull() - at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:558) + at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 558 + line: 0 ... ok 49 - compareQImages(equal) not ok 50 - compareQImages(different size) @@ -381,9 +381,9 @@ not ok 50 - compareQImages(different size) found: 11x20 (opA) expected: 20x20 (opB) actual: 11x20 (opA) - at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:558) + at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 558 + line: 0 ... not ok 51 - compareQImages(different format) --- @@ -393,16 +393,16 @@ not ok 51 - compareQImages(different format) found: 6 (opA) expected: 3 (opB) actual: 6 (opA) - at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:558) + at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 558 + line: 0 ... not ok 52 - compareQImages(different pixels) --- # Compared values are not the same - at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:558) + at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 558 + line: 0 ... not ok 53 - compareQImages(different dpr) --- @@ -412,9 +412,9 @@ not ok 53 - compareQImages(different dpr) found: 1 (opA) expected: 2 (opB) actual: 1 (opA) - at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:558) + at: tst_Cmptest::compareQImages() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 558 + line: 0 ... ok 54 - compareQRegion(equal-empty) not ok 55 - compareQRegion(1-empty) @@ -425,9 +425,9 @@ not ok 55 - compareQRegion(1-empty) found: QRegion(200x50+10+10) (rA) expected: QRegion(null) (rB) actual: QRegion(200x50+10+10) (rA) - at: tst_Cmptest::compareQRegion() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:581) + at: tst_Cmptest::compareQRegion() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 581 + line: 0 ... ok 56 - compareQRegion(equal) not ok 57 - compareQRegion(different lists) @@ -438,9 +438,9 @@ not ok 57 - compareQRegion(different lists) found: QRegion(200x50+10+10) (rA) expected: QRegion(2 rectangles, 50x200+100+200, 200x50+10+10) (rB) actual: QRegion(200x50+10+10) (rA) - at: tst_Cmptest::compareQRegion() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:581) + at: tst_Cmptest::compareQRegion() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 581 + line: 0 ... not ok 58 - compareQVector2D() --- @@ -450,9 +450,9 @@ not ok 58 - compareQVector2D() found: QVector2D(1, 2) (v2a) expected: QVector2D(1, 3) (v2b) actual: QVector2D(1, 2) (v2a) - at: tst_Cmptest::compareQVector2D() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:590) + at: tst_Cmptest::compareQVector2D() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 590 + line: 0 ... not ok 59 - compareQVector3D() --- @@ -462,9 +462,9 @@ not ok 59 - compareQVector3D() found: QVector3D(1, 2, 3) (v3a) expected: QVector3D(1, 3, 3) (v3b) actual: QVector3D(1, 2, 3) (v3a) - at: tst_Cmptest::compareQVector3D() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:599) + at: tst_Cmptest::compareQVector3D() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 599 + line: 0 ... not ok 60 - compareQVector4D() --- @@ -474,9 +474,9 @@ not ok 60 - compareQVector4D() found: QVector4D(1, 2, 3, 4) (v4a) expected: QVector4D(1, 3, 3, 4) (v4b) actual: QVector4D(1, 2, 3, 4) (v4a) - at: tst_Cmptest::compareQVector4D() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:608) + at: tst_Cmptest::compareQVector4D() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 608 + line: 0 ... not ok 61 - verify() --- @@ -486,9 +486,9 @@ not ok 61 - verify() found: false (opaqueFunc() < 2) expected: true (opaqueFunc() < 2) actual: false (opaqueFunc() < 2) - at: tst_Cmptest::verify() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:620) + at: tst_Cmptest::verify() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 620 + line: 0 ... not ok 62 - verify2() --- @@ -498,9 +498,9 @@ not ok 62 - verify2() found: false (opaqueFunc() < 2) expected: true (opaqueFunc() < 2) actual: false (opaqueFunc() < 2) - at: tst_Cmptest::verify2() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:626) + at: tst_Cmptest::verify2() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 626 + line: 0 ... not ok 63 - tryVerify() --- @@ -510,9 +510,9 @@ not ok 63 - tryVerify() found: false (opaqueFunc() < 2) expected: true (opaqueFunc() < 2) actual: false (opaqueFunc() < 2) - at: tst_Cmptest::tryVerify() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:632) + at: tst_Cmptest::tryVerify() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 632 + line: 0 ... not ok 64 - tryVerify2() --- @@ -522,9 +522,9 @@ not ok 64 - tryVerify2() found: false (opaqueFunc() < 2) expected: true (opaqueFunc() < 2) actual: false (opaqueFunc() < 2) - at: tst_Cmptest::tryVerify2() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:638) + at: tst_Cmptest::tryVerify2() (qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp:0) file: qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp - line: 638 + line: 0 ... ok 65 - verifyExplicitOperatorBool() ok 66 - cleanupTestCase() diff --git a/tests/auto/testlib/selftests/expected_counting.tap b/tests/auto/testlib/selftests/expected_counting.tap index ad53e8f14e..a5ef13a973 100644 --- a/tests/auto/testlib/selftests/expected_counting.tap +++ b/tests/auto/testlib/selftests/expected_counting.tap @@ -14,9 +14,9 @@ not ok 7 - testPassFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testPassFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testPassFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 8 - testSkipPass(row 1) # SKIP Skipping ok 9 - testSkipPass(row 2) @@ -31,9 +31,9 @@ not ok 13 - testSkipFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testSkipFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testSkipFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... not ok 14 - testFailPass(row 1) --- @@ -43,9 +43,9 @@ not ok 14 - testFailPass(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailPass() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailPass() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 15 - testFailPass(row 2) not ok 16 - testFailSkip(row 1) @@ -56,9 +56,9 @@ not ok 16 - testFailSkip(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailSkip() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailSkip() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 17 - testFailSkip(row 2) # SKIP Skipping not ok 18 - testFailFail(row 1) @@ -69,9 +69,9 @@ not ok 18 - testFailFail(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... not ok 19 - testFailFail(row 2) --- @@ -81,17 +81,17 @@ not ok 19 - testFailFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 20 - testFailInInit(before) not ok 21 - testFailInInit(fail) --- # Fail in init() - at: tst_Counting::testFailInInit() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:221) + at: tst_Counting::testFailInInit() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 221 + line: 0 ... ok 22 - testFailInInit(after) ok 23 - testFailInCleanup(before) @@ -99,9 +99,9 @@ ok 23 - testFailInCleanup(before) not ok 24 - testFailInCleanup(fail) --- # Fail in cleanup() - at: tst_Counting::testFailInCleanup() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:229) + at: tst_Counting::testFailInCleanup() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 229 + line: 0 ... ok 25 - testFailInCleanup(after) ok 26 - testSkipInInit(before) diff --git a/tests/auto/testlib/selftests/expected_datatable.tap b/tests/auto/testlib/selftests/expected_datatable.tap index 8a3d473b6c..1f5ac92acf 100644 --- a/tests/auto/testlib/selftests/expected_datatable.tap +++ b/tests/auto/testlib/selftests/expected_datatable.tap @@ -16,9 +16,9 @@ not ok 9 - fiveTableFailures(fiveTableFailures_data 1) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... not ok 10 - fiveTableFailures(fiveTableFailures_data 2) --- @@ -28,9 +28,9 @@ not ok 10 - fiveTableFailures(fiveTableFailures_data 2) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... not ok 11 - fiveTableFailures(fiveTableFailures_data 3) --- @@ -40,9 +40,9 @@ not ok 11 - fiveTableFailures(fiveTableFailures_data 3) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... not ok 12 - fiveTableFailures(fiveTableFailures_data 4) --- @@ -52,9 +52,9 @@ not ok 12 - fiveTableFailures(fiveTableFailures_data 4) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... not ok 13 - fiveTableFailures(fiveTableFailures_data 5) --- @@ -64,9 +64,9 @@ not ok 13 - fiveTableFailures(fiveTableFailures_data 5) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::fiveTableFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... not ok 14 - startsWithFailure(startsWithFailure_data 1) --- @@ -76,9 +76,9 @@ not ok 14 - startsWithFailure(startsWithFailure_data 1) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::startsWithFailure() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::startsWithFailure() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... ok 15 - startsWithFailure(startsWithFailure_data 2) ok 16 - startsWithFailure(startsWithFailure_data 3) @@ -96,9 +96,9 @@ not ok 23 - endsWithFailure(endsWithFailure 5) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::endsWithFailure() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::endsWithFailure() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... ok 24 - failureInMiddle(failureInMiddle_data 1) ok 25 - failureInMiddle(failureInMiddle_data 2) @@ -110,9 +110,9 @@ not ok 26 - failureInMiddle(failureInMiddle_data 3) found: false (test) expected: true (test) actual: false (test) - at: tst_DataTable::failureInMiddle() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:78) + at: tst_DataTable::failureInMiddle() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 78 + line: 0 ... ok 27 - failureInMiddle(failureInMiddle_data 4) ok 28 - failureInMiddle(failureInMiddle_data 5) @@ -124,9 +124,9 @@ not ok 29 - fiveIsolatedFailures(fiveIsolatedFailures_data 1) found: false (!test) expected: true (!test) actual: false (!test) - at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:160) + at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 160 + line: 0 ... not ok 30 - fiveIsolatedFailures(fiveIsolatedFailures_data 2) --- @@ -136,9 +136,9 @@ not ok 30 - fiveIsolatedFailures(fiveIsolatedFailures_data 2) found: false (!test) expected: true (!test) actual: false (!test) - at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:160) + at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 160 + line: 0 ... not ok 31 - fiveIsolatedFailures(fiveIsolatedFailures_data 3) --- @@ -148,9 +148,9 @@ not ok 31 - fiveIsolatedFailures(fiveIsolatedFailures_data 3) found: false (!test) expected: true (!test) actual: false (!test) - at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:160) + at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 160 + line: 0 ... not ok 32 - fiveIsolatedFailures(fiveIsolatedFailures_data 4) --- @@ -160,9 +160,9 @@ not ok 32 - fiveIsolatedFailures(fiveIsolatedFailures_data 4) found: false (!test) expected: true (!test) actual: false (!test) - at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:160) + at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 160 + line: 0 ... not ok 33 - fiveIsolatedFailures(fiveIsolatedFailures_data 5) --- @@ -172,9 +172,9 @@ not ok 33 - fiveIsolatedFailures(fiveIsolatedFailures_data 5) found: false (!test) expected: true (!test) actual: false (!test) - at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:160) + at: tst_DataTable::fiveIsolatedFailures() (qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp:0) file: qtbase/tests/auto/testlib/selftests/datatable/tst_datatable.cpp - line: 160 + line: 0 ... ok 34 - cleanupTestCase() 1..34 diff --git a/tests/auto/testlib/selftests/expected_datetime.tap b/tests/auto/testlib/selftests/expected_datetime.tap index 896aeafa37..9621e022c7 100644 --- a/tests/auto/testlib/selftests/expected_datetime.tap +++ b/tests/auto/testlib/selftests/expected_datetime.tap @@ -9,9 +9,9 @@ not ok 2 - dateTime() found: 2000/05/03 04:03:04.000[UTC+00:02] (local) expected: 2000/05/03 04:03:04.000[UTC] (utc) actual: 2000/05/03 04:03:04.000[UTC+00:02] (local) - at: tst_DateTime::dateTime() (qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp:52) + at: tst_DateTime::dateTime() (qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp:0) file: qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp - line: 52 + line: 0 ... ok 3 - qurl(empty urls) not ok 4 - qurl(empty rhs) @@ -22,9 +22,9 @@ not ok 4 - qurl(empty rhs) found: http://example.com (operandA) expected: Invalid URL: (operandB) actual: http://example.com (operandA) - at: tst_DateTime::qurl() (qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp:60) + at: tst_DateTime::qurl() (qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp:0) file: qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp - line: 60 + line: 0 ... not ok 5 - qurl(empty lhs) --- @@ -34,9 +34,9 @@ not ok 5 - qurl(empty lhs) found: Invalid URL: (operandA) expected: http://example.com (operandB) actual: Invalid URL: (operandA) - at: tst_DateTime::qurl() (qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp:60) + at: tst_DateTime::qurl() (qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp:0) file: qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp - line: 60 + line: 0 ... ok 6 - qurl(same urls) ok 7 - cleanupTestCase() diff --git a/tests/auto/testlib/selftests/expected_exceptionthrow.tap b/tests/auto/testlib/selftests/expected_exceptionthrow.tap index d8dbf173d6..f70277899d 100644 --- a/tests/auto/testlib/selftests/expected_exceptionthrow.tap +++ b/tests/auto/testlib/selftests/expected_exceptionthrow.tap @@ -4,9 +4,9 @@ ok 1 - initTestCase() not ok 2 - throwException() --- # Caught unhandled exception - at: tst_Exception::throwException() (qtbase/src/testlib/qtestcase.cpp:1846) + at: tst_Exception::throwException() (qtbase/src/testlib/qtestcase.cpp:0) file: qtbase/src/testlib/qtestcase.cpp - line: 1846 + line: 0 ... 1..2 # tests 2 diff --git a/tests/auto/testlib/selftests/expected_expectfail.tap b/tests/auto/testlib/selftests/expected_expectfail.tap index 0e5dc4d982..2ad422b7f9 100644 --- a/tests/auto/testlib/selftests/expected_expectfail.tap +++ b/tests/auto/testlib/selftests/expected_expectfail.tap @@ -4,77 +4,77 @@ ok 1 - initTestCase() # begin not ok 2 - xfailAndContinue() # TODO This should xfail --- - at: tst_ExpectFail::xfailAndContinue() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:65) + at: tst_ExpectFail::xfailAndContinue() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 65 + line: 0 ... # after # begin not ok 3 - xfailAndAbort() # TODO This should xfail --- - at: tst_ExpectFail::xfailAndAbort() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:73) + at: tst_ExpectFail::xfailAndAbort() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 73 + line: 0 ... not ok 4 - xfailTwice() --- # Already expecting a fail - at: tst_ExpectFail::xfailTwice() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:83) + at: tst_ExpectFail::xfailTwice() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 83 + line: 0 ... not ok 5 - xfailWithQString() # TODO A string --- - at: tst_ExpectFail::xfailWithQString() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:92) + at: tst_ExpectFail::xfailWithQString() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 92 + line: 0 ... not ok 5 - xfailWithQString() # TODO Bug 5 (The message) --- - at: tst_ExpectFail::xfailWithQString() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:97) + at: tst_ExpectFail::xfailWithQString() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 97 + line: 0 ... ok 6 - xfailDataDrivenWithQVerify(Pass 1) ok 7 - xfailDataDrivenWithQVerify(Pass 2) not ok 8 - xfailDataDrivenWithQVerify(Abort) # TODO This test should xfail --- - at: tst_ExpectFail::xfailDataDrivenWithQVerify() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:126) + at: tst_ExpectFail::xfailDataDrivenWithQVerify() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 126 + line: 0 ... not ok 9 - xfailDataDrivenWithQVerify(Continue) # TODO This test should xfail --- - at: tst_ExpectFail::xfailDataDrivenWithQVerify() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:126) + at: tst_ExpectFail::xfailDataDrivenWithQVerify() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 126 + line: 0 ... ok 10 - xfailDataDrivenWithQCompare(Pass 1) ok 11 - xfailDataDrivenWithQCompare(Pass 2) not ok 12 - xfailDataDrivenWithQCompare(Abort) # TODO This test should xfail --- - at: tst_ExpectFail::xfailDataDrivenWithQCompare() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:160) + at: tst_ExpectFail::xfailDataDrivenWithQCompare() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 160 + line: 0 ... not ok 13 - xfailDataDrivenWithQCompare(Continue) # TODO This test should xfail --- - at: tst_ExpectFail::xfailDataDrivenWithQCompare() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:160) + at: tst_ExpectFail::xfailDataDrivenWithQCompare() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 160 + line: 0 ... ok 14 - xfailOnWrongRow(right row) not ok 15 - xfailOnAnyRow(first row) # TODO This test should xfail --- - at: tst_ExpectFail::xfailOnAnyRow() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:195) + at: tst_ExpectFail::xfailOnAnyRow() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 195 + line: 0 ... not ok 16 - xfailOnAnyRow(second row) # TODO This test should xfail --- - at: tst_ExpectFail::xfailOnAnyRow() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:195) + at: tst_ExpectFail::xfailOnAnyRow() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0) file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp - line: 195 + line: 0 ... not ok 17 - xfailWithoutVerify(first row) --- diff --git a/tests/auto/testlib/selftests/expected_failcleanup.tap b/tests/auto/testlib/selftests/expected_failcleanup.tap index 2098cc1e17..8ec0aca6d4 100644 --- a/tests/auto/testlib/selftests/expected_failcleanup.tap +++ b/tests/auto/testlib/selftests/expected_failcleanup.tap @@ -10,9 +10,9 @@ not ok 3 - cleanupTestCase() found: false (false) expected: true (false) actual: false (false) - at: tst_FailCleanup::cleanupTestCase() (qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp:46) + at: tst_FailCleanup::cleanupTestCase() (qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp:0) file: qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp - line: 46 + line: 0 ... 1..3 # tests 3 diff --git a/tests/auto/testlib/selftests/expected_failinit.tap b/tests/auto/testlib/selftests/expected_failinit.tap index d99a71fd51..1128482fdc 100644 --- a/tests/auto/testlib/selftests/expected_failinit.tap +++ b/tests/auto/testlib/selftests/expected_failinit.tap @@ -8,9 +8,9 @@ not ok 1 - initTestCase() found: false (false) expected: true (false) actual: false (false) - at: tst_FailInit::initTestCase() (qtbase/tests/auto/testlib/selftests/failinit/tst_failinit.cpp:42) + at: tst_FailInit::initTestCase() (qtbase/tests/auto/testlib/selftests/failinit/tst_failinit.cpp:0) file: qtbase/tests/auto/testlib/selftests/failinit/tst_failinit.cpp - line: 42 + line: 0 ... ok 2 - cleanupTestCase() 1..2 diff --git a/tests/auto/testlib/selftests/expected_failinitdata.tap b/tests/auto/testlib/selftests/expected_failinitdata.tap index 27bdda5a13..ffd8da4c78 100644 --- a/tests/auto/testlib/selftests/expected_failinitdata.tap +++ b/tests/auto/testlib/selftests/expected_failinitdata.tap @@ -8,9 +8,9 @@ not ok 1 - initTestCase() found: false (false) expected: true (false) actual: false (false) - at: tst_FailInitData::initTestCase() (qtbase/tests/auto/testlib/selftests/failinitdata/tst_failinitdata.cpp:43) + at: tst_FailInitData::initTestCase() (qtbase/tests/auto/testlib/selftests/failinitdata/tst_failinitdata.cpp:0) file: qtbase/tests/auto/testlib/selftests/failinitdata/tst_failinitdata.cpp - line: 43 + line: 0 ... 1..1 # tests 1 diff --git a/tests/auto/testlib/selftests/expected_float.tap b/tests/auto/testlib/selftests/expected_float.tap index f5249b8b4e..330e5248b9 100644 --- a/tests/auto/testlib/selftests/expected_float.tap +++ b/tests/auto/testlib/selftests/expected_float.tap @@ -9,9 +9,9 @@ not ok 2 - doubleComparisons(should FAIL 1) found: 1 (operandLeft) expected: 3 (operandRight) actual: 1 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... ok 3 - doubleComparisons(should PASS 1) not ok 4 - doubleComparisons(should FAIL 2) @@ -22,9 +22,9 @@ not ok 4 - doubleComparisons(should FAIL 2) found: 1e-07 (operandLeft) expected: 3e-07 (operandRight) actual: 1e-07 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... ok 5 - doubleComparisons(should PASS 2) not ok 6 - doubleComparisons(should FAIL 3) @@ -35,9 +35,9 @@ not ok 6 - doubleComparisons(should FAIL 3) found: 999999999999 (operandLeft) expected: 999999999998 (operandRight) actual: 999999999999 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... ok 7 - doubleComparisons(should PASS 3) not ok 8 - doubleComparisons(should FAIL 4) @@ -48,9 +48,9 @@ not ok 8 - doubleComparisons(should FAIL 4) found: 1e-12 (operandLeft) expected: 9.99999999999e-13 (operandRight) actual: 1e-12 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... ok 9 - doubleComparisons(should PASS 4) not ok 10 - doubleComparisons(should FAIL 5) @@ -61,9 +61,9 @@ not ok 10 - doubleComparisons(should FAIL 5) found: 9.99999999999e+306 (operandLeft) expected: 9.99999999997e+306 (operandRight) actual: 9.99999999999e+306 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... ok 11 - doubleComparisons(should PASS: NaN == NaN) not ok 12 - doubleComparisons(should FAIL: NaN != 0) @@ -74,9 +74,9 @@ not ok 12 - doubleComparisons(should FAIL: NaN != 0) found: nan (operandLeft) expected: 0 (operandRight) actual: nan (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 13 - doubleComparisons(should FAIL: 0 != NaN) --- @@ -86,9 +86,9 @@ not ok 13 - doubleComparisons(should FAIL: 0 != NaN) found: 0 (operandLeft) expected: nan (operandRight) actual: 0 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 14 - doubleComparisons(should FAIL: NaN != 1) --- @@ -98,9 +98,9 @@ not ok 14 - doubleComparisons(should FAIL: NaN != 1) found: nan (operandLeft) expected: 1 (operandRight) actual: nan (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 15 - doubleComparisons(should FAIL: 1 != NaN) --- @@ -110,9 +110,9 @@ not ok 15 - doubleComparisons(should FAIL: 1 != NaN) found: 1 (operandLeft) expected: nan (operandRight) actual: 1 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... ok 16 - doubleComparisons(should PASS: inf == inf) ok 17 - doubleComparisons(should PASS: -inf == -inf) @@ -124,9 +124,9 @@ not ok 18 - doubleComparisons(should FAIL: inf != -inf) found: inf (operandLeft) expected: -inf (operandRight) actual: inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 19 - doubleComparisons(should FAIL: -inf != inf) --- @@ -136,9 +136,9 @@ not ok 19 - doubleComparisons(should FAIL: -inf != inf) found: -inf (operandLeft) expected: inf (operandRight) actual: -inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 20 - doubleComparisons(should FAIL: inf != nan) --- @@ -148,9 +148,9 @@ not ok 20 - doubleComparisons(should FAIL: inf != nan) found: inf (operandLeft) expected: nan (operandRight) actual: inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 21 - doubleComparisons(should FAIL: nan != inf) --- @@ -160,9 +160,9 @@ not ok 21 - doubleComparisons(should FAIL: nan != inf) found: nan (operandLeft) expected: inf (operandRight) actual: nan (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 22 - doubleComparisons(should FAIL: -inf != nan) --- @@ -172,9 +172,9 @@ not ok 22 - doubleComparisons(should FAIL: -inf != nan) found: -inf (operandLeft) expected: nan (operandRight) actual: -inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 23 - doubleComparisons(should FAIL: nan != -inf) --- @@ -184,9 +184,9 @@ not ok 23 - doubleComparisons(should FAIL: nan != -inf) found: nan (operandLeft) expected: -inf (operandRight) actual: nan (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 24 - doubleComparisons(should FAIL: inf != 0) --- @@ -196,9 +196,9 @@ not ok 24 - doubleComparisons(should FAIL: inf != 0) found: inf (operandLeft) expected: 0 (operandRight) actual: inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 25 - doubleComparisons(should FAIL: 0 != inf) --- @@ -208,9 +208,9 @@ not ok 25 - doubleComparisons(should FAIL: 0 != inf) found: 0 (operandLeft) expected: inf (operandRight) actual: 0 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 26 - doubleComparisons(should FAIL: -inf != 0) --- @@ -220,9 +220,9 @@ not ok 26 - doubleComparisons(should FAIL: -inf != 0) found: -inf (operandLeft) expected: 0 (operandRight) actual: -inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 27 - doubleComparisons(should FAIL: 0 != -inf) --- @@ -232,9 +232,9 @@ not ok 27 - doubleComparisons(should FAIL: 0 != -inf) found: 0 (operandLeft) expected: -inf (operandRight) actual: 0 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 28 - doubleComparisons(should FAIL: inf != 1) --- @@ -244,9 +244,9 @@ not ok 28 - doubleComparisons(should FAIL: inf != 1) found: inf (operandLeft) expected: 1 (operandRight) actual: inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 29 - doubleComparisons(should FAIL: 1 != inf) --- @@ -256,9 +256,9 @@ not ok 29 - doubleComparisons(should FAIL: 1 != inf) found: 1 (operandLeft) expected: inf (operandRight) actual: 1 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 30 - doubleComparisons(should FAIL: -inf != 1) --- @@ -268,9 +268,9 @@ not ok 30 - doubleComparisons(should FAIL: -inf != 1) found: -inf (operandLeft) expected: 1 (operandRight) actual: -inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 31 - doubleComparisons(should FAIL: 1 != -inf) --- @@ -280,9 +280,9 @@ not ok 31 - doubleComparisons(should FAIL: 1 != -inf) found: 1 (operandLeft) expected: -inf (operandRight) actual: 1 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 32 - doubleComparisons(should FAIL: inf != max) --- @@ -292,9 +292,9 @@ not ok 32 - doubleComparisons(should FAIL: inf != max) found: inf (operandLeft) expected: 1.79769313486e+308 (operandRight) actual: inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 33 - doubleComparisons(should FAIL: inf != -max) --- @@ -304,9 +304,9 @@ not ok 33 - doubleComparisons(should FAIL: inf != -max) found: inf (operandLeft) expected: -1.79769313486e+308 (operandRight) actual: inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 34 - doubleComparisons(should FAIL: max != inf) --- @@ -316,9 +316,9 @@ not ok 34 - doubleComparisons(should FAIL: max != inf) found: 1.79769313486e+308 (operandLeft) expected: inf (operandRight) actual: 1.79769313486e+308 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 35 - doubleComparisons(should FAIL: -max != inf) --- @@ -328,9 +328,9 @@ not ok 35 - doubleComparisons(should FAIL: -max != inf) found: -1.79769313486e+308 (operandLeft) expected: inf (operandRight) actual: -1.79769313486e+308 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 36 - doubleComparisons(should FAIL: -inf != max) --- @@ -340,9 +340,9 @@ not ok 36 - doubleComparisons(should FAIL: -inf != max) found: -inf (operandLeft) expected: 1.79769313486e+308 (operandRight) actual: -inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 37 - doubleComparisons(should FAIL: -inf != -max) --- @@ -352,9 +352,9 @@ not ok 37 - doubleComparisons(should FAIL: -inf != -max) found: -inf (operandLeft) expected: -1.79769313486e+308 (operandRight) actual: -inf (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 38 - doubleComparisons(should FAIL: max != -inf) --- @@ -364,9 +364,9 @@ not ok 38 - doubleComparisons(should FAIL: max != -inf) found: 1.79769313486e+308 (operandLeft) expected: -inf (operandRight) actual: 1.79769313486e+308 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 39 - doubleComparisons(should FAIL: -max != -inf) --- @@ -376,9 +376,9 @@ not ok 39 - doubleComparisons(should FAIL: -max != -inf) found: -1.79769313486e+308 (operandLeft) expected: -inf (operandRight) actual: -1.79769313486e+308 (operandLeft) - at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:103) + at: tst_float::doubleComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 103 + line: 0 ... not ok 40 - floatComparisons(should FAIL 1) --- @@ -388,9 +388,9 @@ not ok 40 - floatComparisons(should FAIL 1) found: 1 (operandLeft) expected: 3 (operandRight) actual: 1 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... ok 41 - floatComparisons(should PASS 1) not ok 42 - floatComparisons(should FAIL 2) @@ -401,9 +401,9 @@ not ok 42 - floatComparisons(should FAIL 2) found: 1e-05 (operandLeft) expected: 3e-05 (operandRight) actual: 1e-05 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... ok 43 - floatComparisons(should PASS 2) not ok 44 - floatComparisons(should FAIL 3) @@ -414,9 +414,9 @@ not ok 44 - floatComparisons(should FAIL 3) found: 99999 (operandLeft) expected: 99998 (operandRight) actual: 99999 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... ok 45 - floatComparisons(should PASS 3) not ok 46 - floatComparisons(should FAIL 4) @@ -427,9 +427,9 @@ not ok 46 - floatComparisons(should FAIL 4) found: 1.00001e-05 (operandLeft) expected: 9.9999e-06 (operandRight) actual: 1.00001e-05 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... ok 47 - floatComparisons(should PASS 4) not ok 48 - floatComparisons(should FAIL 5) @@ -440,9 +440,9 @@ not ok 48 - floatComparisons(should FAIL 5) found: 9.9999e+37 (operandLeft) expected: 9.9997e+37 (operandRight) actual: 9.9999e+37 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... ok 49 - floatComparisons(should PASS: NaN == NaN) not ok 50 - floatComparisons(should FAIL: NaN != 0) @@ -453,9 +453,9 @@ not ok 50 - floatComparisons(should FAIL: NaN != 0) found: nan (operandLeft) expected: 0 (operandRight) actual: nan (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 51 - floatComparisons(should FAIL: 0 != NaN) --- @@ -465,9 +465,9 @@ not ok 51 - floatComparisons(should FAIL: 0 != NaN) found: 0 (operandLeft) expected: nan (operandRight) actual: 0 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 52 - floatComparisons(should FAIL: NaN != 1) --- @@ -477,9 +477,9 @@ not ok 52 - floatComparisons(should FAIL: NaN != 1) found: nan (operandLeft) expected: 1 (operandRight) actual: nan (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 53 - floatComparisons(should FAIL: 1 != NaN) --- @@ -489,9 +489,9 @@ not ok 53 - floatComparisons(should FAIL: 1 != NaN) found: 1 (operandLeft) expected: nan (operandRight) actual: 1 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... ok 54 - floatComparisons(should PASS: inf == inf) ok 55 - floatComparisons(should PASS: -inf == -inf) @@ -503,9 +503,9 @@ not ok 56 - floatComparisons(should FAIL: inf != -inf) found: inf (operandLeft) expected: -inf (operandRight) actual: inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 57 - floatComparisons(should FAIL: -inf != inf) --- @@ -515,9 +515,9 @@ not ok 57 - floatComparisons(should FAIL: -inf != inf) found: -inf (operandLeft) expected: inf (operandRight) actual: -inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 58 - floatComparisons(should FAIL: inf != nan) --- @@ -527,9 +527,9 @@ not ok 58 - floatComparisons(should FAIL: inf != nan) found: inf (operandLeft) expected: nan (operandRight) actual: inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 59 - floatComparisons(should FAIL: nan != inf) --- @@ -539,9 +539,9 @@ not ok 59 - floatComparisons(should FAIL: nan != inf) found: nan (operandLeft) expected: inf (operandRight) actual: nan (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 60 - floatComparisons(should FAIL: -inf != nan) --- @@ -551,9 +551,9 @@ not ok 60 - floatComparisons(should FAIL: -inf != nan) found: -inf (operandLeft) expected: nan (operandRight) actual: -inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 61 - floatComparisons(should FAIL: nan != -inf) --- @@ -563,9 +563,9 @@ not ok 61 - floatComparisons(should FAIL: nan != -inf) found: nan (operandLeft) expected: -inf (operandRight) actual: nan (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 62 - floatComparisons(should FAIL: inf != 0) --- @@ -575,9 +575,9 @@ not ok 62 - floatComparisons(should FAIL: inf != 0) found: inf (operandLeft) expected: 0 (operandRight) actual: inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 63 - floatComparisons(should FAIL: 0 != inf) --- @@ -587,9 +587,9 @@ not ok 63 - floatComparisons(should FAIL: 0 != inf) found: 0 (operandLeft) expected: inf (operandRight) actual: 0 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 64 - floatComparisons(should FAIL: -inf != 0) --- @@ -599,9 +599,9 @@ not ok 64 - floatComparisons(should FAIL: -inf != 0) found: -inf (operandLeft) expected: 0 (operandRight) actual: -inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 65 - floatComparisons(should FAIL: 0 != -inf) --- @@ -611,9 +611,9 @@ not ok 65 - floatComparisons(should FAIL: 0 != -inf) found: 0 (operandLeft) expected: -inf (operandRight) actual: 0 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 66 - floatComparisons(should FAIL: inf != 1) --- @@ -623,9 +623,9 @@ not ok 66 - floatComparisons(should FAIL: inf != 1) found: inf (operandLeft) expected: 1 (operandRight) actual: inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 67 - floatComparisons(should FAIL: 1 != inf) --- @@ -635,9 +635,9 @@ not ok 67 - floatComparisons(should FAIL: 1 != inf) found: 1 (operandLeft) expected: inf (operandRight) actual: 1 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 68 - floatComparisons(should FAIL: -inf != 1) --- @@ -647,9 +647,9 @@ not ok 68 - floatComparisons(should FAIL: -inf != 1) found: -inf (operandLeft) expected: 1 (operandRight) actual: -inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 69 - floatComparisons(should FAIL: 1 != -inf) --- @@ -659,9 +659,9 @@ not ok 69 - floatComparisons(should FAIL: 1 != -inf) found: 1 (operandLeft) expected: -inf (operandRight) actual: 1 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 70 - floatComparisons(should FAIL: inf != max) --- @@ -671,9 +671,9 @@ not ok 70 - floatComparisons(should FAIL: inf != max) found: inf (operandLeft) expected: 3.40282e+38 (operandRight) actual: inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 71 - floatComparisons(should FAIL: inf != -max) --- @@ -683,9 +683,9 @@ not ok 71 - floatComparisons(should FAIL: inf != -max) found: inf (operandLeft) expected: -3.40282e+38 (operandRight) actual: inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 72 - floatComparisons(should FAIL: max != inf) --- @@ -695,9 +695,9 @@ not ok 72 - floatComparisons(should FAIL: max != inf) found: 3.40282e+38 (operandLeft) expected: inf (operandRight) actual: 3.40282e+38 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 73 - floatComparisons(should FAIL: -max != inf) --- @@ -707,9 +707,9 @@ not ok 73 - floatComparisons(should FAIL: -max != inf) found: -3.40282e+38 (operandLeft) expected: inf (operandRight) actual: -3.40282e+38 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 74 - floatComparisons(should FAIL: -inf != max) --- @@ -719,9 +719,9 @@ not ok 74 - floatComparisons(should FAIL: -inf != max) found: -inf (operandLeft) expected: 3.40282e+38 (operandRight) actual: -inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 75 - floatComparisons(should FAIL: -inf != -max) --- @@ -731,9 +731,9 @@ not ok 75 - floatComparisons(should FAIL: -inf != -max) found: -inf (operandLeft) expected: -3.40282e+38 (operandRight) actual: -inf (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 76 - floatComparisons(should FAIL: max != -inf) --- @@ -743,9 +743,9 @@ not ok 76 - floatComparisons(should FAIL: max != -inf) found: 3.40282e+38 (operandLeft) expected: -inf (operandRight) actual: 3.40282e+38 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 77 - floatComparisons(should FAIL: -max != -inf) --- @@ -755,9 +755,9 @@ not ok 77 - floatComparisons(should FAIL: -max != -inf) found: -3.40282e+38 (operandLeft) expected: -inf (operandRight) actual: -3.40282e+38 (operandLeft) - at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:139) + at: tst_float::floatComparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 139 + line: 0 ... not ok 78 - float16Comparisons(should FAIL 1) --- @@ -767,9 +767,9 @@ not ok 78 - float16Comparisons(should FAIL 1) found: 1 (operandLeft) expected: 3 (operandRight) actual: 1 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... ok 79 - float16Comparisons(should PASS 1) not ok 80 - float16Comparisons(should FAIL 2) @@ -780,9 +780,9 @@ not ok 80 - float16Comparisons(should FAIL 2) found: 0.000999 (operandLeft) expected: 0.003 (operandRight) actual: 0.000999 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... ok 81 - float16Comparisons(should PASS 2) not ok 82 - float16Comparisons(should FAIL 3) @@ -793,9 +793,9 @@ not ok 82 - float16Comparisons(should FAIL 3) found: 98 (operandLeft) expected: 99 (operandRight) actual: 98 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... ok 83 - float16Comparisons(should PASS 3) not ok 84 - float16Comparisons(should FAIL 4) @@ -806,9 +806,9 @@ not ok 84 - float16Comparisons(should FAIL 4) found: 0.00101 (operandLeft) expected: 0.00099 (operandRight) actual: 0.00101 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... ok 85 - float16Comparisons(should PASS 4) not ok 86 - float16Comparisons(should FAIL 5) @@ -819,9 +819,9 @@ not ok 86 - float16Comparisons(should FAIL 5) found: 5.94e+04 (operandLeft) expected: 5.88e+04 (operandRight) actual: 5.94e+04 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... ok 87 - float16Comparisons(should PASS: NaN == NaN) not ok 88 - float16Comparisons(should FAIL: NaN != 0) @@ -832,9 +832,9 @@ not ok 88 - float16Comparisons(should FAIL: NaN != 0) found: nan (operandLeft) expected: 0 (operandRight) actual: nan (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 89 - float16Comparisons(should FAIL: 0 != NaN) --- @@ -844,9 +844,9 @@ not ok 89 - float16Comparisons(should FAIL: 0 != NaN) found: 0 (operandLeft) expected: nan (operandRight) actual: 0 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 90 - float16Comparisons(should FAIL: NaN != 1) --- @@ -856,9 +856,9 @@ not ok 90 - float16Comparisons(should FAIL: NaN != 1) found: nan (operandLeft) expected: 1 (operandRight) actual: nan (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 91 - float16Comparisons(should FAIL: 1 != NaN) --- @@ -868,9 +868,9 @@ not ok 91 - float16Comparisons(should FAIL: 1 != NaN) found: 1 (operandLeft) expected: nan (operandRight) actual: 1 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... ok 92 - float16Comparisons(should PASS: inf == inf) ok 93 - float16Comparisons(should PASS: -inf == -inf) @@ -882,9 +882,9 @@ not ok 94 - float16Comparisons(should FAIL: inf != -inf) found: inf (operandLeft) expected: -inf (operandRight) actual: inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 95 - float16Comparisons(should FAIL: -inf != inf) --- @@ -894,9 +894,9 @@ not ok 95 - float16Comparisons(should FAIL: -inf != inf) found: -inf (operandLeft) expected: inf (operandRight) actual: -inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 96 - float16Comparisons(should FAIL: inf != nan) --- @@ -906,9 +906,9 @@ not ok 96 - float16Comparisons(should FAIL: inf != nan) found: inf (operandLeft) expected: nan (operandRight) actual: inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 97 - float16Comparisons(should FAIL: nan != inf) --- @@ -918,9 +918,9 @@ not ok 97 - float16Comparisons(should FAIL: nan != inf) found: nan (operandLeft) expected: inf (operandRight) actual: nan (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 98 - float16Comparisons(should FAIL: -inf != nan) --- @@ -930,9 +930,9 @@ not ok 98 - float16Comparisons(should FAIL: -inf != nan) found: -inf (operandLeft) expected: nan (operandRight) actual: -inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 99 - float16Comparisons(should FAIL: nan != -inf) --- @@ -942,9 +942,9 @@ not ok 99 - float16Comparisons(should FAIL: nan != -inf) found: nan (operandLeft) expected: -inf (operandRight) actual: nan (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 100 - float16Comparisons(should FAIL: inf != 0) --- @@ -954,9 +954,9 @@ not ok 100 - float16Comparisons(should FAIL: inf != 0) found: inf (operandLeft) expected: 0 (operandRight) actual: inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 101 - float16Comparisons(should FAIL: 0 != inf) --- @@ -966,9 +966,9 @@ not ok 101 - float16Comparisons(should FAIL: 0 != inf) found: 0 (operandLeft) expected: inf (operandRight) actual: 0 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 102 - float16Comparisons(should FAIL: -inf != 0) --- @@ -978,9 +978,9 @@ not ok 102 - float16Comparisons(should FAIL: -inf != 0) found: -inf (operandLeft) expected: 0 (operandRight) actual: -inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 103 - float16Comparisons(should FAIL: 0 != -inf) --- @@ -990,9 +990,9 @@ not ok 103 - float16Comparisons(should FAIL: 0 != -inf) found: 0 (operandLeft) expected: -inf (operandRight) actual: 0 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 104 - float16Comparisons(should FAIL: inf != 1) --- @@ -1002,9 +1002,9 @@ not ok 104 - float16Comparisons(should FAIL: inf != 1) found: inf (operandLeft) expected: 1 (operandRight) actual: inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 105 - float16Comparisons(should FAIL: 1 != inf) --- @@ -1014,9 +1014,9 @@ not ok 105 - float16Comparisons(should FAIL: 1 != inf) found: 1 (operandLeft) expected: inf (operandRight) actual: 1 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 106 - float16Comparisons(should FAIL: -inf != 1) --- @@ -1026,9 +1026,9 @@ not ok 106 - float16Comparisons(should FAIL: -inf != 1) found: -inf (operandLeft) expected: 1 (operandRight) actual: -inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 107 - float16Comparisons(should FAIL: 1 != -inf) --- @@ -1038,9 +1038,9 @@ not ok 107 - float16Comparisons(should FAIL: 1 != -inf) found: 1 (operandLeft) expected: -inf (operandRight) actual: 1 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 108 - float16Comparisons(should FAIL: inf != max) --- @@ -1050,9 +1050,9 @@ not ok 108 - float16Comparisons(should FAIL: inf != max) found: inf (operandLeft) expected: 6.55e+04 (operandRight) actual: inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 109 - float16Comparisons(should FAIL: inf != -max) --- @@ -1062,9 +1062,9 @@ not ok 109 - float16Comparisons(should FAIL: inf != -max) found: inf (operandLeft) expected: -6.55e+04 (operandRight) actual: inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 110 - float16Comparisons(should FAIL: max != inf) --- @@ -1074,9 +1074,9 @@ not ok 110 - float16Comparisons(should FAIL: max != inf) found: 6.55e+04 (operandLeft) expected: inf (operandRight) actual: 6.55e+04 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 111 - float16Comparisons(should FAIL: -max != inf) --- @@ -1086,9 +1086,9 @@ not ok 111 - float16Comparisons(should FAIL: -max != inf) found: -6.55e+04 (operandLeft) expected: inf (operandRight) actual: -6.55e+04 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 112 - float16Comparisons(should FAIL: -inf != max) --- @@ -1098,9 +1098,9 @@ not ok 112 - float16Comparisons(should FAIL: -inf != max) found: -inf (operandLeft) expected: 6.55e+04 (operandRight) actual: -inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 113 - float16Comparisons(should FAIL: -inf != -max) --- @@ -1110,9 +1110,9 @@ not ok 113 - float16Comparisons(should FAIL: -inf != -max) found: -inf (operandLeft) expected: -6.55e+04 (operandRight) actual: -inf (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 114 - float16Comparisons(should FAIL: max != -inf) --- @@ -1122,9 +1122,9 @@ not ok 114 - float16Comparisons(should FAIL: max != -inf) found: 6.55e+04 (operandLeft) expected: -inf (operandRight) actual: 6.55e+04 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 115 - float16Comparisons(should FAIL: -max != -inf) --- @@ -1134,9 +1134,9 @@ not ok 115 - float16Comparisons(should FAIL: -max != -inf) found: -6.55e+04 (operandLeft) expected: -inf (operandRight) actual: -6.55e+04 (operandLeft) - at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:174) + at: tst_float::float16Comparisons() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 174 + line: 0 ... not ok 116 - compareFloatTests(1e0) --- @@ -1146,9 +1146,9 @@ not ok 116 - compareFloatTests(1e0) found: 1 (t1) expected: 3 (t3) actual: 1 (t1) - at: tst_float::compareFloatTests() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:215) + at: tst_float::compareFloatTests() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 215 + line: 0 ... not ok 117 - compareFloatTests(1e-5) --- @@ -1158,9 +1158,9 @@ not ok 117 - compareFloatTests(1e-5) found: 1e-05 (t1) expected: 3e-05 (t3) actual: 1e-05 (t1) - at: tst_float::compareFloatTests() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:215) + at: tst_float::compareFloatTests() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 215 + line: 0 ... not ok 118 - compareFloatTests(1e+7) --- @@ -1170,9 +1170,9 @@ not ok 118 - compareFloatTests(1e+7) found: 1e+07 (t1) expected: 3e+07 (t3) actual: 1e+07 (t1) - at: tst_float::compareFloatTests() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:215) + at: tst_float::compareFloatTests() (qtbase/tests/auto/testlib/selftests/float/tst_float.cpp:0) file: qtbase/tests/auto/testlib/selftests/float/tst_float.cpp - line: 215 + line: 0 ... ok 119 - cleanupTestCase() 1..119 diff --git a/tests/auto/testlib/selftests/expected_longstring.tap b/tests/auto/testlib/selftests/expected_longstring.tap index ac870f2d53..f5115da834 100644 --- a/tests/auto/testlib/selftests/expected_longstring.tap +++ b/tests/auto/testlib/selftests/expected_longstring.tap @@ -12,9 +12,9 @@ Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, impe Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed cursus turpis vitae tortor. Donec posuere vulputate arcu. Phasellus accumsan cursus velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed aliquam, nisi quis porttitor congue, elit erat euismod orci, ac placerat dolor lectus quis orci. Phasellus consectetuer vestibulum elit. Aenean tellus metus, bibendum sed, posuere ac, mattis non, nunc. Vestibulum fringilla pede sit amet augue. In turpis. Pellentesque posuere. Praesent turpis. Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Fusce id purus. Ut varius tincidunt libero. Phasellus dolor. Maecenas vestibulum mollis diam. Pellentesque ut neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. - at: tst_LongString::failWithLongString() (qtbase/tests/auto/testlib/selftests/longstring/tst_longstring.cpp:54) + at: tst_LongString::failWithLongString() (qtbase/tests/auto/testlib/selftests/longstring/tst_longstring.cpp:0) file: qtbase/tests/auto/testlib/selftests/longstring/tst_longstring.cpp - line: 54 + line: 0 ... ok 3 - cleanupTestCase() 1..3 diff --git a/tests/auto/testlib/selftests/expected_pairdiagnostics.tap b/tests/auto/testlib/selftests/expected_pairdiagnostics.tap index d6e1a0b22f..25718d0d4c 100644 --- a/tests/auto/testlib/selftests/expected_pairdiagnostics.tap +++ b/tests/auto/testlib/selftests/expected_pairdiagnostics.tap @@ -9,9 +9,9 @@ not ok 2 - testQPair() found: "std::pair(1,1)" (pair1) expected: "std::pair(1,2)" (pair2) actual: "std::pair(1,1)" (pair1) - at: tst_PairDiagnostics::testQPair() (qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp:51) + at: tst_PairDiagnostics::testQPair() (qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp:0) file: qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp - line: 51 + line: 0 ... not ok 3 - testStdPair() --- @@ -21,9 +21,9 @@ not ok 3 - testStdPair() found: "std::pair(1,1)" (pair1) expected: "std::pair(1,2)" (pair2) actual: "std::pair(1,1)" (pair1) - at: tst_PairDiagnostics::testStdPair() (qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp:58) + at: tst_PairDiagnostics::testStdPair() (qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp:0) file: qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp - line: 58 + line: 0 ... ok 4 - cleanupTestCase() 1..4 diff --git a/tests/auto/testlib/selftests/expected_silent.tap b/tests/auto/testlib/selftests/expected_silent.tap index c5f7716390..74a0c46e68 100644 --- a/tests/auto/testlib/selftests/expected_silent.tap +++ b/tests/auto/testlib/selftests/expected_silent.tap @@ -11,15 +11,15 @@ not ok 4 - fail() found: false (false) expected: true (false) actual: false (false) - at: tst_Silent::fail() (qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp:60) + at: tst_Silent::fail() (qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp:0) file: qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp - line: 60 + line: 0 ... not ok 5 - xfail() # TODO This test should XFAIL --- - at: tst_Silent::xfail() (qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp:66) + at: tst_Silent::xfail() (qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp:0) file: qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp - line: 66 + line: 0 ... ok 6 - xpass() # TODO 'true' returned TRUE unexpectedly. (This test should XPASS) # This is a warning that should not appear in silent test output diff --git a/tests/auto/testlib/selftests/expected_strcmp.tap b/tests/auto/testlib/selftests/expected_strcmp.tap index af368e4745..c516df367d 100644 --- a/tests/auto/testlib/selftests/expected_strcmp.tap +++ b/tests/auto/testlib/selftests/expected_strcmp.tap @@ -4,21 +4,21 @@ ok 1 - initTestCase() ok 2 - compareCharStars() not ok 3 - compareByteArray() # TODO Next test should fail --- - at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:75) + at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 75 + line: 0 ... not ok 3 - compareByteArray() # TODO Next test should fail --- - at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:82) + at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 82 + line: 0 ... not ok 3 - compareByteArray() # TODO Next test should fail --- - at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:89) + at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 89 + line: 0 ... not ok 3 - compareByteArray() --- @@ -28,9 +28,9 @@ not ok 3 - compareByteArray() found: "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"... (a) expected: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"... (b) actual: "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"... (a) - at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:96) + at: tst_StrCmp::compareByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 96 + line: 0 ... not ok 4 - failByteArray() --- @@ -40,9 +40,9 @@ not ok 4 - failByteArray() found: "abc" (QByteArray("abc")) expected: "cba" (QByteArray("cba")) actual: "abc" (QByteArray("abc")) - at: tst_StrCmp::failByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:102) + at: tst_StrCmp::failByteArray() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 102 + line: 0 ... not ok 5 - failByteArrayNull() --- @@ -52,9 +52,9 @@ not ok 5 - failByteArrayNull() found: "foo" (QByteArray("foo")) expected: "" (QByteArray()) actual: "foo" (QByteArray("foo")) - at: tst_StrCmp::failByteArrayNull() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:108) + at: tst_StrCmp::failByteArrayNull() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 108 + line: 0 ... not ok 6 - failByteArrayEmpty() --- @@ -64,9 +64,9 @@ not ok 6 - failByteArrayEmpty() found: "" (QByteArray("")) expected: "foo" (QByteArray("foo")) actual: "" (QByteArray("")) - at: tst_StrCmp::failByteArrayEmpty() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:113) + at: tst_StrCmp::failByteArrayEmpty() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 113 + line: 0 ... not ok 7 - failByteArraySingleChars() --- @@ -76,9 +76,9 @@ not ok 7 - failByteArraySingleChars() found: "6" (QByteArray("6")) expected: "7" (QByteArray("7")) actual: "6" (QByteArray("6")) - at: tst_StrCmp::failByteArraySingleChars() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:120) + at: tst_StrCmp::failByteArraySingleChars() (qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp:0) file: qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp - line: 120 + line: 0 ... ok 8 - cleanupTestCase() 1..8 diff --git a/tests/auto/testlib/selftests/expected_subtest.tap b/tests/auto/testlib/selftests/expected_subtest.tap index 67fe7be570..395eb2776c 100644 --- a/tests/auto/testlib/selftests/expected_subtest.tap +++ b/tests/auto/testlib/selftests/expected_subtest.tap @@ -40,9 +40,9 @@ not ok 7 - test3(data1) found: "hello1" (str) expected: "hello0" (QString("hello0")) actual: "hello1" (str) - at: tst_Subtest::test3() (qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp:141) + at: tst_Subtest::test3() (qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp:0) file: qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp - line: 141 + line: 0 ... # cleanup test3 data1 # init test3 data2 @@ -55,9 +55,9 @@ not ok 8 - test3(data2) found: "hello2" (str) expected: "hello0" (QString("hello0")) actual: "hello2" (str) - at: tst_Subtest::test3() (qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp:141) + at: tst_Subtest::test3() (qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp:0) file: qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp - line: 141 + line: 0 ... # cleanup test3 data2 # cleanupTestCase cleanupTestCase (null) diff --git a/tests/auto/testlib/selftests/expected_testlib.tap b/tests/auto/testlib/selftests/expected_testlib.tap index d85b23b7d4..d346d78900 100644 --- a/tests/auto/testlib/selftests/expected_testlib.tap +++ b/tests/auto/testlib/selftests/expected_testlib.tap @@ -4,9 +4,9 @@ ok 1 - initTestCase() not ok 2 - basics() --- # Compared pointers are not the same - at: tst_TestLib::basics() (qtbase/tests/auto/testlib/selftests/testlib/tst_testlib.cpp:54) + at: tst_TestLib::basics() (qtbase/tests/auto/testlib/selftests/testlib/tst_testlib.cpp:0) file: qtbase/tests/auto/testlib/selftests/testlib/tst_testlib.cpp - line: 54 + line: 0 ... ok 3 - delays() ok 4 - reals(zero) diff --git a/tests/auto/testlib/selftests/expected_tuplediagnostics.tap b/tests/auto/testlib/selftests/expected_tuplediagnostics.tap index a079a9bf40..ebdd0550b4 100644 --- a/tests/auto/testlib/selftests/expected_tuplediagnostics.tap +++ b/tests/auto/testlib/selftests/expected_tuplediagnostics.tap @@ -10,9 +10,9 @@ not ok 3 - testSimpleTuple() found: std::tuple(1) (std::tuple{1}) expected: std::tuple(2) (std::tuple{2}) actual: std::tuple(1) (std::tuple{1}) - at: tst_TupleDiagnostics::testSimpleTuple() (qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp:53) + at: tst_TupleDiagnostics::testSimpleTuple() (qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp:0) file: qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp - line: 53 + line: 0 ... not ok 4 - testTuple() --- @@ -22,9 +22,9 @@ not ok 4 - testTuple() found: std::tuple(42, 'Y', "tuple1") (tuple1) expected: std::tuple(42, 'Y', "tuple2") (tuple2) actual: std::tuple(42, 'Y', "tuple1") (tuple1) - at: tst_TupleDiagnostics::testTuple() (qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp:60) + at: tst_TupleDiagnostics::testTuple() (qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp:0) file: qtbase/tests/auto/testlib/selftests/tuplediagnostics/tst_tuplediagnostics.cpp - line: 60 + line: 0 ... ok 5 - cleanupTestCase() 1..5 diff --git a/tests/auto/testlib/selftests/expected_verbose1.tap b/tests/auto/testlib/selftests/expected_verbose1.tap index ad53e8f14e..a5ef13a973 100644 --- a/tests/auto/testlib/selftests/expected_verbose1.tap +++ b/tests/auto/testlib/selftests/expected_verbose1.tap @@ -14,9 +14,9 @@ not ok 7 - testPassFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testPassFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testPassFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 8 - testSkipPass(row 1) # SKIP Skipping ok 9 - testSkipPass(row 2) @@ -31,9 +31,9 @@ not ok 13 - testSkipFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testSkipFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testSkipFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... not ok 14 - testFailPass(row 1) --- @@ -43,9 +43,9 @@ not ok 14 - testFailPass(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailPass() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailPass() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 15 - testFailPass(row 2) not ok 16 - testFailSkip(row 1) @@ -56,9 +56,9 @@ not ok 16 - testFailSkip(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailSkip() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailSkip() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 17 - testFailSkip(row 2) # SKIP Skipping not ok 18 - testFailFail(row 1) @@ -69,9 +69,9 @@ not ok 18 - testFailFail(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... not ok 19 - testFailFail(row 2) --- @@ -81,17 +81,17 @@ not ok 19 - testFailFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 20 - testFailInInit(before) not ok 21 - testFailInInit(fail) --- # Fail in init() - at: tst_Counting::testFailInInit() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:221) + at: tst_Counting::testFailInInit() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 221 + line: 0 ... ok 22 - testFailInInit(after) ok 23 - testFailInCleanup(before) @@ -99,9 +99,9 @@ ok 23 - testFailInCleanup(before) not ok 24 - testFailInCleanup(fail) --- # Fail in cleanup() - at: tst_Counting::testFailInCleanup() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:229) + at: tst_Counting::testFailInCleanup() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 229 + line: 0 ... ok 25 - testFailInCleanup(after) ok 26 - testSkipInInit(before) diff --git a/tests/auto/testlib/selftests/expected_verbose2.tap b/tests/auto/testlib/selftests/expected_verbose2.tap index 7e6a7280a4..828e02b13e 100644 --- a/tests/auto/testlib/selftests/expected_verbose2.tap +++ b/tests/auto/testlib/selftests/expected_verbose2.tap @@ -23,9 +23,9 @@ not ok 7 - testPassFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testPassFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testPassFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 8 - testSkipPass(row 1) # SKIP Skipping # QVERIFY(true) @@ -43,9 +43,9 @@ not ok 13 - testSkipFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testSkipFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testSkipFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... # QVERIFY(false) not ok 14 - testFailPass(row 1) @@ -56,9 +56,9 @@ not ok 14 - testFailPass(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailPass() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailPass() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... # QVERIFY(true) # QCOMPARE(2 + 1, 3) @@ -72,9 +72,9 @@ not ok 16 - testFailSkip(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailSkip() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailSkip() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 17 - testFailSkip(row 2) # SKIP Skipping # QVERIFY(false) @@ -86,9 +86,9 @@ not ok 18 - testFailFail(row 1) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... # QVERIFY(false) not ok 19 - testFailFail(row 2) @@ -99,17 +99,17 @@ not ok 19 - testFailFail(row 2) found: false (false) expected: true (false) actual: false (false) - at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:102) + at: tst_Counting::testFailFail() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 102 + line: 0 ... ok 20 - testFailInInit(before) not ok 21 - testFailInInit(fail) --- # Fail in init() - at: tst_Counting::testFailInInit() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:221) + at: tst_Counting::testFailInInit() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 221 + line: 0 ... ok 22 - testFailInInit(after) ok 23 - testFailInCleanup(before) @@ -117,9 +117,9 @@ ok 23 - testFailInCleanup(before) not ok 24 - testFailInCleanup(fail) --- # Fail in cleanup() - at: tst_Counting::testFailInCleanup() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:229) + at: tst_Counting::testFailInCleanup() (qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp:0) file: qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp - line: 229 + line: 0 ... ok 25 - testFailInCleanup(after) ok 26 - testSkipInInit(before) diff --git a/tests/auto/testlib/selftests/expected_verifyexceptionthrown.tap b/tests/auto/testlib/selftests/expected_verifyexceptionthrown.tap index 2b04c08cdb..c0446dae89 100644 --- a/tests/auto/testlib/selftests/expected_verifyexceptionthrown.tap +++ b/tests/auto/testlib/selftests/expected_verifyexceptionthrown.tap @@ -7,44 +7,44 @@ ok 4 - testCorrectMyExceptions() not ok 5 - testFailInt() --- # Expected exception of type double to be thrown but unknown exception caught - at: tst_VerifyExceptionThrown::testFailInt() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:115) + at: tst_VerifyExceptionThrown::testFailInt() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:0) file: qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp - line: 115 + line: 0 ... not ok 6 - testFailStdString() --- # Expected exception of type char* to be thrown but unknown exception caught - at: tst_VerifyExceptionThrown::testFailStdString() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:120) + at: tst_VerifyExceptionThrown::testFailStdString() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:0) file: qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp - line: 120 + line: 0 ... not ok 7 - testFailStdRuntimeError() --- # Expected exception of type std::runtime_error to be thrown but std::exception caught with message: logic error - at: tst_VerifyExceptionThrown::testFailStdRuntimeError() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:125) + at: tst_VerifyExceptionThrown::testFailStdRuntimeError() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:0) file: qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp - line: 125 + line: 0 ... not ok 8 - testFailMyException() --- # Expected exception of type MyBaseException to be thrown but std::exception caught with message: logic error - at: tst_VerifyExceptionThrown::testFailMyException() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:130) + at: tst_VerifyExceptionThrown::testFailMyException() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:0) file: qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp - line: 130 + line: 0 ... not ok 9 - testFailMyDerivedException() --- # Expected exception of type std::runtime_error to be thrown but std::exception caught with message: MyDerivedException - at: tst_VerifyExceptionThrown::testFailMyDerivedException() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:135) + at: tst_VerifyExceptionThrown::testFailMyDerivedException() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:0) file: qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp - line: 135 + line: 0 ... not ok 10 - testFailNoException() --- # Expected exception of type std::exception to be thrown but no exception caught - at: tst_VerifyExceptionThrown::testFailNoException() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:140) + at: tst_VerifyExceptionThrown::testFailNoException() (qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp:0) file: qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp - line: 140 + line: 0 ... ok 11 - cleanupTestCase() 1..11 diff --git a/tests/auto/testlib/selftests/expected_xunit.tap b/tests/auto/testlib/selftests/expected_xunit.tap index 13ff7e45a3..e71a10853d 100644 --- a/tests/auto/testlib/selftests/expected_xunit.tap +++ b/tests/auto/testlib/selftests/expected_xunit.tap @@ -12,29 +12,29 @@ not ok 3 - testFunc2() found: 2 (2) expected: 3 (3) actual: 2 (2) - at: tst_Xunit::testFunc2() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:61) + at: tst_Xunit::testFunc2() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:0) file: qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp - line: 61 + line: 0 ... ok 4 - testFunc3() # SKIP skipping this function! not ok 5 - testFunc4() --- # a forced failure! - at: tst_Xunit::testFunc4() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:71) + at: tst_Xunit::testFunc4() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:0) file: qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp - line: 71 + line: 0 ... not ok 6 - testFunc5() # TODO this failure is expected --- - at: tst_Xunit::testFunc5() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:85) + at: tst_Xunit::testFunc5() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:0) file: qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp - line: 85 + line: 0 ... not ok 7 - testFunc6() # TODO this failure is also expected --- - at: tst_Xunit::testFunc6() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:91) + at: tst_Xunit::testFunc6() (qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp:0) file: qtbase/tests/auto/testlib/selftests/xunit/tst_xunit.cpp - line: 91 + line: 0 ... ok 8 - testFunc7() # TODO 'true' returned TRUE unexpectedly. () ok 9 - cleanupTestCase() diff --git a/tests/auto/testlib/selftests/generate_expected_output.py b/tests/auto/testlib/selftests/generate_expected_output.py index c334f39b04..1b8e1d3b8e 100755 --- a/tests/auto/testlib/selftests/generate_expected_output.py +++ b/tests/auto/testlib/selftests/generate_expected_output.py @@ -108,6 +108,8 @@ class Cleaner (object): (r'(Loc: \[[^[\]()]+)\(\d+\)', r'\1(0)'), # txt (r'(\[Loc: [^[\]()]+)\(\d+\)', r'\1(0)'), # teamcity (r'(<(?:Incident|Message)\b.*\bfile=.*\bline=)"\d+"', r'\1"0"'), # lightxml, xml + (r'(at: .*?):\d+\)', r'\1:0)'), # tap + (r'(line:) \d+', r'\1 0'), # tap # Pointers printed by signal dumper: (r'\(\b[a-f0-9]{8,}\b\)', r'(_POINTER_)'), # Example/for reference: -- cgit v1.2.3