summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_strcmp.lightxml
blob: 28833c018d0c1b95786189a63104d1ad2e0a1bb8 (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
  <Environment>
    <QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
    <QtBuild/>
    <QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
  </Environment>
  <TestFunction name="initTestCase">
    <Incident type="pass" file="" line="0" />
    <Duration msecs="0"/>
  </TestFunction>
  <TestFunction name="compareCharStars">
    <Incident type="pass" file="" line="0" />
    <Duration msecs="0"/>
  </TestFunction>
  <TestFunction name="compareByteArray">
    <Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Next test should fail]]></Description>
    </Incident>
    <Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Next test should fail]]></Description>
    </Incident>
    <Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Next test should fail]]></Description>
    </Incident>
    <Incident type="fail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Compared values are not the same
   Actual   (a): "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"...
   Expected (b): "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"...]]></Description>
    </Incident>
    <Duration msecs="0"/>
  </TestFunction>
  <TestFunction name="failByteArray">
    <Incident type="fail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Compared values are not the same
   Actual   (QByteArray("abc")): "abc"
   Expected (QByteArray("cba")): "cba"]]></Description>
    </Incident>
    <Duration msecs="0"/>
  </TestFunction>
  <TestFunction name="failByteArrayNull">
    <Incident type="fail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Compared values are not the same
   Actual   (QByteArray("foo")): "foo"
   Expected (QByteArray())     : ""]]></Description>
    </Incident>
    <Duration msecs="0"/>
  </TestFunction>
  <TestFunction name="failByteArrayEmpty">
    <Incident type="fail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Compared values are not the same
   Actual   (QByteArray(""))   : ""
   Expected (QByteArray("foo")): "foo"]]></Description>
    </Incident>
    <Duration msecs="0"/>
  </TestFunction>
  <TestFunction name="failByteArraySingleChars">
    <Incident type="fail" file="qtbase/tests/auto/testlib/selftests/strcmp/tst_strcmp.cpp" line="0">
      <Description><![CDATA[Compared values are not the same
   Actual   (QByteArray("6")): "6"
   Expected (QByteArray("7")): "7"]]></Description>
    </Incident>
    <Duration msecs="0"/>
  </TestFunction>
  <TestFunction name="cleanupTestCase">
    <Incident type="pass" file="" line="0" />
    <Duration msecs="0"/>
  </TestFunction>
  <Duration msecs="0"/>