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 07:49:56 (GMT) |
commit | 5652cb1c49b4350f9a80eafaae4276e173d845bc (patch) | |
tree | a81d23bcb3744564f842fde0e7be1bd66d3842da /tests/auto/qgl | |
parent | 8c662477a3596fd5fdf8388ed8266e52aa8b7069 (diff) | |
download | Qt-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.cpp | 3 |
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); |