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:
parent
9f6ea9613e
commit
e86f889de7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user