From: Rohan McGovern Date: Tue, 23 Aug 2011 00:33:58 +0000 (+1000) Subject: test: marked expected failure in tst_qsgtextinput X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6a35e8a13900665ab77a0caed59de1df3e89aa6c;p=konrad%2Fqtdeclarative.git 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 Reviewed-by: Damian Jansen --- diff --git a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp index 9761180..3cc0dc1 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);