summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-07-13 07:49:56 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-07-13 07:49:56 (GMT)
commit5652cb1c49b4350f9a80eafaae4276e173d845bc (patch)
treea81d23bcb3744564f842fde0e7be1bd66d3842da /tests/auto/qgl
parent8c662477a3596fd5fdf8388ed8266e52aa8b7069 (diff)
downloadQt-5652cb1c49b4350f9a80eafaae4276e173d845bc.zip
Qt-5652cb1c49b4350f9a80eafaae4276e173d845bc.tar.gz
Qt-5652cb1c49b4350f9a80eafaae4276e173d845bc.tar.bz2
Skipped tst_QGL::glFBOUseInGLWidget on mac.
As it prevent integration See QTBUG-12138
Diffstat (limited to 'tests/auto/qgl')
-rw-r--r--tests/auto/qgl/tst_qgl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qgl/tst_qgl.cpp b/tests/auto/qgl/tst_qgl.cpp
index ffd7622..e76de02 100644
--- a/tests/auto/qgl/tst_qgl.cpp
+++ b/tests/auto/qgl/tst_qgl.cpp
@@ -1286,6 +1286,9 @@ protected:
void tst_QGL::glFBOUseInGLWidget()
{
+#ifdef Q_WS_MAC
+ QSKIP("Prevent integration, see QTBUG-12138", SkipAll);
+#endif
if (!QGLFramebufferObject::hasOpenGLFramebufferObjects())
QSKIP("QGLFramebufferObject not supported on this platform", SkipSingle);