Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrder
Task-number: QTBUG-69217 Change-Id: Ibd78b7e2271d4066bee8e7b1224d309e5cb89132 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>bb10
parent
67e209f59f
commit
eeaae34c99
|
|
@ -1039,6 +1039,9 @@ void tst_QRawFont::fallbackFontsOrder()
|
|||
|
||||
QList<QGlyphRun> glyphRuns = layout.glyphRuns();
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
QEXPECT_FAIL("", "QTBUG-69217", Continue);
|
||||
#endif
|
||||
// Since QtBidiTestFont does not support Arabic nor the space, both should map to
|
||||
// the same font. If this fails, it is an indication that the list of fallbacks fonts
|
||||
// is not sorted by writing system support.
|
||||
|
|
|
|||
Loading…
Reference in New Issue