From: Kalle Juhani Lehtonen Date: Mon, 2 Jul 2012 01:12:50 +0000 (+1000) Subject: Change qglfunctions autotest to insignificant on Windows X-Git-Tag: 071012110112~152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34396358d536289868b1d89aafb854e2955afcf4;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/opengl/qglfunctions/qglfunctions.pro b/tests/auto/opengl/qglfunctions/qglfunctions.pro index 5851b15..45a8b4e 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