summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicstransform/qgraphicstransform.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-08 11:55:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-16 22:40:56 +0200
commit49674e35412ef5083964e105cc9cc109e981acf6 (patch)
treee01ac487c795b5f0d631134a09d421a7dcb21c38 /tests/auto/qgraphicstransform/qgraphicstransform.pro
parent876d503dce70934426441cfc4ec900c9c33e4e86 (diff)
test: only QEXPECT_FAIL tst_qgraphicstransform in release mode
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-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> (cherry picked from commit 5d481fa2400b08bd11aae364e4f31ccc7a8e909c) Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qgraphicstransform/qgraphicstransform.pro')
-rw-r--r--tests/auto/qgraphicstransform/qgraphicstransform.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qgraphicstransform/qgraphicstransform.pro b/tests/auto/qgraphicstransform/qgraphicstransform.pro
index 67c939ed8b..3da3408d29 100644
--- a/tests/auto/qgraphicstransform/qgraphicstransform.pro
+++ b/tests/auto/qgraphicstransform/qgraphicstransform.pro
@@ -1,3 +1,5 @@
load(qttest_p4)
SOURCES += tst_qgraphicstransform.cpp
CONFIG += parallel_test
+
+linux-*:contains(QT_CONFIG,release):DEFINES+=MAY_HIT_QTBUG_20661