summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skip.junitxml
blob: 27e1324e2c75f10256b51d56398f6e80a3d139c8 (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
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite name="tst_Skip" tests="5" failures="0" errors="4">
  <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" result="pass"/>
  <testcase name="test">
    <!-- type="skip" message="skipping all" -->
  </testcase>
  <testcase name="emptytest">
    <!-- type="skip" message="skipping all" -->
  </testcase>
  <testcase name="singleSkip" result="pass">
    <!-- type="skip" message="skipping one" tag="local 1" -->
    <!-- type="qdebug" message="this line should only be reached once (true)" tag="local 2" -->
  </testcase>
  <testcase name="cleanupTestCase" result="pass"/>
  <system-err>
<![CDATA[skipping all]]>
<![CDATA[skipping all]]>
<![CDATA[skipping one]]>
<![CDATA[this line should only be reached once (true)]]>
  </system-err>
</testsuite>