tst_qquickflickable: unskip rebound on OS X
authorRobin Burchell <robin+qt@viroteck.net>
Sat, 7 Dec 2013 14:13:25 +0000 (15:13 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 11 Dec 2013 11:11:26 +0000 (12:11 +0100)
Out of 200 runs on 10.9 + stable branch, I have 0 failures.

Task-number: QTBUG-26696
Change-Id: I84de15b68dfff2cb5f141c5f2a783154db16b77e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
tests/auto/quick/qquickflickable/tst_qquickflickable.cpp

index 7a31be6..794f9a8 100644 (file)
@@ -287,11 +287,6 @@ void tst_qquickflickable::rebound()
     window->rootObject()->setProperty("transitionsStarted", 0);
     window->rootObject()->setProperty("transitionsFinished", 0);
 
-#ifdef Q_OS_MAC
-    QSKIP("QTBUG-26696 - sometimes fails on Mac");
-    return;
-#endif
-
     // flick and trigger the transition multiple times
     // (moving signals are emitted as soon as the first transition starts)
     flick(window.data(), QPoint(20,20), QPoint(120,120), 200);     // both x and y will bounce back