From b391fce4e082f446bc9931352b2a510d06eb0ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 31 Oct 2023 01:23:28 +0100 Subject: [PATCH] Fix tst_QWidget::hoverPosition blacklisting for x86_64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The blacklist just uses 'x86' Pick-to: 6.5 6.2 Change-Id: I9279e4c497e566f59be54b5cc71a7671d3a3370f Reviewed-by: Morten Johan Sørvig (cherry picked from commit db17487c9350d321905ce61a88bedb1b9f7abf3a) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/widgets/kernel/qwidget/BLACKLIST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/widgets/kernel/qwidget/BLACKLIST b/tests/auto/widgets/kernel/qwidget/BLACKLIST index f7fae4f0d10..accbf73ba92 100644 --- a/tests/auto/widgets/kernel/qwidget/BLACKLIST +++ b/tests/auto/widgets/kernel/qwidget/BLACKLIST @@ -49,5 +49,5 @@ android [render] wayland [hoverPosition] -macos-14 x86_64 +macos-14 x86