Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
4.8.3, 4.8.x
-
None
-
OS X 10.7 Cocoa
Description
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, no hover) Compared values are not the same
Actual (widget->testAttribute(Qt::WA_UnderMouse)): 0
Expected (hasWidget ? true : false): 1
Loc: [tst_qgraphicsproxywidget.cpp(993)]
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, hover) Compared values are not the same
Actual (widget->testAttribute(Qt::WA_UnderMouse)): 0
Expected (hasWidget ? true : false): 1
Loc: [tst_qgraphicsproxywidget.cpp(993)]
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, no hover) Compared values are not the same
Actual (widget->enterCount): 0
Expected (hasWidget ? 1 : 0): 1
Loc: [tst_qgraphicsproxywidget.cpp(1001)]
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, hover) Compared values are not the same
Actual (widget->enterCount): 0
Expected (hasWidget ? 1 : 0): 1
Loc: [tst_qgraphicsproxywidget.cpp(1001)]
Attachments
For Gerrit Dashboard: QTBUG-26948 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
209925,6 | tests: fix and un-blacklist tests in tst_QGraphicsProxyWidget | 5.11 | qt/qtbase | Status: ABANDONED | -1 | 0 |
233631,5 | tests: port tst_QGraphicsProxyWidget to QTEST_QPA_MOUSE_HANDLING | dev | qt/qtbase | Status: MERGED | +2 | 0 |