summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-07 13:32:54 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-11 09:41:24 +0000
commit8692f12e8939a87327a084311e4245049197a820 (patch)
treeee8974f470cfa878b395581a3dd99dd47ca42bbd /tests/auto/testlib
parent7a342372bb1ecbe4146811cff48ede974c7761b5 (diff)
QTestlib/selftests: Add expected_crashes_4.txt for boot2qt
It has been observed that sometimes the output is not captured by QEMU. Task-number: QTBUG-65845 Change-Id: Iddf888fb3aa019209dbe71f424d87884471784e0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/testlib')
-rw-r--r--tests/auto/testlib/selftests/expected_crashes_4.txt7
-rw-r--r--tests/auto/testlib/selftests/selftests.qrc1
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_crashes_4.txt b/tests/auto/testlib/selftests/expected_crashes_4.txt
new file mode 100644
index 0000000000..e0e4d27b0a
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_crashes_4.txt
@@ -0,0 +1,7 @@
+********* Start testing of tst_Crashes *********
+Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
+PASS : tst_Crashes::initTestCase()
+QFATAL : tst_Crashes::crash() Received signal 11
+ Function time: ms Total time: ms
+FAIL! : tst_Crashes::crash() Received a fatal error.
+ Loc: [Unknown file(0)]
diff --git a/tests/auto/testlib/selftests/selftests.qrc b/tests/auto/testlib/selftests/selftests.qrc
index 75d3375394..63d3f42187 100644
--- a/tests/auto/testlib/selftests/selftests.qrc
+++ b/tests/auto/testlib/selftests/selftests.qrc
@@ -62,6 +62,7 @@
<file>expected_crashes_1.txt</file>
<file>expected_crashes_2.txt</file>
<file>expected_crashes_3.txt</file>
+ <file>expected_crashes_4.txt</file>
<file>expected_datatable.lightxml</file>
<file>expected_datatable.teamcity</file>
<file>expected_datatable.txt</file>