From 1fcafbebc8fcb445e3bc8d9d54f57e4ffee39f55 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Tue, 11 Oct 2011 13:12:23 +1000 Subject: [PATCH] Remove insignificant test status and explicitly mark failing test. Task-number: QTBUG-21946 Change-Id: Idf54ad4811562634b792f973c9f1a518a09e5a4d Reviewed-on: http://codereview.qt-project.org/6375 Sanity-Review: Qt Sanity Bot Reviewed-by: Martin Jones --- tests/auto/declarative/qsgtextedit/qsgtextedit.pro | 2 -- tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/auto/declarative/qsgtextedit/qsgtextedit.pro b/tests/auto/declarative/qsgtextedit/qsgtextedit.pro index ef4c4e2..a205f13 100644 --- a/tests/auto/declarative/qsgtextedit/qsgtextedit.pro +++ b/tests/auto/declarative/qsgtextedit/qsgtextedit.pro @@ -9,5 +9,3 @@ DEFINES += SRCDIR=\\\"$$PWD\\\" QT += core-private gui-private v8-private declarative-private QT += opengl-private - -qpa:CONFIG+=insignificant_test # QTBUG-21010, fails unstably diff --git a/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp b/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp index e77b786..1a9372b 100644 --- a/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp +++ b/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp @@ -2009,6 +2009,7 @@ void tst_qsgtextedit::openInputPanel() QVERIFY(!edit->hasActiveFocus()); qDebug() << &edit << qApp->inputPanel()->inputItem(); QCOMPARE(qApp->inputPanel()->inputItem(), static_cast(0)); + QEXPECT_FAIL("", "QTBUG-21946", Abort); QCOMPARE(qApp->inputPanel()->visible(), false); // input panel should open on focus -- 2.7.4