From 786341fda11530128a92ac9cbe8f2c235d559210 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Fri, 22 Jun 2012 13:16:43 +1000 Subject: tst_qgraphicsview hoverLeave regressed Task-number: QTBUG-26274 Change-Id: Ieafc6bf4a7fa5287985610a4dea57fbe6f3a9eba Reviewed-by: Rohan McGovern --- tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp b/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp index 5200109097..d70d106f45 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp +++ b/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp @@ -4576,6 +4576,9 @@ void tst_QGraphicsView::hoverLeave() QCursor::setPos(1,1); QTest::qWait(200); +#ifdef Q_OS_MAC + QEXPECT_FAIL("", "QTBUG-26274 - behaviour regression", Abort); +#endif QVERIFY(item->receivedLeaveEvent); QCOMPARE(item->leaveWidget, view.viewport()); } -- cgit v1.2.3