summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qstatictext
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-29 14:04:08 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-31 17:31:12 +0200
commit15b0809f069ef29320d13936a1aed7ed422a8b43 (patch)
tree4ab2b64b742a051b97ad08ce7b3f52790d3d3f55 /tests/auto/gui/text/qstatictext
parentf584356eefc7723fb6326b47e41d72dd2217b6ed (diff)
Remove QEXPECT_FAIL for tests that pass now on Android
Fixes: QTBUG-69214 Fixes: QTBUG-69218 Fixes: QTBUG-69220 Change-Id: I8b780db8d9dad1a877bc16e802e6ae92de0c8f23 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'tests/auto/gui/text/qstatictext')
-rw-r--r--tests/auto/gui/text/qstatictext/tst_qstatictext.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/gui/text/qstatictext/tst_qstatictext.cpp b/tests/auto/gui/text/qstatictext/tst_qstatictext.cpp
index fe7396ae4c..b55257533a 100644
--- a/tests/auto/gui/text/qstatictext/tst_qstatictext.cpp
+++ b/tests/auto/gui/text/qstatictext/tst_qstatictext.cpp
@@ -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);
@@ -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);