From 63814ff909d9eeb3bf88a56a82e4fa01ef668db9 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 20 Sep 2018 11:30:31 +0200 Subject: Skip tst_font::systemFont() The qmlClearTypeRegistrations() call causes a crash and it's not clear why. Until we can fix it, skip it so that other changes can get in. It should be skipped rather than blacklisted as it shouldn't be run at all. Task-number: QTBUG-70063 Change-Id: I1ff47e034f121014370bbf9d65e8ac68769a8d31 Reviewed-by: Liang Qi --- tests/auto/font/tst_font.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/font/tst_font.cpp b/tests/auto/font/tst_font.cpp index 84f6334b..cd41be91 100644 --- a/tests/auto/font/tst_font.cpp +++ b/tests/auto/font/tst_font.cpp @@ -85,6 +85,8 @@ static QFont testFont() void tst_font::systemFont() { + QSKIP("QTBUG-70063: qmlClearTypeRegistrations() call causes crash"); + const QFont *originalSystemFont = QGuiApplicationPrivate::platformTheme()->font(QPlatformTheme::SystemFont); if (!originalSystemFont) QSKIP("Cannot test the system font on a minimal platform"); -- cgit v1.2.3