summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2020-10-07 11:09:18 +0200
committerLiang Qi <liang.qi@qt.io>2020-10-14 15:58:16 +0200
commit844318f54aa3f8509c16941727cdc755cbea7f05 (patch)
tree91a52e0c3c29589ac771b2f988affaa0c79bfd26 /tests/auto/widgets
parent1c76aa077e9c9d74fa2314752948896f9da381ee (diff)
tests: blacklist two tests on Ubuntu 20.04
tst_QApplication::sendEventsOnProcessEvents() and tst_QItemDelegate::editorKeyPress() There is some issue with the glib event dispatcher. Task-number: QTBUG-87137 Pick-to: 5.15 Change-Id: I79a983192edef3c3560a4296cc9dea2dfc2ee1b0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'tests/auto/widgets')
-rw-r--r--tests/auto/widgets/itemviews/qitemdelegate/BLACKLIST2
-rw-r--r--tests/auto/widgets/kernel/qapplication/BLACKLIST2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/widgets/itemviews/qitemdelegate/BLACKLIST b/tests/auto/widgets/itemviews/qitemdelegate/BLACKLIST
index fea108f3fd..5eda888af6 100644
--- a/tests/auto/widgets/itemviews/qitemdelegate/BLACKLIST
+++ b/tests/auto/widgets/itemviews/qitemdelegate/BLACKLIST
@@ -2,3 +2,5 @@
opensuse-42.3 ci
[testLineEditValidation]
opensuse-42.3 ci
+[editorKeyPress]
+ubuntu-20.04
diff --git a/tests/auto/widgets/kernel/qapplication/BLACKLIST b/tests/auto/widgets/kernel/qapplication/BLACKLIST
index c68c7d6b14..cce10602e4 100644
--- a/tests/auto/widgets/kernel/qapplication/BLACKLIST
+++ b/tests/auto/widgets/kernel/qapplication/BLACKLIST
@@ -1,3 +1,5 @@
+[sendEventsOnProcessEvents]
+ubuntu-20.04
[touchEventPropagation]
# QTBUG-66745
opensuse-leap