summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_warnings.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_warnings.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_warnings.junitxml65
1 files changed, 64 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/expected_warnings.junitxml b/tests/auto/testlib/selftests/expected_warnings.junitxml
index 691bb32a80..4fa8c88622 100644
--- a/tests/auto/testlib/selftests/expected_warnings.junitxml
+++ b/tests/auto/testlib/selftests/expected_warnings.junitxml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite name="tst_Warnings" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="7" failures="4" errors="0" skipped="0" time="@TEST_DURATION@">
+<testsuite name="tst_Warnings" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="16" failures="11" errors="0" skipped="0" time="@TEST_DURATION@">
<properties>
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
@@ -49,5 +49,68 @@
<![CDATA[Did not receive message: "Warning1"]]>
</system-out>
</testcase>
+ <testcase name="testFailOnWarnings" classname="tst_Warnings" time="@TEST_DURATION@">
+ <failure type="fail" message="Received a warning that resulted in a failure:">
+ <![CDATA[Ran out of cabbage!]]>
+ </failure>
+ <system-out>
+ <![CDATA[Ran out of tortillas!]]>
+ <![CDATA[Ran out of oil!]]>
+ <![CDATA[Running low on toothpaste!]]>
+ <![CDATA[Running low on toothpaste!]]>
+ </system-out>
+ <system-err>
+ <![CDATA[Ran out of space!]]>
+ <![CDATA[nope]]>
+ <![CDATA[Running low on flour!]]>
+ </system-err>
+ </testcase>
+ <testcase name="testFailOnWarningsCleared" classname="tst_Warnings" time="@TEST_DURATION@">
+ <system-err>
+ <![CDATA[Ran out of muffins!]]>
+ </system-err>
+ </testcase>
+ <testcase name="testFailOnWarningsWithData(warning1)" classname="tst_Warnings" time="@TEST_DURATION@">
+ <failure type="fail" message="Received a warning that resulted in a failure:">
+ <![CDATA[warning1]]>
+ </failure>
+ <system-err>
+ <![CDATA[warning2]]>
+ <![CDATA[warning3]]>
+ </system-err>
+ </testcase>
+ <testcase name="testFailOnWarningsWithData(warning2)" classname="tst_Warnings" time="@TEST_DURATION@">
+ <failure type="fail" message="Received a warning that resulted in a failure:">
+ <![CDATA[warning2]]>
+ </failure>
+ <system-err>
+ <![CDATA[warning1]]>
+ <![CDATA[warning3]]>
+ </system-err>
+ </testcase>
+ <testcase name="testFailOnWarningsWithData(warning3)" classname="tst_Warnings" time="@TEST_DURATION@">
+ <failure type="fail" message="Received a warning that resulted in a failure:">
+ <![CDATA[warning3]]>
+ </failure>
+ <system-err>
+ <![CDATA[warning1]]>
+ <![CDATA[warning2]]>
+ </system-err>
+ </testcase>
+ <testcase name="testFailOnWarningsFailInHelper" classname="tst_Warnings" time="@TEST_DURATION@">
+ <failure type="fail" message="This failure message should be printed but not cause the test to abort"/>
+ </testcase>
+ <testcase name="testFailOnWarningsThenSkip" classname="tst_Warnings" time="@TEST_DURATION@">
+ <failure type="fail" message="Received a warning that resulted in a failure:">
+ <![CDATA[Ran out of cabbage!]]>
+ </failure>
+ <skipped message="My cabbage! :("/>
+ </testcase>
+ <testcase name="testFailOnWarningsAndIgnoreWarnings" classname="tst_Warnings" time="@TEST_DURATION@"/>
+ <testcase name="testFailOnTemporaryObjectDestruction" classname="tst_Warnings" time="@TEST_DURATION@">
+ <failure type="fail" message="Received a warning that resulted in a failure:">
+ <![CDATA[Running low on toothpaste!]]>
+ </failure>
+ </testcase>
<testcase name="cleanupTestCase" classname="tst_Warnings" time="@TEST_DURATION@"/>
</testsuite>