summaryrefslogtreecommitdiffstats
path: root/tests/auto/qeventloop/tst_qeventloop.cpp
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2012-01-31 16:50:27 +0000
committerQt by Nokia <qt-info@nokia.com>2012-02-01 15:41:24 +0100
commit5a6737b70f53c8289c85a53877ac3e0a3bf22d19 (patch)
treea4d1d5d2d31753fba82384ea5724769b76d52d1c /tests/auto/qeventloop/tst_qeventloop.cpp
parent4f388c383e39b598d997e21bd9a4f16d89bd0625 (diff)
Skip tst_QEventLoop::deliverInDefinedOrder_QTBUG19637 on Symbian
Temporary workaround for QTBUG-23974. This change allows the test suite to run to completion, and is required in order to allow some new test steps, prepared for addition following this change, to be executed. Change-Id: I96c9d8e76646625deb69143a434ed9a186623c72 Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
Diffstat (limited to 'tests/auto/qeventloop/tst_qeventloop.cpp')
-rw-r--r--tests/auto/qeventloop/tst_qeventloop.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qeventloop/tst_qeventloop.cpp b/tests/auto/qeventloop/tst_qeventloop.cpp
index 22afca0a28..53d04751a1 100644
--- a/tests/auto/qeventloop/tst_qeventloop.cpp
+++ b/tests/auto/qeventloop/tst_qeventloop.cpp
@@ -884,6 +884,9 @@ namespace DeliverInDefinedOrder_QTBUG19637 {
void tst_QEventLoop::deliverInDefinedOrder_QTBUG19637()
{
+#ifdef Q_OS_SYMBIAN
+ QSKIP("Causes test suite to crash - see QTBUG-23974", SkipAll);
+#endif
using namespace DeliverInDefinedOrder_QTBUG19637;
qMetaTypeId<QThread*>();
QThread threads[NbThread];