diff options
author | axis <qt-info@nokia.com> | 2010-09-21 11:19:14 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-09-23 12:37:27 (GMT) |
commit | af847c5cc080c6b9730c022b29374841a68cf356 (patch) | |
tree | 3b5218af2635bddc58bec60c83054748ec1b6121 /tests/auto/qtimer/tst_qtimer.cpp | |
parent | 1dcef0480901ec736af70edc80d4b821e0c8ebe5 (diff) | |
download | Qt-af847c5cc080c6b9730c022b29374841a68cf356.zip Qt-af847c5cc080c6b9730c022b29374841a68cf356.tar.gz Qt-af847c5cc080c6b9730c022b29374841a68cf356.tar.bz2 |
Marked a test as XFAIL on Symbian.
Task: QTBUG-13773
Diffstat (limited to 'tests/auto/qtimer/tst_qtimer.cpp')
-rw-r--r-- | tests/auto/qtimer/tst_qtimer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qtimer/tst_qtimer.cpp b/tests/auto/qtimer/tst_qtimer.cpp index 102308e..73179fd 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); |