summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skip.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_skip.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_skip.junitxml31
1 files changed, 14 insertions, 17 deletions
diff --git a/tests/auto/testlib/selftests/expected_skip.junitxml b/tests/auto/testlib/selftests/expected_skip.junitxml
index f4213a723f..f5cb413321 100644
--- a/tests/auto/testlib/selftests/expected_skip.junitxml
+++ b/tests/auto/testlib/selftests/expected_skip.junitxml
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite name="tst_Skip" timestamp="@TEST_START_TIME@" tests="5" failures="0" errors="4" time="@TEST_DURATION@">
+<testsuite name="tst_Skip" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="6" failures="0" errors="0" skipped="3" 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" result="pass" time="@TEST_DURATION@"/>
- <testcase name="test" time="@TEST_DURATION@">
- <!-- type="skip" message="skipping all" -->
+ <testcase name="initTestCase" classname="tst_Skip" time="@TEST_DURATION@"/>
+ <testcase name="test" classname="tst_Skip" time="@TEST_DURATION@">
+ <skipped message="skipping all"/>
</testcase>
- <testcase name="emptytest" time="@TEST_DURATION@">
- <!-- type="skip" message="skipping all" -->
+ <testcase name="emptytest" classname="tst_Skip" time="@TEST_DURATION@">
+ <skipped message="skipping all"/>
</testcase>
- <testcase name="singleSkip" result="pass" time="@TEST_DURATION@">
- <!-- type="skip" message="skipping one" tag="local 1" -->
- <!-- type="qdebug" message="this line should only be reached once (true)" tag="local 2" -->
+ <testcase name="singleSkip(local 1)" classname="tst_Skip" time="@TEST_DURATION@">
+ <skipped message="skipping one"/>
</testcase>
- <testcase name="cleanupTestCase" result="pass" 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/>
+ <testcase name="singleSkip(local 2)" classname="tst_Skip" time="@TEST_DURATION@">
+ <system-out>
+ <![CDATA[this line should only be reached once (true)]]>
+ </system-out>
+ </testcase>
+ <testcase name="cleanupTestCase" classname="tst_Skip" time="@TEST_DURATION@"/>
</testsuite>