Skip to content

Commit

Permalink
Android: tst_QStaticText: QEXPECT_FAIL some tests
Browse files Browse the repository at this point in the history
Task-number: QTBUG-69218
Task-number: QTBUG-69220
Change-Id: Ib41d330653cdfccc2852a337d400f29a88bdd00a
Reviewed-by: Jesus Fernandez <[email protected]>
  • Loading branch information
Morten242 committed Jun 30, 2018
1 parent eeaae34 commit 61dabf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/auto/gui/text/qstatictext/tst_qstatictext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ void tst_QStaticText::rotatedPainter()

QVERIFY(imageDrawText.toImage() != m_whiteSquare);

#ifdef Q_OS_ANDROID
QEXPECT_FAIL("", "QTBUG-69218", Continue);
#endif
if (!supportsTransformations())
QEXPECT_FAIL("", "Graphics system does not support transformed text on this platform", Abort);
QCOMPARE(imageDrawStaticText, imageDrawText);
Expand Down Expand Up @@ -560,6 +563,9 @@ void tst_QStaticText::transformationChanged()

QVERIFY(imageDrawText.toImage() != m_whiteSquare);

#ifdef Q_OS_ANDROID
QEXPECT_FAIL("", "QTBUG-69220", Continue);
#endif
if (!supportsTransformations())
QEXPECT_FAIL("", "Graphics system does not support transformed text on this platform", Abort);
QCOMPARE(imageDrawStaticText, imageDrawText);
Expand Down

0 comments on commit 61dabf9

Please sign in to comment.