aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-10-20 14:16:06 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-10-23 14:25:28 +0000
commitbd79c331f14e6cfab9e0b5815404c8194526e8f1 (patch)
tree4ac6184759a3571eb301948ba7583f9469ae3033 /tests/auto/quick/qquicklistview
parent1bb9c7b517e7995201d2a31cd1e852c02ad8c1bc (diff)
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 <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick/qquicklistview')
-rw-r--r--tests/auto/quick/qquicklistview/BLACKLIST3
-rw-r--r--tests/auto/quick/qquicklistview/data/flickBothDirections.qml1
2 files changed, 1 insertions, 3 deletions
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