From 24971fbef0c8ad5c8a01b3eaf829f10a14899a1a Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Tue, 1 Nov 2011 14:18:31 +0100 Subject: Re-enabled passing tests in tst_qlistview To increase the effective test coverage, this patch re-enables the tst_qlistview test case as such, and instead disables only the test functions that are currently failing in CI. Task-number: QTBUG-22453 Change-Id: I029be60c16cdff5ee3e38889d2780f1ee7d01b51 Reviewed-by: Jason McDonald --- tests/auto/widgets/itemviews/qlistview/qlistview.pro | 2 -- tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/widgets/itemviews/qlistview/qlistview.pro b/tests/auto/widgets/itemviews/qlistview/qlistview.pro index 994281f688..9df9084c3f 100644 --- a/tests/auto/widgets/itemviews/qlistview/qlistview.pro +++ b/tests/auto/widgets/itemviews/qlistview/qlistview.pro @@ -3,5 +3,3 @@ TARGET = tst_qlistview QT += widgets gui-private testlib SOURCES += tst_qlistview.cpp win32:!wince*: LIBS += -luser32 - -contains(QT_CONFIG,xcb):CONFIG+=insignificant_test diff --git a/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp b/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp index b58a306f94..10b4f4a875 100644 --- a/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp +++ b/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp @@ -1869,6 +1869,7 @@ void tst_QListView::taskQTBUG_2233_scrollHiddenItems() QApplication::processEvents(); QTest::qWait(50); QCOMPARE(bar->value(), bar->maximum()); + QEXPECT_FAIL("LeftToRight", "QTBUG-21833", Abort); QCOMPARE(bar->maximum(), rowCount/4 - nbVisibleItem); } -- cgit v1.2.3