From 92fccb0f4a8bc6456c998bf066f1f4cca2b46bc7 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 25 Sep 2020 08:01:20 +0200 Subject: 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 --- tests/auto/qml/qqmlpropertycache/BLACKLIST | 2 ++ tests/auto/quick/qquickflickable/BLACKLIST | 4 ++++ tests/auto/quick/qquickmousearea/BLACKLIST | 7 +++++++ tests/auto/quick/qquickmultipointtoucharea/BLACKLIST | 4 ++++ tests/auto/quick/qquickpathview/BLACKLIST | 2 ++ tests/auto/quick/touchmouse/BLACKLIST | 4 ++++ 6 files changed, 23 insertions(+) create mode 100644 tests/auto/qml/qqmlpropertycache/BLACKLIST (limited to 'tests/auto') diff --git a/tests/auto/qml/qqmlpropertycache/BLACKLIST b/tests/auto/qml/qqmlpropertycache/BLACKLIST new file mode 100644 index 0000000000..d27b6a6290 --- /dev/null +++ b/tests/auto/qml/qqmlpropertycache/BLACKLIST @@ -0,0 +1,2 @@ +[derivedGadgetMethod] +* diff --git a/tests/auto/quick/qquickflickable/BLACKLIST b/tests/auto/quick/qquickflickable/BLACKLIST index 77bd241d43..10cc38f1d8 100644 --- a/tests/auto/quick/qquickflickable/BLACKLIST +++ b/tests/auto/quick/qquickflickable/BLACKLIST @@ -1,2 +1,6 @@ [nestedPressDelay] macos # QTBUG-86729 +[nestedStopAtBounds] +macos # QTBUG-86729 +[nestedSliderUsingTouch] +macos # QTBUG-86729 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 diff --git a/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST b/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST index 2c568238a1..b70e5bc3b8 100644 --- a/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST +++ b/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST @@ -17,6 +17,10 @@ sles * # QTBUG-86729 [inFlickable] * # QTBUG-86729 +[inFlickable2] +* # QTBUG-86729 +[inFlickableWithPressDelay] +* # QTBUG-86729 [reuse] * # QTBUG-86729 [signalTest] diff --git a/tests/auto/quick/qquickpathview/BLACKLIST b/tests/auto/quick/qquickpathview/BLACKLIST index b315b8e565..6cc31492b3 100644 --- a/tests/auto/quick/qquickpathview/BLACKLIST +++ b/tests/auto/quick/qquickpathview/BLACKLIST @@ -1,2 +1,4 @@ [cancelDrag] * # QTBUG-86729 +[nestedinFlickable] +* # QTBUG-86729 diff --git a/tests/auto/quick/touchmouse/BLACKLIST b/tests/auto/quick/touchmouse/BLACKLIST index 9afc86c2fe..586e946e54 100644 --- a/tests/auto/quick/touchmouse/BLACKLIST +++ b/tests/auto/quick/touchmouse/BLACKLIST @@ -8,3 +8,7 @@ windows gcc developer-build # QTBUG-74517 [touchButtonOnFlickable] windows gcc developer-build +* # QTBUG-86729 + +[touchGrabCausesMouseUngrab] +* # QTBUG-86729 -- cgit v1.2.3