Skip to content

Commit

Permalink
Remove QEXPECT_FAIL for tests that pass now on Android
Browse files Browse the repository at this point in the history
Fixes: QTBUG-69214
Fixes: QTBUG-69218
Fixes: QTBUG-69220
Change-Id: I8b780db8d9dad1a877bc16e802e6ae92de0c8f23
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Assam Boudjelthia <[email protected]>
(cherry picked from commit 15b0809)
Reviewed-by: Volker Hilsheimer <[email protected]>
  • Loading branch information
vohi committed Mar 31, 2021
1 parent fe979a8 commit 307da60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions tests/auto/gui/text/qfont/tst_qfont.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,6 @@ void tst_QFont::resetFont()

QCOMPARE(firstChild.font().resolveMask(), QFont::SizeResolved);
QCOMPARE(secondChild.font().resolveMask(), QFont::SizeResolved);
#ifdef Q_OS_ANDROID
QEXPECT_FAIL("", "QTBUG-69214", Continue);
#endif
QCOMPARE(firstChild.font().pointSize(), parent.font().pointSize());
QCOMPARE(secondChild.font().pointSize(), parent.font().pointSize());
QVERIFY(parent.font().resolveMask() != 0);
Expand Down
6 changes: 0 additions & 6 deletions tests/auto/gui/text/qstatictext/tst_qstatictext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@ 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 @@ -621,9 +618,6 @@ 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 307da60

Please sign in to comment.