summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_globaldata.xunitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_globaldata.xunitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_globaldata.xunitxml24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_globaldata.xunitxml b/tests/auto/testlib/selftests/expected_globaldata.xunitxml
new file mode 100644
index 0000000000..d88fdbffa6
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_globaldata.xunitxml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<testsuite errors="3" failures="0" tests="6" name="tst_Subtest">
+ <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="testGlobal"/>
+ <testcase name="skip">
+ <!-- tag="1" message="skipping" type="skip" -->
+ </testcase>
+ <testcase name="skipLocal">
+ <!-- tag="1:local 1" message="skipping" type="skip" -->
+ </testcase>
+ <testcase result="pass" name="skipSingle">
+ <!-- tag="2:local 1" message="skipping" type="skip" -->
+ </testcase>
+ <testcase result="pass" name="cleanupTestCase"/>
+ <system-err>
+<![CDATA[skipping]]>
+<![CDATA[skipping]]>
+<![CDATA[skipping]]>
+ </system-err>
+</testsuite>