summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_strcmp.txt
blob: 4bd3844d0800b16a3a2f83628a929aa09cca0f96 (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
********* Start testing of tst_StrCmp *********
Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
PASS   : tst_StrCmp::initTestCase()
PASS   : tst_StrCmp::compareCharStars()
XFAIL  : tst_StrCmp::compareByteArray() Next test should fail
   Loc: [tst_strcmp.cpp(88)]
XFAIL  : tst_StrCmp::compareByteArray() Next test should fail
   Loc: [tst_strcmp.cpp(95)]
XFAIL  : tst_StrCmp::compareByteArray() Next test should fail
   Loc: [tst_strcmp.cpp(102)]
FAIL!  : tst_StrCmp::compareByteArray() Compared values are not the same
   Actual   (a): 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 ...
   Expected (b): 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 ...
   Loc: [tst_strcmp.cpp(109)]
FAIL!  : tst_StrCmp::failByteArray() Compared values are not the same
   Actual   (QByteArray("abc")): 61 62 63
   Expected (QByteArray("cba")): 63 62 61
   Loc: [tst_strcmp.cpp(115)]
FAIL!  : tst_StrCmp::failByteArrayNull() Compared values are not the same
   Actual   (QByteArray("foo")): 66 6F 6F
   Expected (QByteArray())     : 
   Loc: [tst_strcmp.cpp(121)]
FAIL!  : tst_StrCmp::failByteArrayEmpty() Compared values are not the same
   Actual   (QByteArray(""))   : 
   Expected (QByteArray("foo")): 66 6F 6F
   Loc: [tst_strcmp.cpp(126)]
FAIL!  : tst_StrCmp::failByteArraySingleChars() Compared values are not the same
   Actual   (QByteArray("6")): 36
   Expected (QByteArray("7")): 37
   Loc: [tst_strcmp.cpp(133)]
PASS   : tst_StrCmp::cleanupTestCase()
Totals: 3 passed, 5 failed, 0 skipped
********* Finished testing of tst_StrCmp *********