5f5db1c38b
Add QTRY_VERIFY2_WITH_TIMEOUT() similar to QTRY_VERIFY_WITH_TIMEOUT() except that QTRY_VERIFY2() is used below the loop and QTRY_VERIFY2() based on it. Add tests to cmptest. [ChangeLog][QtTest] Added macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2() making it possible to output a message after the timeout has expired. Change-Id: I587e24f3aeb73542dbf3ccb936a16f2e0806555f Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
106 lines
4.9 KiB
Plaintext
106 lines
4.9 KiB
Plaintext
********* Start testing of tst_Cmptest *********
|
|
Config: Using QtTest library
|
|
PASS : tst_Cmptest::initTestCase()
|
|
FAIL! : tst_Cmptest::compare_unregistered_enums() Compared values are not the same
|
|
Loc: [tst_cmptest.cpp(154)]
|
|
FAIL! : tst_Cmptest::compare_registered_enums() Compared values are not the same
|
|
Actual (Qt::ArrowCursor): ArrowCursor
|
|
Expected (Qt::BusyCursor) : BusyCursor
|
|
Loc: [tst_cmptest.cpp(160)]
|
|
PASS : tst_Cmptest::compare_boolfuncs()
|
|
PASS : tst_Cmptest::compare_pointerfuncs()
|
|
FAIL! : tst_Cmptest::compare_tostring(int, string) Compared values are not the same
|
|
Actual (actual) : QVariant(int,123)
|
|
Expected (expected): QVariant(QString,hi)
|
|
Loc: [tst_cmptest.cpp(231)]
|
|
PASS : tst_Cmptest::compare_tostring(both invalid)
|
|
FAIL! : tst_Cmptest::compare_tostring(null hash, invalid) Compared values are not the same
|
|
Actual (actual) : QVariant(QVariantHash)
|
|
Expected (expected): QVariant()
|
|
Loc: [tst_cmptest.cpp(231)]
|
|
FAIL! : tst_Cmptest::compare_tostring(string, null user type) Compared values are not the same
|
|
Actual (actual) : QVariant(QString,A simple string)
|
|
Expected (expected): QVariant(PhonyClass)
|
|
Loc: [tst_cmptest.cpp(231)]
|
|
FAIL! : tst_Cmptest::compare_tostring(both non-null user type) Compared values are not the same
|
|
Actual (actual) : QVariant(PhonyClass,<value not representable as string>)
|
|
Expected (expected): QVariant(PhonyClass,<value not representable as string>)
|
|
Loc: [tst_cmptest.cpp(231)]
|
|
PASS : tst_Cmptest::compareQStringLists(empty lists)
|
|
PASS : tst_Cmptest::compareQStringLists(equal lists)
|
|
FAIL! : tst_Cmptest::compareQStringLists(last item different) Compared lists differ at index 2.
|
|
Actual (opA): "string3"
|
|
Expected (opB): "DIFFERS"
|
|
Loc: [tst_cmptest.cpp(325)]
|
|
FAIL! : tst_Cmptest::compareQStringLists(second-last item different) Compared lists differ at index 2.
|
|
Actual (opA): "string3"
|
|
Expected (opB): "DIFFERS"
|
|
Loc: [tst_cmptest.cpp(325)]
|
|
FAIL! : tst_Cmptest::compareQStringLists(prefix) Compared lists have different sizes.
|
|
Actual (opA) size: 2
|
|
Expected (opB) size: 1
|
|
Loc: [tst_cmptest.cpp(325)]
|
|
FAIL! : tst_Cmptest::compareQStringLists(short list second) Compared lists have different sizes.
|
|
Actual (opA) size: 12
|
|
Expected (opB) size: 1
|
|
Loc: [tst_cmptest.cpp(325)]
|
|
FAIL! : tst_Cmptest::compareQStringLists(short list first) Compared lists have different sizes.
|
|
Actual (opA) size: 1
|
|
Expected (opB) size: 12
|
|
Loc: [tst_cmptest.cpp(325)]
|
|
FAIL! : tst_Cmptest::compareQListInt() Compared lists differ at index 2.
|
|
Actual (int1): 3
|
|
Expected (int2): 4
|
|
Loc: [tst_cmptest.cpp(332)]
|
|
FAIL! : tst_Cmptest::compareQListDouble() Compared lists differ at index 0.
|
|
Actual (double1): 1.5
|
|
Expected (double2): 1
|
|
Loc: [tst_cmptest.cpp(339)]
|
|
PASS : tst_Cmptest::compareQPixmaps(both null)
|
|
FAIL! : tst_Cmptest::compareQPixmaps(one null) Compared QPixmaps differ.
|
|
Actual (opA).isNull(): 1
|
|
Expected (opB).isNull(): 0
|
|
Loc: [tst_cmptest.cpp(365)]
|
|
FAIL! : tst_Cmptest::compareQPixmaps(other null) Compared QPixmaps differ.
|
|
Actual (opA).isNull(): 0
|
|
Expected (opB).isNull(): 1
|
|
Loc: [tst_cmptest.cpp(365)]
|
|
PASS : tst_Cmptest::compareQPixmaps(equal)
|
|
FAIL! : tst_Cmptest::compareQPixmaps(different size) Compared QPixmaps differ in size.
|
|
Actual (opA): 11x20
|
|
Expected (opB): 20x20
|
|
Loc: [tst_cmptest.cpp(365)]
|
|
FAIL! : tst_Cmptest::compareQPixmaps(different pixels) Compared values are not the same
|
|
Loc: [tst_cmptest.cpp(365)]
|
|
PASS : tst_Cmptest::compareQImages(both null)
|
|
FAIL! : tst_Cmptest::compareQImages(one null) Compared QImages differ.
|
|
Actual (opA).isNull(): 1
|
|
Expected (opB).isNull(): 0
|
|
Loc: [tst_cmptest.cpp(392)]
|
|
FAIL! : tst_Cmptest::compareQImages(other null) Compared QImages differ.
|
|
Actual (opA).isNull(): 0
|
|
Expected (opB).isNull(): 1
|
|
Loc: [tst_cmptest.cpp(392)]
|
|
PASS : tst_Cmptest::compareQImages(equal)
|
|
FAIL! : tst_Cmptest::compareQImages(different size) Compared QImages differ in size.
|
|
Actual (opA): 11x20
|
|
Expected (opB): 20x20
|
|
Loc: [tst_cmptest.cpp(392)]
|
|
FAIL! : tst_Cmptest::compareQImages(different format) Compared QImages differ in format.
|
|
Actual (opA): 6
|
|
Expected (opB): 3
|
|
Loc: [tst_cmptest.cpp(392)]
|
|
FAIL! : tst_Cmptest::compareQImages(different pixels) Compared values are not the same
|
|
Loc: [tst_cmptest.cpp(392)]
|
|
FAIL! : tst_Cmptest::verify() 'opaqueFunc() < 2' returned FALSE. ()
|
|
Loc: [tst_cmptest.cpp(404)]
|
|
FAIL! : tst_Cmptest::verify2() 'opaqueFunc() < 2' returned FALSE. (42)
|
|
Loc: [tst_cmptest.cpp(410)]
|
|
FAIL! : tst_Cmptest::tryVerify() 'opaqueFunc() < 2' returned FALSE. ()
|
|
Loc: [tst_cmptest.cpp(416)]
|
|
FAIL! : tst_Cmptest::tryVerify2() 'opaqueFunc() < 2' returned FALSE. (42)
|
|
Loc: [tst_cmptest.cpp(422)]
|
|
PASS : tst_Cmptest::cleanupTestCase()
|
|
Totals: 11 passed, 26 failed, 0 skipped, 0 blacklisted
|
|
********* Finished testing of tst_Cmptest *********
|