From 970f5e18feeb58eb2c36871ade5dda83c943afd5 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Wed, 18 Apr 2012 23:59:18 +1000 Subject: [PATCH] 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 --- tests/auto/opengl/qgl/qgl.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/opengl/qgl/qgl.pro b/tests/auto/opengl/qgl/qgl.pro index a8c2ef87a84..40da2654172 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