From f1ce284409bdaba673c9555615cc91af2894cdfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81o=C5=9B?= Date: Tue, 12 Nov 2024 09:08:34 +0100 Subject: [PATCH] Blacklist tst_QFont::familyNameWithCommaQuote data tags on VxWorks tst_QFont::familyNameWithCommaQuote test fails for in line 789 on VxWorks, when test runs with "weird", "commaSeparated" and "commaSeparatedBogus" data tags. A call to QFontInfo::family returns "weird" font name instead of standard font name as test expects. The exact reason is to be found. We need to run tests on COIN for VxWorks as significant, and this test prevents it, to reduce growing number of regressions and allow iterative introduction of VxWorks as a supported platform. Blacklist failing data tags of familyNameWithCommaQuote tests on VxWorks. Task-number: QTBUG-115777 Task-number: QTBUG-130738 Change-Id: Ie85c89392d48495226209b5aa76632dfb4c7bc25 Reviewed-by: Axel Spoerl --- tests/auto/gui/text/qfont/BLACKLIST | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/auto/gui/text/qfont/BLACKLIST b/tests/auto/gui/text/qfont/BLACKLIST index f85d8ceebb7..e0bb7286e93 100644 --- a/tests/auto/gui/text/qfont/BLACKLIST +++ b/tests/auto/gui/text/qfont/BLACKLIST @@ -6,3 +6,11 @@ rhel centos b2qt rhel + +# QTBUG-130738 +[familyNameWithCommaQuote:weird] +vxworks +[familyNameWithCommaQuote:commaSeparated] +vxworks +[familyNameWithCommaQuote:commaSeparatedBogus] +vxworks