aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2011-05-18 16:16:00 +1000
committerYann Bodson <yann.bodson@nokia.com>2011-05-18 16:16:00 +1000
commitc83c123579e3064d5f9ed7333d2b4303ecf7261a (patch)
treee6942504fae8097edf9234bcc406ae283f248d90 /tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
parent5a59bc11bc23b8b99d76860fc77935175770b1a8 (diff)
Skip mirror autotests while QTBUG-19351 and QTBUG-19252 are not resolved.
Diffstat (limited to 'tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp')
-rw-r--r--tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp b/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
index a88a275946..739e890721 100644
--- a/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
+++ b/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
@@ -209,9 +209,8 @@ void tst_qsganimatedimage::mirror_notRunning()
anim->setProperty("mirror", true);
screenshot = canvas->renderPixmap();
- // QEXPECT_FAIL("", "QTBUG-19252", Abort);
- // TODO: re-enable when QTBUG-19351 is resolved
- // QCOMPARE(screenshot, expected);
+ QSKIP("Skip while QTBUG-19351 and QTBUG-19252 are not resolved", SkipSingle);
+ QCOMPARE(screenshot, expected);
// mirroring should not change the current frame or playing status
QCOMPARE(anim->currentFrame(), frame);