summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2014-04-10 19:36:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-14 20:03:30 +0200
commitc3bd4d08b0e4508d4699a757761f6edb81bfd8c4 (patch)
treed02d272d232c142e3118b992da864c3a4a69cadd /tests
parent4a169ac0156ede6b0757b8e8c6d92ede19ba19d5 (diff)
QNX: Skip QGLBuffer autotest
see QTBUG-38275 Change-Id: If9a329b07f83ace77b05336d16534032310e0f82 Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp b/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp
index 915f503b3f..a8a9deb25f 100644
--- a/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp
+++ b/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp
@@ -207,6 +207,10 @@ void tst_QGLBuffer::bufferSharing()
QSKIP("Unreproducible timeout on Windows (MSVC/MinGW) CI bots");
#endif
+#if defined(Q_OS_QNX)
+ QSKIP("Crashes on QNX when destroying the second QGLWidget (see QTBUG-38275)");
+#endif
+
QGLWidget *w1 = new QGLWidget();
w1->makeCurrent();