aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-09-25 08:01:20 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-09-25 19:09:49 +0200
commit92fccb0f4a8bc6456c998bf066f1f4cca2b46bc7 (patch)
tree37f68c67d245ba3ad728ddcc7436bed9603ae936 /tests/auto/quick/qquickmousearea
parent95a8522c8c303f388034d9bf59817eed67fe466a (diff)
Blacklist various failing tests
tst_qqflickable::nestedStopAtBounds, nestedSliderUsingTouch tst_QQuickMouseArea::preventStealing, nestedFlickableStopAtBounds tst_QQuickMultiPointTouchArea::inFlickable2, inFlickableWithPressDelay tst_QQuickPathView::nestedinFlickable, touchButtonOnFlickable, touchGrabCausesMouseUngrab tst_qqmlpropertycache::derivedGadgetMethod Task-number: QTBUG-86729 Change-Id: Ie11a50c25f90fde2636b05a72f51640643b33dec Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickmousearea')
-rw-r--r--tests/auto/quick/qquickmousearea/BLACKLIST7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickmousearea/BLACKLIST b/tests/auto/quick/qquickmousearea/BLACKLIST
index 7769748a5b..4c7fa6b4c9 100644
--- a/tests/auto/quick/qquickmousearea/BLACKLIST
+++ b/tests/auto/quick/qquickmousearea/BLACKLIST
@@ -4,6 +4,10 @@ macos ci
# QTBUG-78153
[nestedStopAtBounds]
opensuse-leap
+* # QTBUG-86729
+
+[nestedFlickableStopAtBounds]
+* # QTBUG-86729
# QTBUG-82282
[pressOneAndTapAnother]
@@ -20,3 +24,6 @@ opensuse-leap
[onMousePressRejected]
* # QTBUG-86729
+
+[preventStealing]
+* # QTBUG-86729