5d481fa240
The floating point problem which causes this test to fail is not triggered if Qt is compiled in debug mode. Enable QEXPECT_FAIL more narrowly. Task-number: QTBUG-20661 Change-Id: I25f3260b516cd4fda9d8b711aa1140cbda821412 Reviewed-on: http://codereview.qt.nokia.com/2719 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
6 lines
145 B
Prolog
6 lines
145 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qgraphicstransform.cpp
|
|
CONFIG += parallel_test
|
|
|
|
linux-*:contains(QT_CONFIG,release):DEFINES+=MAY_HIT_QTBUG_20661
|