summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2018-06-29 15:29:55 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2018-06-30 19:32:56 +0000
commiteeaae34c99d9994e53a6addf7c8d30a070cc4f82 (patch)
tree3d3c0c7ab62f9241deb2f94ecc2e576475cb3ac1 /tests/auto
parent67e209f59fed638e93402bf2eb63fba56195e244 (diff)
Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrder
Task-number: QTBUG-69217 Change-Id: Ibd78b7e2271d4066bee8e7b1224d309e5cb89132 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/gui/text/qrawfont/tst_qrawfont.cpp3
1 files changed, 3 insertions, 0 deletions
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<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.