testlib selftest: rebaseline tap results to not include line numbers
Change-Id: I6271ac1984a3829ba1c8dcc9d6419940cb89c62b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
32a26f1714
commit
f1c16139e3
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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,<value not representable as string>) (actual)
|
||||
expected: QVariant(PhonyClass,<value not representable as string>) (expected)
|
||||
actual: QVariant(PhonyClass,<value not representable as 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
|
||||
...
|
||||
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()
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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()
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
---
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -10,9 +10,9 @@ not ok 3 - testSimpleTuple()
|
||||
found: std::tuple(1) (std::tuple<int>{1})
|
||||
expected: std::tuple(2) (std::tuple<int>{2})
|
||||
actual: std::tuple(1) (std::tuple<int>{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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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()
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user