2012-05-02 12:49:31 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-04-27 10:05:43 +00:00
|
|
|
<TestCase name="tst_ExpectFail">
|
2021-11-29 09:47:55 +00:00
|
|
|
<Environment>
|
2011-04-27 10:05:43 +00:00
|
|
|
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
|
Use new QLibraryInfo::build() in testlib to log build information.
This produces:
********* Start testing of tst_QtJson *********
Config: Using QtTest library 5.3.0, Qt 5.3.0 (Feb 13 2014, GCC 4.6.3, 64 bit, debug build)
PASS : tst_QtJson::initTestCase()
<?xml version="1.0" encoding="UTF-8"?>
<TestCase name="tst_QtJson">
<Environment>
<QtVersion>5.3.0</QtVersion>
<QtBuild>Qt 5.3.0 (Feb 13 2014, GCC 4.6.3, 64 bit, debug build)</QtBuild>
<QTestVersion>5.3.0</QTestVersion>
</Environment>
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="1" failures="1" tests="42" name="tst_QtJson">
<properties>
<property value="5.3.0" name="QTestVersion"/>
<property value="5.3.0" name="QtVersion"/>
<property value="Qt 5.3.0 (Feb 13 2014, GCC 4.6.3, 64 bit, debug build)" name="QtBuild"/>
</properties>
<Environment>
<QtVersion>5.3.0</QtVersion>
<QtBuild>Qt 5.3.0 (Feb 13 2014, GCC 4.6.3, 64 bit, debug build)</QtBuild>
<QTestVersion>5.3.0</QTestVersion>
</Environment>
[ChangeLog][QtTest] Tests now output build information.
Change-Id: I0ab473371575f2b807db725256805b8bffea3454
Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2014-02-26 16:12:45 +00:00
|
|
|
<QtBuild/>
|
2011-04-27 10:05:43 +00:00
|
|
|
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Environment>
|
|
|
|
<TestFunction name="initTestCase">
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailAndContinue">
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2011-04-27 10:05:43 +00:00
|
|
|
<Description><![CDATA[begin]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[This should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2011-04-27 10:05:43 +00:00
|
|
|
<Description><![CDATA[after]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailAndAbort">
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2011-04-27 10:05:43 +00:00
|
|
|
<Description><![CDATA[begin]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[This should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailContinueSkip">
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[This should xfail then skip]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="skip" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[This skip should be reported and counted]]></Description>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailAbortSkip">
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[This should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailTwice">
|
|
|
|
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[Already expecting a fail]]></Description>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailDataDrivenTwice">
|
|
|
|
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[Already expecting a fail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[Already expecting a fail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[Already expecting a fail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[Already expecting a fail]]></Description>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailWithQString">
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[A string]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[Bug 5 (The message)]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailDataDrivenWithQString">
|
|
|
|
<Incident type="skip" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[Each Continue or Pass reports this and increments skip-count]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="skip" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[Each Continue or Pass reports this and increments skip-count]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[A string]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[A string]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[Bug 5 (The message)]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="skip" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[Each Continue or Pass reports this and increments skip-count]]></Description>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailDataDrivenWithQVerify">
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Abort]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Continue]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[This test should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[This test should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailDataDrivenWithQCompare">
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Abort]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass Continue]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[This test should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[This test should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailOnWrongRow">
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[Should pass (*not* xpass), despite test-case name]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[Should pass (*not* xpass), despite test-case name]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailOnAnyRow">
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[This test should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[This test should xfail]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xfailWithoutCheck">
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[Should fail (*not* xfail), despite test-case name]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="fail" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Abort]]></DataTag>
|
|
|
|
<Description><![CDATA[QEXPECT_FAIL was called without any subsequent verification statements]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[Should fail (*not* xfail), despite test-case name]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="fail" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Fail Continue]]></DataTag>
|
|
|
|
<Description><![CDATA[QEXPECT_FAIL was called without any subsequent verification statements]]></Description>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassAbort">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassAbortSkip">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassAbortXfailContinue">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassContinue">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<Description><![CDATA[This should be reached]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassContinueSkip">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="skip" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[This should be reached but not increment skip-count]]></Description>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassContinueXfailAbort">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="xfail" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<Description><![CDATA[This test should xfail but not add to totals]]></Description>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassAbortDataDrivenWithQVerify">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[XPass]]></DataTag>
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass]]></DataTag>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassContinueDataDrivenWithQVerify">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[XPass]]></DataTag>
|
|
|
|
<Description><![CDATA['true' returned TRUE unexpectedly. ()]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[XPass]]></DataTag>
|
|
|
|
<Description><![CDATA[Test should Continue past XPASS]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[Pass]]></DataTag>
|
|
|
|
<Description><![CDATA[Test should simply PASS]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass]]></DataTag>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassAbortDataDrivenWithQCompare">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[XPass]]></DataTag>
|
|
|
|
<Description><![CDATA[QCOMPARE(1, 1) returned TRUE unexpectedly.]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass]]></DataTag>
|
|
|
|
</Incident>
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="xpassContinueDataDrivenWithQCompare">
|
|
|
|
<Incident type="xpass" file="qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp" line="0">
|
|
|
|
<DataTag><![CDATA[XPass]]></DataTag>
|
|
|
|
<Description><![CDATA[QCOMPARE(1, 1) returned TRUE unexpectedly.]]></Description>
|
|
|
|
</Incident>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[XPass]]></DataTag>
|
|
|
|
<Description><![CDATA[Test should Continue past XPASS]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:39:40 +00:00
|
|
|
<DataTag><![CDATA[Pass]]></DataTag>
|
|
|
|
<Description><![CDATA[Test should simply PASS]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="pass" file="" line="0">
|
|
|
|
<DataTag><![CDATA[Pass]]></DataTag>
|
|
|
|
</Incident>
|
2021-08-12 12:39:40 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="cleanupTestCase">
|
|
|
|
<Message type="qdebug" file="" line="0">
|
2021-08-12 12:56:46 +00:00
|
|
|
<Description><![CDATA[Totals should add up to 44: 23 passed, 17 failed, 4 skipped]]></Description>
|
2021-11-29 09:47:55 +00:00
|
|
|
</Message>
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2016-07-29 11:18:24 +00:00
|
|
|
<Duration msecs="0"/>
|
2021-11-29 09:47:55 +00:00
|
|
|
</TestFunction>
|
|
|
|
<Duration msecs="0"/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</TestCase>
|