Android: QEXPECT_FAIL tst_QFontDatabase::condensedFontMatching
Task-number: QTBUG-69216 Change-Id: I7da5396a62b87109609749f9ef7e9a1a7b6c6db8 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
This commit is contained in:
parent
6bd40bedd1
commit
67e209f59f
@ -335,6 +335,9 @@ void tst_QFontDatabase::condensedFontMatching()
|
|||||||
QEXPECT_FAIL("","No matching of sub-family by stretch on Windows", Continue);
|
QEXPECT_FAIL("","No matching of sub-family by stretch on Windows", Continue);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef Q_OS_ANDROID
|
||||||
|
QEXPECT_FAIL("", "QTBUG-69216", Continue);
|
||||||
|
#endif
|
||||||
QCOMPARE(QFontMetrics(tfcByStretch).horizontalAdvance(testString()),
|
QCOMPARE(QFontMetrics(tfcByStretch).horizontalAdvance(testString()),
|
||||||
QFontMetrics(tfcByStyleName).horizontalAdvance(testString()));
|
QFontMetrics(tfcByStyleName).horizontalAdvance(testString()));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user