summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-09-21 13:19:14 +0200
committeraxis <qt-info@nokia.com>2010-09-23 14:37:27 +0200
commitaf847c5cc080c6b9730c022b29374841a68cf356 (patch)
tree3b5218af2635bddc58bec60c83054748ec1b6121 /tests
parent1dcef0480901ec736af70edc80d4b821e0c8ebe5 (diff)
Marked a test as XFAIL on Symbian.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtimer/tst_qtimer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qtimer/tst_qtimer.cpp b/tests/auto/qtimer/tst_qtimer.cpp
index 102308e768..73179fdf14 100644
--- a/tests/auto/qtimer/tst_qtimer.cpp
+++ b/tests/auto/qtimer/tst_qtimer.cpp
@@ -719,6 +719,10 @@ void DontBlockEvents::paintEvent()
void tst_QTimer::QTBUG13633_dontBlockEvents()
{
+#ifdef Q_OS_SYMBIAN
+ QEXPECT_FAIL("", "Expect failure because of QTBUG-13773", Abort);
+ QVERIFY2(false, "This test hangs on Symbian");
+#endif
DontBlockEvents t;
QTest::qWait(60);
QVERIFY(t.total > 2);