diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-13 07:49:56 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-13 17:02:23 (GMT) |
commit | 11c669e2a56b6b4de0a40393167887d53f3134a6 (patch) | |
tree | ce61df6fe8c5d3bdaba420f731109e255aac2985 /tests/auto/qgl | |
parent | dac4ff9ea66bb4e09c220069ff7a55e3f87c9f53 (diff) | |
download | Qt-11c669e2a56b6b4de0a40393167887d53f3134a6.zip Qt-11c669e2a56b6b4de0a40393167887d53f3134a6.tar.gz Qt-11c669e2a56b6b4de0a40393167887d53f3134a6.tar.bz2 |
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.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qgl/tst_qgl.cpp b/tests/auto/qgl/tst_qgl.cpp index 34f64f0..c71824a 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); |