Commit 58e5b724 authored by Martin Jones's avatar Martin Jones
Browse files

Skip another pixmap comparison test.

Change-Id: Ie9280cfbb74d2ffa2da1ce5b6d1e5153a9b19d0f
parent fa128f52
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -173,6 +173,8 @@ void tst_qsganimatedimage::mirror_running() ...@@ -173,6 +173,8 @@ void tst_qsganimatedimage::mirror_running()
QCOMPARE(anim->currentFrame(), 0); // animation only has 2 frames, should cycle back to first QCOMPARE(anim->currentFrame(), 0); // animation only has 2 frames, should cycle back to first
QPixmap frame0_flipped = canvas->renderPixmap(); QPixmap frame0_flipped = canvas->renderPixmap();
QSKIP("Skip while QTBUG-19351 and QTBUG-19252 are not resolved", SkipSingle);
QTransform transform; QTransform transform;
transform.translate(width, 0).scale(-1, 1.0); transform.translate(width, 0).scale(-1, 1.0);
QPixmap frame0_expected = frame0.transformed(transform); QPixmap frame0_expected = frame0.transformed(transform);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment