From 5652cb1c49b4350f9a80eafaae4276e173d845bc Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 13 Jul 2010 09:49:56 +0200 Subject: Skipped tst_QGL::glFBOUseInGLWidget on mac. As it prevent integration See QTBUG-12138 --- tests/auto/qgl/tst_qgl.cpp | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v0.12