tests/auto/selftests/expected_expectfail.xunitxml
branchRCL_3
changeset 14 c0432d11811c
child 25 e24348a560a6
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
       
     1 <?xml version="1.0" encoding="UTF-8" ?>
       
     2 <testsuite errors="7" failures="0" tests="5" name="tst_ExpectFail">
       
     3   <properties>
       
     4     <property value="4.6.3" name="QTestVersion"/>
       
     5     <property value="4.6.3" name="QtVersion"/>
       
     6   </properties>
       
     7   <testcase result="pass" name="initTestCase"/>
       
     8   <testcase result="xfail" name="expectAndContinue">
       
     9     <!-- message="begin" type="qdebug" -->
       
    10     <!-- message="This should xfail" type="info" -->
       
    11     <!-- message="after" type="qdebug" -->
       
    12   </testcase>
       
    13   <testcase result="xfail" name="expectAndAbort">
       
    14     <!-- message="begin" type="qdebug" -->
       
    15     <!-- message="This should xfail" type="info" -->
       
    16   </testcase>
       
    17   <testcase result="xfail" name="xfailWithQString">
       
    18     <!-- message="A string" type="info" -->
       
    19     <!-- message="Bug 5 (The message)" type="info" -->
       
    20   </testcase>
       
    21   <testcase result="pass" name="cleanupTestCase"/>
       
    22   <system-err>
       
    23 <![CDATA[begin]]>
       
    24 <![CDATA[This should xfail]]>
       
    25 <![CDATA[after]]>
       
    26 <![CDATA[begin]]>
       
    27 <![CDATA[This should xfail]]>
       
    28 <![CDATA[A string]]>
       
    29 <![CDATA[Bug 5 (The message)]]>
       
    30   </system-err>
       
    31 </testsuite>