aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimatedimage
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-05-27 15:19:14 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-27 15:29:02 +0200
commit7ca40c0c10712851ec792ad0c846bd08d17f4654 (patch)
tree7d773f1a8fd9268db3440a22dae70e31059e1fa9 /tests/auto/quick/qquickanimatedimage
parentbc824685c18ac15c70e095de540800312433de80 (diff)
skip failing qquickanimatedimage mirror tests for now
Failing on mac, which is a blocker for CI. Task-number: QTBUG-31370 Change-Id: Icb42bb5ae59510a8754de895070d7a3d08af2623 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/quick/qquickanimatedimage')
-rw-r--r--tests/auto/quick/qquickanimatedimage/tst_qquickanimatedimage.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickanimatedimage/tst_qquickanimatedimage.cpp b/tests/auto/quick/qquickanimatedimage/tst_qquickanimatedimage.cpp
index 201287b2a8..73474afbd7 100644
--- a/tests/auto/quick/qquickanimatedimage/tst_qquickanimatedimage.cpp
+++ b/tests/auto/quick/qquickanimatedimage/tst_qquickanimatedimage.cpp
@@ -190,6 +190,9 @@ void tst_qquickanimatedimage::mirror_running()
QImage frame0_expected = frame0.transformed(transform);
QImage frame1_expected = frame1.transformed(transform);
+#ifdef Q_OS_MAC
+ QSKIP("QTBUG-31370 - sometimes fails on Mac");
+#endif
QCOMPARE(frame0_flipped, frame0_expected);
QCOMPARE(frame1_flipped, frame1_expected);
@@ -221,6 +224,9 @@ void tst_qquickanimatedimage::mirror_notRunning()
anim->setProperty("mirror", true);
screenshot = QPixmap::fromImage(window.grabWindow());
+#ifdef Q_OS_MAC
+ QSKIP("QTBUG-31370 - sometimes fails on Mac");
+#endif
QCOMPARE(screenshot, expected);
// mirroring should not change the current frame or playing status