summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-07-13 09:49:56 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2010-07-13 19:02:23 +0200
commit11c669e2a56b6b4de0a40393167887d53f3134a6 (patch)
treece61df6fe8c5d3bdaba420f731109e255aac2985 /tests/auto/qgl
parentdac4ff9ea66bb4e09c220069ff7a55e3f87c9f53 (diff)
Skipped tst_QGL::replaceClipping on mac.
As it prevent integration See QTBUG-12138
Diffstat (limited to 'tests/auto/qgl')
-rw-r--r--tests/auto/qgl/tst_qgl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qgl/tst_qgl.cpp b/tests/auto/qgl/tst_qgl.cpp
index 34f64f080c..c71824a27a 100644
--- a/tests/auto/qgl/tst_qgl.cpp
+++ b/tests/auto/qgl/tst_qgl.cpp
@@ -1689,6 +1689,10 @@ protected:
void tst_QGL::replaceClipping()
{
+#ifdef Q_WS_MAC
+ QSKIP("Prevent integration, see QTBUG-12138", SkipAll);
+#endif
+
ReplaceClippingGLWidget glw;
#ifdef Q_WS_QWS
glw.setWindowFlags(Qt::FramelessWindowHint);