Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
qtbase/tests/auto/widgets/styles/qmacstyle/qmacstyle.pro is marked as an insignificant_test, meaning that it is not used to block regressions in CI.
Examining recent CI logs, the test appears to fail in a stable fashion, suggesting that test coverage could be increased by replacing the insignificant_test marker with QEXPECT_FAIL calls.
4/13/12 3:59:20 PM EST: Testing tst_QMacStyle 4/13/12 3:59:20 PM EST: FAIL! : tst_QMacStyle::sizeHints(normal) Compared values are not the same 4/13/12 3:59:20 PM EST: Actual (sh(&radio1).height()): 14 4/13/12 3:59:20 PM EST: Expected (SIZE(15, 12, 10)): 15 4/13/12 3:59:20 PM EST: Loc: [tst_qmacstyle.cpp(138)] 4/13/12 3:59:20 PM EST: FAIL! : tst_QMacStyle::smallMiniNormalExclusivity(normal small mini) Compared values are not the same 4/13/12 3:59:20 PM EST: Actual (size.height()): 17 4/13/12 3:59:20 PM EST: Expected (expected[i]): 16 4/13/12 3:59:20 PM EST: Loc: [tst_qmacstyle.cpp(404)] 4/13/12 3:59:20 PM EST: FAIL! : tst_QMacStyle::smallMiniNormalExclusivity(normal mini small) Compared values are not the same 4/13/12 3:59:20 PM EST: Actual (size.height()): 24 4/13/12 3:59:20 PM EST: Expected (expected[i]): 16 4/13/12 3:59:20 PM EST: Loc: [tst_qmacstyle.cpp(404)] 4/13/12 3:59:20 PM EST: FAIL! : tst_QMacStyle::smallMiniNormalExclusivity(small normal mini) Compared values are not the same 4/13/12 3:59:20 PM EST: Actual (size.height()): 17 4/13/12 3:59:20 PM EST: Expected (expected[i]): 16 4/13/12 3:59:20 PM EST: Loc: [tst_qmacstyle.cpp(404)] 4/13/12 3:59:20 PM EST: FAIL! : tst_QMacStyle::smallMiniNormalExclusivity(small mini normal) Compared values are not the same 4/13/12 3:59:20 PM EST: Actual (size.height()): 17 4/13/12 3:59:20 PM EST: Expected (expected[i]): 16 4/13/12 3:59:20 PM EST: Loc: [tst_qmacstyle.cpp(404)] 4/13/12 3:59:20 PM EST: FAIL! : tst_QMacStyle::smallMiniNormalExclusivity(mini small normal) Compared values are not the same 4/13/12 3:59:20 PM EST: Actual (size.height()): 24 4/13/12 3:59:20 PM EST: Expected (expected[i]): 16 4/13/12 3:59:20 PM EST: Loc: [tst_qmacstyle.cpp(404)] 4/13/12 3:59:20 PM EST: FAIL! : tst_QMacStyle::smallMiniNormalExclusivity(mini normal small) Compared values are not the same 4/13/12 3:59:20 PM EST: Actual (size.height()): 24 4/13/12 3:59:20 PM EST: Expected (expected[i]): 32 4/13/12 3:59:20 PM EST: Loc: [tst_qmacstyle.cpp(404)] 4/13/12 3:59:20 PM EST: Totals: 4 passed, 7 failed, 0 skipped
Attachments
Issue Links
- is required for
-
QTBUG-24131 Autotests for Qt 5.0 on OSX
- Closed