From 844318f54aa3f8509c16941727cdc755cbea7f05 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 7 Oct 2020 11:09:18 +0200 Subject: tests: blacklist two tests on Ubuntu 20.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/auto/widgets/itemviews/qitemdelegate/BLACKLIST | 2 ++ tests/auto/widgets/kernel/qapplication/BLACKLIST | 2 ++ 2 files changed, 4 insertions(+) (limited to 'tests/auto') 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 -- cgit v1.2.3