2012-02-17 03:39:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testsuite name="tst_BenchlibCounting" timestamp="@TEST_START_TIME@" tests="5" failures="1" errors="1" time="@TEST_DURATION@">
|
2012-02-17 03:39:30 +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=""/>
|
2012-02-17 03:39:30 +00:00
|
|
|
</properties>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
|
|
|
|
<testcase name="passingBenchmark" result="pass" time="@TEST_DURATION@">
|
2012-02-17 03:39:30 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="skippingBenchmark" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="skip" message="This is a skipping benchmark" -->
|
2012-02-17 03:39:30 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="failingBenchmark" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="fail" message="This is a failing benchmark"/>
|
2012-02-17 03:39:30 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@"/>
|
2012-02-17 03:39:30 +00:00
|
|
|
<system-err>
|
|
|
|
<![CDATA[This is a skipping benchmark]]>
|
|
|
|
</system-err>
|
|
|
|
</testsuite>
|