2016-07-29 11:18:24 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testsuite name="tst_Silent" timestamp="@TEST_START_TIME@" tests="7" failures="3" errors="9" time="@TEST_DURATION@">
|
2016-07-29 11:18:24 +00:00
|
|
|
<properties>
|
2020-07-21 23:38:42 +00:00
|
|
|
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
|
|
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
|
|
<property name="QtBuild" value=""/>
|
2016-07-29 11:18:24 +00:00
|
|
|
</properties>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
|
|
|
|
<testcase name="pass" result="pass" time="@TEST_DURATION@"/>
|
|
|
|
<testcase name="skip" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="skip" message="This test should skip" -->
|
2016-07-29 11:18:24 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="fail" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="fail" message="'false' returned FALSE. (This test should fail)"/>
|
2016-07-29 11:18:24 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xfail" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="info" message="This test should XFAIL" -->
|
2016-07-29 11:18:24 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="xpass" result="xpass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="xpass" message="'true' returned TRUE unexpectedly. (This test should XPASS)"/>
|
2016-07-29 11:18:24 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="messages" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qwarn" message="This is a warning that should not appear in silent test output" -->
|
|
|
|
<!-- type="warn" message="This is an internal testlib warning that should not appear in silent test output" -->
|
|
|
|
<!-- type="qdebug" message="This is a debug message that should not appear in silent test output" -->
|
|
|
|
<!-- type="system" message="This is a critical message that should not appear in silent test output" -->
|
|
|
|
<!-- type="qinfo" message="This is an info message that should not appear in silent test output" -->
|
|
|
|
<!-- type="info" message="This is an internal testlib info message that should not appear in silent test output" -->
|
|
|
|
<!-- type="qfatal" message="This is a fatal error message that should still appear in silent test output" -->
|
|
|
|
<failure result="fail" message="Received a fatal error."/>
|
2016-07-29 11:18:24 +00:00
|
|
|
</testcase>
|
|
|
|
<system-err>
|
|
|
|
<![CDATA[This test should skip]]>
|
|
|
|
<![CDATA[This test should XFAIL]]>
|
|
|
|
<![CDATA[This is a warning that should not appear in silent test output]]>
|
|
|
|
<![CDATA[This is an internal testlib warning that should not appear in silent test output]]>
|
|
|
|
<![CDATA[This is a debug message that should not appear in silent test output]]>
|
|
|
|
<![CDATA[This is a critical message that should not appear in silent test output]]>
|
|
|
|
<![CDATA[This is an info message that should not appear in silent test output]]>
|
|
|
|
<![CDATA[This is an internal testlib info message that should not appear in silent test output]]>
|
|
|
|
<![CDATA[This is a fatal error message that should still appear in silent test output]]>
|
|
|
|
</system-err>
|
|
|
|
</testsuite>
|