aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-05-03 12:52:20 +0200
committerAndreas Buhr <andreas.buhr@qt.io>2022-05-05 18:21:42 +0200
commit6b1e7c03f6e0b565a6c33e0150751005b58ad049 (patch)
treefa647cb4a9695689d1b3b6534fa7ba8d340aecd5
parent907b9f4d343b67c8819a40bb348bd81f1610a8ef (diff)
Blacklist or skip tests which impede coin integration
Integrating anything in 6.3 is almost impossible right now. This patch blacklists or skips those tests which fail. Task-number: QTBUG-103200 Change-Id: I47c1d4c6763f779f5a5a0d4ba2b2dc0c31fd03dd Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--tests/auto/quick/pointerhandlers/multipointtoucharea_interop/BLACKLIST4
-rw-r--r--tests/auto/quick/pointerhandlers/qquickdraghandler/BLACKLIST3
-rw-r--r--tests/auto/quick/qquickflickable/BLACKLIST4
-rw-r--r--tests/auto/quick/qquickmousearea/BLACKLIST3
-rw-r--r--tests/auto/quick/qquickmultipointtoucharea/BLACKLIST6
-rw-r--r--tests/auto/quick/qquicktextedit/BLACKLIST6
-rw-r--r--tests/auto/quick/qquicktextinput/BLACKLIST4
-rw-r--r--tests/auto/quick/touchmouse/BLACKLIST4
-rw-r--r--tests/auto/quickcontrols2/qquickdrawer/BLACKLIST6
9 files changed, 40 insertions, 0 deletions
diff --git a/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/BLACKLIST b/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/BLACKLIST
index 3f01d3a7d4..833d7fcdae 100644
--- a/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/BLACKLIST
+++ b/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/BLACKLIST
@@ -1,2 +1,6 @@
[touchesThenPinch]
* # QTBUG-86729
+
+# QTBUG-103200
+[touchDrag]
+opensuse-leap
diff --git a/tests/auto/quick/pointerhandlers/qquickdraghandler/BLACKLIST b/tests/auto/quick/pointerhandlers/qquickdraghandler/BLACKLIST
new file mode 100644
index 0000000000..a05777a1f7
--- /dev/null
+++ b/tests/auto/quick/pointerhandlers/qquickdraghandler/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-103200
+[touchDrag]
+opensuse-leap
diff --git a/tests/auto/quick/qquickflickable/BLACKLIST b/tests/auto/quick/qquickflickable/BLACKLIST
index 2430735613..73f66d5361 100644
--- a/tests/auto/quick/qquickflickable/BLACKLIST
+++ b/tests/auto/quick/qquickflickable/BLACKLIST
@@ -3,3 +3,7 @@ macos-11
[flickVelocity]
macos-11
+
+# QTBUG-103200
+[movingAndFlicking]
+opensuse-leap
diff --git a/tests/auto/quick/qquickmousearea/BLACKLIST b/tests/auto/quick/qquickmousearea/BLACKLIST
index e45bf51b28..b7b6bae479 100644
--- a/tests/auto/quick/qquickmousearea/BLACKLIST
+++ b/tests/auto/quick/qquickmousearea/BLACKLIST
@@ -10,3 +10,6 @@ opensuse-leap
[pressOneAndTapAnother]
opensuse-leap
+# QTBUG-103200
+[nestedFlickableStopAtBounds]
+opensuse-leap
diff --git a/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST b/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST
index abe504d20c..abe240f048 100644
--- a/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST
+++ b/tests/auto/quick/qquickmultipointtoucharea/BLACKLIST
@@ -2,3 +2,9 @@
ubuntu-20.04
[nested]
ubuntu-20.04
+
+# QTBUG-103200
+[inFlickable2]
+opensuse-leap
+[mouseGestureStarted]
+opensuse-leap
diff --git a/tests/auto/quick/qquicktextedit/BLACKLIST b/tests/auto/quick/qquicktextedit/BLACKLIST
index 48108566e0..1241c3d814 100644
--- a/tests/auto/quick/qquicktextedit/BLACKLIST
+++ b/tests/auto/quick/qquicktextedit/BLACKLIST
@@ -11,3 +11,9 @@ macos ci
[hAlignVisual]
sles
+
+# QTBUG-103200
+[keyEventPropagation]
+opensuse-leap
+[inFlickableTouch]
+opensuse-leap
diff --git a/tests/auto/quick/qquicktextinput/BLACKLIST b/tests/auto/quick/qquicktextinput/BLACKLIST
index 77e2607a4b..3553c0e3fc 100644
--- a/tests/auto/quick/qquicktextinput/BLACKLIST
+++ b/tests/auto/quick/qquicktextinput/BLACKLIST
@@ -33,3 +33,7 @@ opensuse-leap
# QTBUG-95940
[copyAndPasteKeySequence]
opensuse-leap
+
+# QTBUG-103200
+[middleClickPaste]
+opensuse-leap
diff --git a/tests/auto/quick/touchmouse/BLACKLIST b/tests/auto/quick/touchmouse/BLACKLIST
index 214da65864..c7e29294f1 100644
--- a/tests/auto/quick/touchmouse/BLACKLIST
+++ b/tests/auto/quick/touchmouse/BLACKLIST
@@ -11,3 +11,7 @@ windows gcc developer-build
[hoverEnabled]
* # QTBUG-86729
+
+# QTBUG-103200
+[touchCancelWillCancelMousePress]
+opensuse-leap
diff --git a/tests/auto/quickcontrols2/qquickdrawer/BLACKLIST b/tests/auto/quickcontrols2/qquickdrawer/BLACKLIST
index 2ddb5f680c..df861f5075 100644
--- a/tests/auto/quickcontrols2/qquickdrawer/BLACKLIST
+++ b/tests/auto/quickcontrols2/qquickdrawer/BLACKLIST
@@ -15,3 +15,9 @@ android
android
[multiTouch]
android
+
+# QTBUG-103200
+[Material::dragMargin]
+opensuse-leap
+[Imagine::dragMargin]
+opensuse-leap