Remove QEXPECT_FAIL for test passing on Android
The test has been XPASS'ing recently on Android.
Reverts 67e209f59f.
Fixes: QTBUG-69216
Change-Id: Ic629cc28936e0ef27277c243717e97226bf01b1c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
bb10
parent
ce41151215
commit
35e938c2d8
|
|
@ -442,9 +442,6 @@ void tst_QFontDatabase::condensedFontMatching()
|
|||
QEXPECT_FAIL("","No matching of sub-family by stretch on Windows", Continue);
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
QEXPECT_FAIL("", "QTBUG-69216", Continue);
|
||||
#endif
|
||||
QCOMPARE(QFontMetrics(tfcByStretch).horizontalAdvance(testString()),
|
||||
QFontMetrics(tfcByStyleName).horizontalAdvance(testString()));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue