From 8705b07a8b6a723ff620f8593e24916ddac70e9d Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Wed, 20 Oct 2010 13:17:16 +0200 Subject: Deactivate the auto-test on problematic platforms. Reviewed-by:TrustMe --- tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp index bc962c5..ad7ccf7 100644 --- a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp +++ b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp @@ -3632,6 +3632,9 @@ public slots: void tst_QGraphicsProxyWidget::QTBUG_6986_sendMouseEventToAlienWidget() { +#if defined(Q_OS_MAC) || defined(Q_OS_WIN) || defined(QT_NO_CURSOR) + QSKIP("Test case unstable on this platform", SkipAll); +#endif QGraphicsView view; Scene scene; view.setScene(&scene); -- cgit v0.12