summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qgl
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-18 23:59:18 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-19 13:26:51 +0200
commit970f5e18feeb58eb2c36871ade5dda83c943afd5 (patch)
tree74efba073e9ccd053f405f240c28aef22fefb35b /tests/auto/opengl/qgl
parentfb0978e96399c80b3520c120bd4d7e6fccb240b4 (diff)
Re-enable QGL autotest on Mac OS X and Ubuntu 11.10.
This test passes consistently on Mac OS and Ubuntu 11.10, but crashes consistently on Windows and fails consistently on Ubuntu 10.04. Disable the test only on platforms where it known to fail, so that CI can use it to detect future regressions on platforms where the test currently passes. Task-number: QTBUG-25293 Change-Id: I5d6a474ea1e6fdf3983f164ebc181e1dd6e3f639 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/opengl/qgl')
-rw-r--r--tests/auto/opengl/qgl/qgl.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/opengl/qgl/qgl.pro b/tests/auto/opengl/qgl/qgl.pro
index a8c2ef87a8..40da265417 100644
--- a/tests/auto/opengl/qgl/qgl.pro
+++ b/tests/auto/opengl/qgl/qgl.pro
@@ -10,4 +10,5 @@ QT += widgets widgets-private opengl-private gui-private core-private testlib
SOURCES += tst_qgl.cpp
RESOURCES = qgl.qrc
-CONFIG+=insignificant_test # QTBUG-25293
+win32:CONFIG+=insignificant_test # QTBUG-25293
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"): CONFIG+=insignificant_test # QTBUG-25293