summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skip.junitxml
blob: f99358d10dcb72a0ef9cbe20c9c3a68210205b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite name="tst_Skip" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="6" failures="0" errors="4" time="@TEST_DURATION@">
  <properties>
    <property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
    <property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
    <property name="QtBuild" value=""/>
  </properties>
  <testcase name="initTestCase" classname="tst_Skip" time="@TEST_DURATION@"/>
  <testcase name="test" classname="tst_Skip" time="@TEST_DURATION@">
    <!-- type="skip" message="skipping all" -->
  </testcase>
  <testcase name="emptytest" classname="tst_Skip" time="@TEST_DURATION@">
    <!-- type="skip" message="skipping all" -->
  </testcase>
  <testcase name="singleSkip(local 1)" classname="tst_Skip" time="@TEST_DURATION@">
    <!-- type="skip" message="skipping one" -->
  </testcase>
  <testcase name="singleSkip(local 2)" classname="tst_Skip" time="@TEST_DURATION@">
    <!-- type="qdebug" message="this line should only be reached once (true)" -->
  </testcase>
  <testcase name="cleanupTestCase" classname="tst_Skip" time="@TEST_DURATION@"/>
  <system-out>
<![CDATA[skipping all]]>
<![CDATA[skipping all]]>
<![CDATA[skipping one]]>
<![CDATA[this line should only be reached once (true)]]>
  </system-out>
  <system-err/>
</testsuite>