summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_cmptest.txt
blob: 36a4995d91df6723c1c61e2ffdc2f78185b592bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
********* Start testing of tst_Cmptest *********
Config: Using QTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
PASS   : tst_Cmptest::initTestCase()
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(214)]
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(214)]
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(214)]
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(214)]
FAIL!  : tst_Cmptest::compareQStringLists(last item different) Compared QStringLists differ at index 2.
   Actual (opA) : 'string3'
   Expected (opB) : 'DIFFERS'
   Loc: [tst_cmptest.cpp(308)]
FAIL!  : tst_Cmptest::compareQStringLists(second-last item different) Compared QStringLists differ at index 2.
   Actual (opA) : 'string3'
   Expected (opB) : 'DIFFERS'
   Loc: [tst_cmptest.cpp(308)]
FAIL!  : tst_Cmptest::compareQStringLists(prefix) Compared QStringLists have different sizes.
   Actual (opA) size  : '2'
   Expected (opB) size: '1'
   Loc: [tst_cmptest.cpp(308)]
FAIL!  : tst_Cmptest::compareQStringLists(short list second) Compared QStringLists have different sizes.
   Actual (opA) size  : '12'
   Expected (opB) size: '1'
   Loc: [tst_cmptest.cpp(308)]
FAIL!  : tst_Cmptest::compareQStringLists(short list first) Compared QStringLists have different sizes.
   Actual (opA) size  : '1'
   Expected (opB) size: '12'
   Loc: [tst_cmptest.cpp(308)]
FAIL!  : tst_Cmptest::compareQPixmaps(one null) Compared QPixmaps differ.
   Actual (opA).isNull()  : 1
   Expected (opB).isNull(): 0
   Loc: [tst_cmptest.cpp(333)]
FAIL!  : tst_Cmptest::compareQPixmaps(other null) Compared QPixmaps differ.
   Actual (opA).isNull()  : 0
   Expected (opB).isNull(): 1
   Loc: [tst_cmptest.cpp(333)]
FAIL!  : tst_Cmptest::compareQPixmaps(different size) Compared QPixmaps differ in size.
   Actual (opA)  : 11x20
   Expected (opB): 20x20
   Loc: [tst_cmptest.cpp(333)]
FAIL!  : tst_Cmptest::compareQPixmaps(different pixels) Compared values are not the same
   Loc: [tst_cmptest.cpp(333)]
FAIL!  : tst_Cmptest::compareQImages(one null) Compared QImages differ.
   Actual (opA).isNull()  : 1
   Expected (opB).isNull(): 0
   Loc: [tst_cmptest.cpp(360)]
FAIL!  : tst_Cmptest::compareQImages(other null) Compared QImages differ.
   Actual (opA).isNull()  : 0
   Expected (opB).isNull(): 1
   Loc: [tst_cmptest.cpp(360)]
FAIL!  : tst_Cmptest::compareQImages(different size) Compared QImages differ in size.
   Actual (opA)  : 11x20
   Expected (opB): 20x20
   Loc: [tst_cmptest.cpp(360)]
FAIL!  : tst_Cmptest::compareQImages(different format) Compared QImages differ in format.
   Actual (opA)  : 6
   Expected (opB): 3
   Loc: [tst_cmptest.cpp(360)]
FAIL!  : tst_Cmptest::compareQImages(different pixels) Compared values are not the same
   Loc: [tst_cmptest.cpp(360)]
PASS   : tst_Cmptest::cleanupTestCase()
Totals: 4 passed, 18 failed, 0 skipped
********* Finished testing of tst_Cmptest *********