diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2012-01-31 16:50:27 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-01 14:41:24 (GMT) |
commit | 5a6737b70f53c8289c85a53877ac3e0a3bf22d19 (patch) | |
tree | a4d1d5d2d31753fba82384ea5724769b76d52d1c | |
parent | 4f388c383e39b598d997e21bd9a4f16d89bd0625 (diff) | |
download | Qt-5a6737b70f53c8289c85a53877ac3e0a3bf22d19.zip Qt-5a6737b70f53c8289c85a53877ac3e0a3bf22d19.tar.gz Qt-5a6737b70f53c8289c85a53877ac3e0a3bf22d19.tar.bz2 |
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>
-rw-r--r-- | tests/auto/qeventloop/tst_qeventloop.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qeventloop/tst_qeventloop.cpp b/tests/auto/qeventloop/tst_qeventloop.cpp index 22afca0..53d0475 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]; |