qt5base-lts/tests/auto/widgets/graphicsview/qgraphicsproxywidget/qgraphicsproxywidget.pro
Jason McDonald 9c21557dd6 Remove insignification from QGraphicsProxyWidget test on Windows.
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>
2012-04-23 09:45:24 +02:00

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