summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_strcmp.txt
blob: ed8f9125f3545a6c10775ec328e35bb16276fe6a (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
PASS   : tst_StrCmp::initTestCase()
PASS   : tst_StrCmp::compareCharStars()
XFAIL  : tst_StrCmp::compareByteArray() Next test should fail
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
XFAIL  : tst_StrCmp::compareByteArray() Next test should fail
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
XFAIL  : tst_StrCmp::compareByteArray() Next test should fail
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
FAIL!  : tst_StrCmp::compareByteArray() Compared values are not the same
   Actual   (a): "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"...
   Expected (b): "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"...
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
FAIL!  : tst_StrCmp::failByteArray() Compared values are not the same
   Actual   (QByteArray("abc")): "abc"
   Expected (QByteArray("cba")): "cba"
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
FAIL!  : tst_StrCmp::failByteArrayNull() Compared values are not the same
   Actual   (QByteArray("foo")): "foo"
   Expected (QByteArray())     : ""
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
FAIL!  : tst_StrCmp::failByteArrayEmpty() Compared values are not the same
   Actual   (QByteArray(""))   : ""
   Expected (QByteArray("foo")): "foo"
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
FAIL!  : tst_StrCmp::failByteArraySingleChars() Compared values are not the same
   Actual   (QByteArray("6")): "6"
   Expected (QByteArray("7")): "7"
   Loc: [qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp(0)]
PASS   : tst_StrCmp::cleanupTestCase()
Totals: 3 passed, 5 failed, 0 skipped, 0 blacklisted, 0ms
********* Finished testing of tst_StrCmp *********