9c21557dd6
This test has three stable failures on Windows. Mark those failures with QEXPECT_FAIL and re-enable the test. Task-number: QTBUG-24294 Change-Id: I9eee2701a228912c3a91fa730e712661fb93add6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
10 lines
232 B
Prolog
10 lines
232 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicsproxywidget
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qgraphicsproxywidget.cpp
|
|
|
|
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-25294
|