From bd79c331f14e6cfab9e0b5815404c8194526e8f1 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 20 Oct 2017 14:16:06 +0200 Subject: stabilize tst_QQuickListView::flickBothDirections Setting pixelAligned should make flicking end at a whole-pixel offset. Task-number: QTBUG-63909 Change-Id: I573d0c4f3a3c019169f42c6808e333112dcd6b79 Reviewed-by: Shawn Rutledge --- tests/auto/quick/qquicklistview/BLACKLIST | 3 --- tests/auto/quick/qquicklistview/data/flickBothDirections.qml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/quick/qquicklistview/BLACKLIST b/tests/auto/quick/qquicklistview/BLACKLIST index bb4d9fa08a..d259c11219 100644 --- a/tests/auto/quick/qquicklistview/BLACKLIST +++ b/tests/auto/quick/qquicklistview/BLACKLIST @@ -5,6 +5,3 @@ osx #QTBUG-53863 [populateTransitions] opensuse-42.1 -#QTBUG-63909 -[flickBothDirections] -windows msvc-2015 64bit developer-build diff --git a/tests/auto/quick/qquicklistview/data/flickBothDirections.qml b/tests/auto/quick/qquicklistview/data/flickBothDirections.qml index 5d80ce4110..44873538a7 100644 --- a/tests/auto/quick/qquicklistview/data/flickBothDirections.qml +++ b/tests/auto/quick/qquicklistview/data/flickBothDirections.qml @@ -53,6 +53,7 @@ Rectangle { contentWidth: initialContentWidth contentHeight: initialContentHeight flickableDirection: initialFlickableDirection + pixelAligned: true delegate: Rectangle { width: list.orientation == ListView.Vertical ? 120 : 10 height: list.orientation == ListView.Vertical ? 20 : 110 -- cgit v1.2.3