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 11:38:56 (GMT) |
commit | dac4ff9ea66bb4e09c220069ff7a55e3f87c9f53 (patch) | |
tree | 90b407765326023ace5fde930776516c51230b73 /tests/auto/qgl | |
parent | 5652cb1c49b4350f9a80eafaae4276e173d845bc (diff) | |
download | Qt-dac4ff9ea66bb4e09c220069ff7a55e3f87c9f53.zip Qt-dac4ff9ea66bb4e09c220069ff7a55e3f87c9f53.tar.gz Qt-dac4ff9ea66bb4e09c220069ff7a55e3f87c9f53.tar.bz2 |
Skipped tst_QGL::glPBufferRendering 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 e76de02..34f64f0 100644 --- a/tests/auto/qgl/tst_qgl.cpp +++ b/tests/auto/qgl/tst_qgl.cpp @@ -943,6 +943,10 @@ void tst_QGL::partialGLWidgetUpdates() // This tests that rendering to a QGLPBuffer using QPainter works. void tst_QGL::glPBufferRendering() { +#ifdef Q_WS_MAC + QSKIP("Prevent integration, see QTBUG-12138", SkipAll); +#endif + if (!QGLPixelBuffer::hasOpenGLPbuffers()) QSKIP("QGLPixelBuffer not supported on this platform", SkipSingle); |