2013-10-11 10:05:01 +00:00
<Environment>
<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/>
2013-10-11 10:05:01 +00:00
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
</Environment>
<TestFunction name="initTestCase">
<Incident type="pass" file="" line="0" />
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testCorrectStdTypes">
<Incident type="pass" file="" line="0" />
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testCorrectStdExceptions">
<Incident type="pass" file="" line="0" />
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testCorrectMyExceptions">
<Incident type="pass" file="" line="0" />
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testFailInt">
2016-07-29 11:18:24 +00:00
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp" line="0">
2013-10-11 10:05:01 +00:00
<Description><![CDATA[Expected exception of type double to be thrown but unknown exception caught]]></Description>
</Incident>
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testFailStdString">
2016-07-29 11:18:24 +00:00
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp" line="0">
2013-10-11 10:05:01 +00:00
<Description><![CDATA[Expected exception of type char* to be thrown but unknown exception caught]]></Description>
</Incident>
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testFailStdRuntimeError">
2016-07-29 11:18:24 +00:00
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp" line="0">
2013-10-11 10:05:01 +00:00
<Description><![CDATA[Expected exception of type std::runtime_error to be thrown but std::exception caught with message: logic error]]></Description>
</Incident>
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testFailMyException">
2016-07-29 11:18:24 +00:00
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp" line="0">
2013-10-11 10:05:01 +00:00
<Description><![CDATA[Expected exception of type MyBaseException to be thrown but std::exception caught with message: logic error]]></Description>
</Incident>
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testFailMyDerivedException">
2016-07-29 11:18:24 +00:00
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp" line="0">
2013-10-11 10:05:01 +00:00
<Description><![CDATA[Expected exception of type std::runtime_error to be thrown but std::exception caught with message: MyDerivedException]]></Description>
</Incident>
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="testFailNoException">
2016-07-29 11:18:24 +00:00
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/verifyexceptionthrown/tst_verifyexceptionthrown.cpp" line="0">
2013-10-11 10:05:01 +00:00
<Description><![CDATA[Expected exception of type std::exception to be thrown but no exception caught]]></Description>
</Incident>
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name="cleanupTestCase">
<Incident type="pass" file="" line="0" />
2016-07-29 11:18:24 +00:00
<Duration msecs="0"/>
2013-10-11 10:05:01 +00:00
</TestFunction>
2013-10-24 18:10:37 +00:00
<Duration msecs="0"/>