2011-04-27 10:05:43 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testsuite name="tst_ExpectFail" timestamp="@TEST_START_TIME@" tests="14" failures="6" errors="13" time="@TEST_DURATION@">
|
2011-04-27 10:05:43 +00:00
|
|
|
<properties>
|
2020-07-21 23:38:42 +00:00
|
|
|
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
|
|
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
|
|
<property name="QtBuild" value=""/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</properties>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
|
|
|
|
<testcase name="xfailAndContinue" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="begin" -->
|
|
|
|
<!-- type="info" message="This should xfail" -->
|
|
|
|
<!-- type="qdebug" message="after" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfailAndAbort" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="begin" -->
|
|
|
|
<!-- type="info" message="This should xfail" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfailTwice" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="fail" message="Already expecting a fail"/>
|
2012-01-12 03:16:44 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfailWithQString" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="info" message="A string" -->
|
|
|
|
<!-- type="info" message="Bug 5 (The message)" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfailDataDrivenWithQVerify" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="info" message="This test should xfail" tag="Abort" -->
|
|
|
|
<!-- type="info" message="This test should xfail" tag="Continue" -->
|
2012-02-20 00:15:57 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfailDataDrivenWithQCompare" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="info" message="This test should xfail" tag="Abort" -->
|
|
|
|
<!-- type="info" message="This test should xfail" tag="Continue" -->
|
2012-01-11 06:18:55 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfailOnWrongRow" result="pass" time="@TEST_DURATION@"/>
|
|
|
|
<testcase name="xfailOnAnyRow" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="info" message="This test should xfail" tag="first row" -->
|
|
|
|
<!-- type="info" message="This test should xfail" tag="second row" -->
|
2012-01-12 04:57:08 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfailWithoutVerify" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<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"/>
|
2012-02-01 05:42:00 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xpass" result="xpass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="xpass" message="'true' returned TRUE unexpectedly. ()"/>
|
2012-02-01 04:33:42 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xpassDataDrivenWithQVerify" result="xpass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="xpass" message="'true' returned TRUE unexpectedly. ()" tag="XPass"/>
|
2012-02-01 04:53:33 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xpassDataDrivenWithQCompare" result="xpass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="xpass" message="QCOMPARE(1, 1) returned TRUE unexpectedly." tag="XPass"/>
|
2012-02-20 00:15:57 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@"/>
|
2011-04-27 10:05:43 +00:00
|
|
|
<system-err>
|
|
|
|
<![CDATA[begin]]>
|
|
|
|
<![CDATA[This should xfail]]>
|
|
|
|
<![CDATA[after]]>
|
|
|
|
<![CDATA[begin]]>
|
|
|
|
<![CDATA[This should xfail]]>
|
|
|
|
<![CDATA[A string]]>
|
|
|
|
<![CDATA[Bug 5 (The message)]]>
|
2012-01-11 06:18:55 +00:00
|
|
|
<![CDATA[This test should xfail]]>
|
2012-01-12 04:57:08 +00:00
|
|
|
<![CDATA[This test should xfail]]>
|
|
|
|
<![CDATA[This test should xfail]]>
|
2012-02-20 00:15:57 +00:00
|
|
|
<![CDATA[This test should xfail]]>
|
|
|
|
<![CDATA[This test should xfail]]>
|
2012-01-11 06:18:55 +00:00
|
|
|
<![CDATA[This test should xfail]]>
|
2011-04-27 10:05:43 +00:00
|
|
|
</system-err>
|
|
|
|
</testsuite>
|