summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2012-07-02 11:12:50 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-02 03:19:15 +0200
commit34396358d536289868b1d89aafb854e2955afcf4 (patch)
tree221c30472a5a347416228b709084fc66d198e789 /tests
parentedfc0f89a93c07d7aa9a99548c0d83b04f566629 (diff)
Change qglfunctions autotest to insignificant on Windows
Previously the test was skipped, because no OpenGL context was found. After Mesa 3D OpenGL library distribution for Windows 7 machines, OpenGL context is found, but the test crashes with exit code: 0xC0000409 (STATUS_STACK_BUFFER_OVERRUN) Marking the test insignificant until the issue is resolved. Task-number: QTBUG-26390 Change-Id: I996bbc3399704b541f5baa4832cf39b77b715c1c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/opengl/qglfunctions/qglfunctions.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/opengl/qglfunctions/qglfunctions.pro b/tests/auto/opengl/qglfunctions/qglfunctions.pro
index 5851b159b1..45a8b4eb9e 100644
--- a/tests/auto/opengl/qglfunctions/qglfunctions.pro
+++ b/tests/auto/opengl/qglfunctions/qglfunctions.pro
@@ -5,3 +5,5 @@ requires(contains(QT_CONFIG,opengl))
QT += opengl widgets testlib
SOURCES += tst_qglfunctions.cpp
+
+win32:CONFIG+=insignificant_test # QTBUG-26390