Re-enable tst_QOpenGLWindow on Win32
The test was found crashing with software rendering in Qt 5.7. Removing the insignification revealed that there are failures on WinRT as well, blacklist them for the moment. Task-number: QTBUG-78802 Fixes: QTBUG-49630 Change-Id: Ib1a3efe69d7b63cdd98c6da364ab09e0e2dbdf62 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
parent
21d988a199
commit
e7272ee9bd
6
tests/auto/gui/kernel/qopenglwindow/BLACKLIST
Normal file
6
tests/auto/gui/kernel/qopenglwindow/BLACKLIST
Normal file
@ -0,0 +1,6 @@
|
||||
[basic]
|
||||
winrt
|
||||
[resize]
|
||||
winrt
|
||||
[painter]
|
||||
winrt
|
@ -4,5 +4,3 @@ TARGET = tst_qopenglwindow
|
||||
QT += core-private gui-private testlib
|
||||
|
||||
SOURCES += tst_qopenglwindow.cpp
|
||||
|
||||
win32:CONFIG+=insignificant_test # QTBUG-46452, QTBUG-49630
|
||||
|
Loading…
x
Reference in New Issue
Block a user