aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable
diff options
context:
space:
mode:
authorRobin Burchell <robin+qt@viroteck.net>2013-12-07 15:13:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-11 12:11:26 +0100
commit3ca143e2d46685e9e099f0448e77250d3a34d83c (patch)
tree53f441a60f7f9b81eb0da61c10bfcebee0fbc41d /tests/auto/quick/qquickflickable
parent6db040dcbfebba2febfe41f78c4aec94e028aa3c (diff)
tst_qquickflickable: unskip rebound on OS X
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>
Diffstat (limited to 'tests/auto/quick/qquickflickable')
-rw-r--r--tests/auto/quick/qquickflickable/tst_qquickflickable.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
index 7a31be6980..794f9a8af6 100644
--- a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
+++ b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
@@ -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