From 525e4ab14b7e7a37c1eb08ecfc92a97d190e23a8 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 18 Sep 2020 15:31:18 +0200 Subject: Blacklist tests due to QPointerEvent changes qtbase/2692237bb1b0c0f50b7cc5d920eb8ab065063d47 and the associated Qt Quick change to do direct delivery of QPointerEvents seem to have broken a number of tests as they are currently written. It looks bad; however I spent a lot of time already on some older "basic" tests like tst_qquickwindow, touchmouse, tst_qquickflickable etc. and found a lot of things to fix while doing that; so at least those aren't broken now. Troubleshooting each test takes time. Hopefully it will turn out that many of these failures are related (there seems to be something in common about handlers and items stealing touch grabs from each other). Task-number: QTBUG-86729 Change-Id: I14acf57fc83fa961a25f91108dcd4aea42b54435 Reviewed-by: Shawn Rutledge --- tests/auto/quick/pointerhandlers/qquickpinchhandler/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/auto/quick/pointerhandlers/qquickpinchhandler/BLACKLIST (limited to 'tests/auto/quick/pointerhandlers/qquickpinchhandler/BLACKLIST') diff --git a/tests/auto/quick/pointerhandlers/qquickpinchhandler/BLACKLIST b/tests/auto/quick/pointerhandlers/qquickpinchhandler/BLACKLIST new file mode 100644 index 0000000000..9dfa00a2be --- /dev/null +++ b/tests/auto/quick/pointerhandlers/qquickpinchhandler/BLACKLIST @@ -0,0 +1,2 @@ +[scaleThreeFingers] +* # QTBUG-86729 -- cgit v1.2.3