summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-11-01 14:18:31 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-04 01:53:55 +0100
commit24971fbef0c8ad5c8a01b3eaf829f10a14899a1a (patch)
treed8f89fee33fbb4f1ea0748475f10cd3006ce6fc8 /tests/auto/widgets
parente71ac20d0fa96abfd09a8acec4ee6ab2f610a46b (diff)
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 <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/widgets')
-rw-r--r--tests/auto/widgets/itemviews/qlistview/qlistview.pro2
-rw-r--r--tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp1
2 files changed, 1 insertions, 2 deletions
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);
}