aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2021-03-04 09:38:25 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2021-03-04 10:20:12 +0100
commitc19e529d5513a46a91d25117e57ff5e461731259 (patch)
tree4859ba1429678ebea5225b33acefa100b5c5ae47
parent518bfcc61d15e3dc7692b360646d5838dcc9ae32 (diff)
Blacklist tst_qquickitem::hoverEvent on boot2qt
Suddenly we get 3 hover moves when there were only 2 mouse move events. The reason is not yet clear. Task-number: QTBUG-91548 Change-Id: Ib65194639aa059ae6ee0324b3faf2cfb7d234e1e Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
-rw-r--r--tests/auto/quick/qquickitem/BLACKLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickitem/BLACKLIST b/tests/auto/quick/qquickitem/BLACKLIST
index d94a3ef102..71aecc7004 100644
--- a/tests/auto/quick/qquickitem/BLACKLIST
+++ b/tests/auto/quick/qquickitem/BLACKLIST
@@ -1,2 +1,5 @@
[contains:hollow square: testing points inside]
xcb
+# QTBUG-91548: receives 3 hover moves instead of 2
+[hoverEvent]
+b2qt