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>
bb10
Kalle Juhani Lehtonen 2012-07-02 11:12:50 +10:00 committed by Qt by Nokia
parent edfc0f89a9
commit 34396358d5
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ requires(contains(QT_CONFIG,opengl))
QT += opengl widgets testlib
SOURCES += tst_qglfunctions.cpp
win32:CONFIG+=insignificant_test # QTBUG-26390