summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2020-10-07 11:09:18 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-10-14 16:00:04 +0000
commit3752ced2cabd5bdb576b6bb1c5c1ddced6af6be5 (patch)
treeae45294b17c36139fd5fa93c62abd007b784c5a7
parent20bcff105019ee5700575b77565bf3d90ea8b9bc (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 Change-Id: I79a983192edef3c3560a4296cc9dea2dfc2ee1b0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 844318f54aa3f8509c16941727cdc755cbea7f05) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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