Re-enable QGLThreads autotest on Mac OS X.
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 18 Apr 2012 14:52:23 +0000 (00:52 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Apr 2012 11:26:51 +0000 (13:26 +0200)
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 <rohan.mcgovern@nokia.com>
tests/auto/opengl/qglthreads/qglthreads.pro

index 1534472..9b8d9a5 100644 (file)
@@ -10,4 +10,4 @@ x11 {
     LIBS += $$QMAKE_LIBS_X11
 }
 
-CONFIG+=insignificant_test # QTBUG-22560
+win32|linux-*:CONFIG+=insignificant_test # QTBUG-22560