summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_benchlibcounting.xunitxml
blob: 83e429aa3ab9b4f45a61e17de1fecf16df98c6e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="1" failures="1" tests="5" name="tst_BenchlibCounting">
  <properties>
    <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
    <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
  </properties>
  <testcase result="pass" name="initTestCase"/>
  <testcase result="pass" name="passingBenchmark">
  </testcase>
  <testcase name="skippingBenchmark">
    <!-- message="This is a skipping benchmark" type="skip" -->
  </testcase>
  <testcase result="fail" name="failingBenchmark">
    <failure message="This is a failing benchmark" result="fail"/>
  </testcase>
  <testcase result="pass" name="cleanupTestCase"/>
  <system-err>
<![CDATA[This is a skipping benchmark]]>
  </system-err>
</testsuite>