From 43669c58027b9e6ba76b6b2ca6059ab3d9e8c0ea Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Wed, 29 Aug 2012 15:30:31 +0200 Subject: Mark updateAndelete as XFAIL on Lion and above. It fails on Mountain Lion as well. Change-Id: I9841e857c1746ed69ccad9dfccf3fb9135e6abde Reviewed-by: Sergio Ahumada --- tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp index bb4f3ab..715613f 100644 --- a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp +++ b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp @@ -3388,7 +3388,7 @@ void tst_QGraphicsProxyWidget::updateAndDelete() proxy->update(); proxy->hide(); #ifdef Q_OS_MAC - if (QSysInfo::MacintoshVersion == QSysInfo::MV_LION) { + if (QSysInfo::MacintoshVersion >= QSysInfo::MV_LION) { QEXPECT_FAIL("", "QTBUG-26801", Abort); } #endif -- cgit v0.12