From eeaae34c99d9994e53a6addf7c8d30a070cc4f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Fri, 29 Jun 2018 15:29:55 +0200 Subject: Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrder Task-number: QTBUG-69217 Change-Id: Ibd78b7e2271d4066bee8e7b1224d309e5cb89132 Reviewed-by: Jesus Fernandez --- tests/auto/gui/text/qrawfont/tst_qrawfont.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/auto/gui/text/qrawfont/tst_qrawfont.cpp b/tests/auto/gui/text/qrawfont/tst_qrawfont.cpp index 373ad7fef9..a32fb1d25b 100644 --- a/tests/auto/gui/text/qrawfont/tst_qrawfont.cpp +++ b/tests/auto/gui/text/qrawfont/tst_qrawfont.cpp @@ -1039,6 +1039,9 @@ void tst_QRawFont::fallbackFontsOrder() QList 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. -- cgit v1.2.3