Skip to content

Commit

Permalink
Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrder
Browse files Browse the repository at this point in the history
Task-number: QTBUG-69217
Change-Id: Ibd78b7e2271d4066bee8e7b1224d309e5cb89132
Reviewed-by: Jesus Fernandez <[email protected]>
  • Loading branch information
Morten242 committed Jun 30, 2018
1 parent 67e209f commit eeaae34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/auto/gui/text/qrawfont/tst_qrawfont.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eeaae34

Please sign in to comment.