aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-05-20 10:36:31 +1000
committerMartin Jones <martin.jones@nokia.com>2011-05-20 10:36:31 +1000
commit58e5b724474ed48f9dff000aabc456d16c6d9921 (patch)
tree29994e81bfb675b478c454a2ac4746c2f82f67c4
parentfa128f5252761ca944c7b670887a4553d2afdf61 (diff)
Skip another pixmap comparison test.
-rw-r--r--tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp b/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
index 739e890721..d7e87eb181 100644
--- a/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
+++ b/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
@@ -173,6 +173,8 @@ void tst_qsganimatedimage::mirror_running()
QCOMPARE(anim->currentFrame(), 0); // animation only has 2 frames, should cycle back to first
QPixmap frame0_flipped = canvas->renderPixmap();
+ QSKIP("Skip while QTBUG-19351 and QTBUG-19252 are not resolved", SkipSingle);
+
QTransform transform;
transform.translate(width, 0).scale(-1, 1.0);
QPixmap frame0_expected = frame0.transformed(transform);