From 4de95586f1ecbdc1fad82a75bf4ea7ede8105cf8 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 19 Apr 2012 00:52:23 +1000 Subject: [PATCH] Re-enable QGLThreads autotest on Mac OS X. This test passes consistently on Mac OS, but crashes consistently on Windows and fails consistently on Ubuntu 10.04 and 11.10. 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-22560 Change-Id: I0def45e1ed7dd3387e42e7294a495c89bc0caea6 Reviewed-by: Rohan McGovern --- tests/auto/opengl/qglthreads/qglthreads.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/opengl/qglthreads/qglthreads.pro b/tests/auto/opengl/qglthreads/qglthreads.pro index 1534472ef62..9b8d9a5301e 100644 --- a/tests/auto/opengl/qglthreads/qglthreads.pro +++ b/tests/auto/opengl/qglthreads/qglthreads.pro @@ -10,4 +10,4 @@ x11 { LIBS += $$QMAKE_LIBS_X11 } -CONFIG+=insignificant_test # QTBUG-22560 +win32|linux-*:CONFIG+=insignificant_test # QTBUG-22560