aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-23 10:33:58 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-23 03:49:14 +0200
commit6a35e8a13900665ab77a0caed59de1df3e89aa6c (patch)
tree833dc4782c3e6e26a58faf8e080e5e4035fee2a2 /tests
parent419aa6ec6d066f99830f1066edc08985748fbf2b (diff)
test: marked expected failure in tst_qsgtextinput
Part of this test was already marked as an expected failure. Now it fails in a different place. Task-number: QTBUG-21011 Change-Id: I15ce8be882b361fda8351900eb768acec01a7bac Reviewed-on: http://codereview.qt.nokia.com/3343 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
index 9761180fec..3cc0dc196b 100644
--- a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
+++ b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
@@ -1230,6 +1230,10 @@ void tst_qsgtextinput::positionAt()
int diff = abs(textWidth - (textLeftWidth+textinputObject->width()/2));
+#ifdef Q_WS_QPA
+ QEXPECT_FAIL("", "QTBUG-21011 fails", Continue);
+#endif
+
// some tollerance for different fonts.
#ifdef Q_OS_LINUX
QVERIFY(diff < 2);