Autotests: Blacklist parts of tst_qopenglwidget

Removed the insignificant flag so the rest of the test becomes enforcing.
This test seems to fail only on win32-msvc2010_developer-build_angle_Windows_7

Task-number: QTBUG-31611
Change-Id: Ic4818e50305e1e15eb67b505205436d3fec0ccfb
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
This commit is contained in:
Jani Vähäkangas 2015-08-07 14:34:17 +03:00 committed by Tony Sarajärvi
parent 9f6ea9613e
commit e86f889de7
2 changed files with 12 additions and 2 deletions

View File

@ -1,2 +1,14 @@
[clearAndGrab]
opensuse-13.1
#QTBUG-31611
[painter]
windows msvc-2010 32bit developer-build
#QTBUG-31611
[reparentToAlreadyCreated]
windows msvc-2010 32bit developer-build
#QTBUG-31611
[reparentToNotYetCreated]
windows msvc-2010 32bit developer-build

View File

@ -3,5 +3,3 @@ TARGET = tst_qopenglwidget
QT += gui-private core-private testlib widgets
SOURCES += tst_qopenglwidget.cpp
win32-msvc2010:contains(QT_CONFIG, angle):CONFIG += insignificant_test # QTBUG-31611