summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2012-07-02 22:35:51 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-07-02 23:07:28 (GMT)
commitddb84a72901c180f709fae1782051a8e8a8d46d4 (patch)
tree319503d420eb969ee5c7a6d9e19d59e25a7369a2 /tests/auto
parent3584a3e500971d5669c9e3b6f2c18b1353fb4db6 (diff)
downloadQt-ddb84a72901c180f709fae1782051a8e8a8d46d4.zip
Qt-ddb84a72901c180f709fae1782051a8e8a8d46d4.tar.gz
Qt-ddb84a72901c180f709fae1782051a8e8a8d46d4.tar.bz2
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 <kurt.korbatits@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qglfunctions/qglfunctions.pro5
1 files changed, 4 insertions, 1 deletions
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