summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_crashes.lightxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_crashes.lightxml')
-rw-r--r--tests/auto/testlib/selftests/expected_crashes.lightxml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_crashes.lightxml b/tests/auto/testlib/selftests/expected_crashes.lightxml
new file mode 100644
index 0000000000..76890deb75
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_crashes.lightxml
@@ -0,0 +1,15 @@
+<Environment>
+ <QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
+ <QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
+</Environment>
+<TestFunction name="initTestCase">
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+<TestFunction name="crash">
+<Incident type="fail" file="Unknown file" line="0">
+<Message type="qfatal" file="" line="0">
+ <Description><![CDATA[Received signal 11]]></Description>
+</Message>
+ <Description><![CDATA[Received a fatal error.]]></Description>
+</Incident>
+</TestFunction>