summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_expectfail.junitxml
blob: e38933a3dfb1cdc814fd86c04bb3d04de8291418 (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
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite name="tst_ExpectFail" timestamp="@TEST_START_TIME@" tests="14" failures="6" errors="13" time="@TEST_DURATION@">
  <properties>
    <property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
    <property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
    <property name="QtBuild" value=""/>
  </properties>
  <testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
  <testcase name="xfailAndContinue" result="xfail" time="@TEST_DURATION@">
    <!-- type="qdebug" message="begin" -->
    <!-- type="info" message="This should xfail" -->
    <!-- type="qdebug" message="after" -->
  </testcase>
  <testcase name="xfailAndAbort" result="xfail" time="@TEST_DURATION@">
    <!-- type="qdebug" message="begin" -->
    <!-- type="info" message="This should xfail" -->
  </testcase>
  <testcase name="xfailTwice" result="fail" time="@TEST_DURATION@">
    <failure result="fail" message="Already expecting a fail"/>
  </testcase>
  <testcase name="xfailWithQString" result="xfail" time="@TEST_DURATION@">
    <!-- type="info" message="A string" -->
    <!-- type="info" message="Bug 5 (The message)" -->
  </testcase>
  <testcase name="xfailDataDrivenWithQVerify" result="xfail" time="@TEST_DURATION@">
    <!-- type="info" message="This test should xfail" tag="Abort" -->
    <!-- type="info" message="This test should xfail" tag="Continue" -->
  </testcase>
  <testcase name="xfailDataDrivenWithQCompare" result="xfail" time="@TEST_DURATION@">
    <!-- type="info" message="This test should xfail" tag="Abort" -->
    <!-- type="info" message="This test should xfail" tag="Continue" -->
  </testcase>
  <testcase name="xfailOnWrongRow" result="pass" time="@TEST_DURATION@"/>
  <testcase name="xfailOnAnyRow" result="xfail" time="@TEST_DURATION@">
    <!-- type="info" message="This test should xfail" tag="first row" -->
    <!-- type="info" message="This test should xfail" tag="second row" -->
  </testcase>
  <testcase name="xfailWithoutVerify" result="fail" time="@TEST_DURATION@">
    <failure result="fail" message="QEXPECT_FAIL was called without any subsequent verification statements" tag="first row"/>
    <failure result="fail" message="QEXPECT_FAIL was called without any subsequent verification statements" tag="second row"/>
  </testcase>
  <testcase name="xpass" result="xpass" time="@TEST_DURATION@">
    <failure result="xpass" message="&apos;true&apos; returned TRUE unexpectedly. ()"/>
  </testcase>
  <testcase name="xpassDataDrivenWithQVerify" result="xpass" time="@TEST_DURATION@">
    <failure result="xpass" message="&apos;true&apos; returned TRUE unexpectedly. ()" tag="XPass"/>
  </testcase>
  <testcase name="xpassDataDrivenWithQCompare" result="xpass" time="@TEST_DURATION@">
    <failure result="xpass" message="QCOMPARE(1, 1) returned TRUE unexpectedly." tag="XPass"/>
  </testcase>
  <testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@"/>
  <system-err>
<![CDATA[begin]]>
<![CDATA[This should xfail]]>
<![CDATA[after]]>
<![CDATA[begin]]>
<![CDATA[This should xfail]]>
<![CDATA[A string]]>
<![CDATA[Bug 5 (The message)]]>
<![CDATA[This test should xfail]]>
<![CDATA[This test should xfail]]>
<![CDATA[This test should xfail]]>
<![CDATA[This test should xfail]]>
<![CDATA[This test should xfail]]>
<![CDATA[This test should xfail]]>
  </system-err>
</testsuite>