From ddb84a72901c180f709fae1782051a8e8a8d46d4 Mon Sep 17 00:00:00 2001 From: Kalle Juhani Lehtonen Date: Tue, 3 Jul 2012 08:35:51 +1000 Subject: Mark qglfunctions test as insignificant qglfunctions was previously skipped due missing OpenGL support on Windows machines. After installing Mesa 3D OpenGL library the test started to run, but it fails. Marking test to insignificant until the issue is resolved. Task-number: QTBUG-26390 Change-Id: I783132a33de4e4483ff074c0df7b977e02e7fc7a Reviewed-by: Kurt Korbatits Reviewed-by: Rohan McGovern --- tests/auto/qglfunctions/qglfunctions.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/auto/qglfunctions/qglfunctions.pro b/tests/auto/qglfunctions/qglfunctions.pro index aa81547..b72abe9 100644 --- a/tests/auto/qglfunctions/qglfunctions.pro +++ b/tests/auto/qglfunctions/qglfunctions.pro @@ -2,6 +2,9 @@ load(qttest_p4) requires(contains(QT_CONFIG,opengl)) QT += opengl -win32:!wince*: DEFINES += QT_NO_EGL +win32 { + CONFIG+=insignificant_test # QTBUG-26390 + !wince*: DEFINES += QT_NO_EGL +} SOURCES += tst_qglfunctions.cpp -- cgit v0.12