From 7c939ad26e2d79a5c72ace724dfa2a3be8e398b3 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 1 Apr 2010 14:43:25 +0200 Subject: Skip tst_QGraphicsItem::updateMicroFocus test on Windows and Mac as it does not passes --- tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp index 9229c7c..89d5958 100644 --- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp +++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp @@ -10029,6 +10029,10 @@ public: void tst_QGraphicsItem::updateMicroFocus() { +#if defined Q_OS_WIN || defined Q_OS_MAC + QSKIP("QTBUG-9578", SkipAll); + return; +#endif QGraphicsScene scene; QWidget parent; QGridLayout layout; -- cgit v0.12