aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <torarnv@gmail.com>2020-01-23 13:48:04 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-02 13:10:30 +0100
commitc3ff6b78ba8e0978bc408f6e3e490bcd32f6cfb0 (patch)
treef9794b2331b3d0d5650f27158b85204ea6478575
parentd76f386b0187674635dcb73e043fb13d89642b50 (diff)
Blacklist tst_QQuickMenu::popup on macOS
It relies on moving the cursor. Task-number: QTBUG-76312 Change-Id: I317083b974d3e9e8d6d616dc3248ee64e0f36021 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit a2443f0a34da85de014b9507926c4ac415543b03) Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--tests/auto/qquickmenu/BLACKLIST2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qquickmenu/BLACKLIST b/tests/auto/qquickmenu/BLACKLIST
new file mode 100644
index 00000000..71d96dfd
--- /dev/null
+++ b/tests/auto/qquickmenu/BLACKLIST
@@ -0,0 +1,2 @@
+[popup]
+macos # Can't control cursor (QTBUG-76312)