Skip to content

Commit

Permalink
Blacklist tst_QFont::familyNameWithCommaQuote data tags on VxWorks
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Michał Łoś committed Nov 12, 2024
1 parent 3e71f25 commit f1ce284
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/auto/gui/text/qfont/BLACKLIST
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ rhel
centos
b2qt
rhel

# QTBUG-130738
[familyNameWithCommaQuote:weird]
vxworks
[familyNameWithCommaQuote:commaSeparated]
vxworks
[familyNameWithCommaQuote:commaSeparatedBogus]
vxworks

0 comments on commit f1ce284

Please sign in to comment.