e7272ee9bd
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>
7 lines
121 B
Prolog
7 lines
121 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qopenglwindow
|
|
|
|
QT += core-private gui-private testlib
|
|
|
|
SOURCES += tst_qopenglwindow.cpp
|