From 1001ff9b94934f918158d0e8cc8482ad24426f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konsta=20Alaj=C3=A4rvi?= Date: Tue, 25 Mar 2025 10:01:39 +0200 Subject: [PATCH] Remove Blacklist entry for tst_QApplication::closeAllWindows() tst_QApplication::closeAllWindows() is blacklisted but does not seem to fail anymore. Unblacklisting the function. Fixes: QTQAINFRA-6894 Pick-to: 6.8 Change-Id: Ia6157cc767a191121c4026f1c17edcad3b526d5c Reviewed-by: Axel Spoerl (cherry picked from commit f386f8326667589d9e446282972561cfae966611) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/widgets/kernel/qapplication/test/BLACKLIST | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/widgets/kernel/qapplication/test/BLACKLIST b/tests/auto/widgets/kernel/qapplication/test/BLACKLIST index 2cc96e857d5..d28e353da61 100644 --- a/tests/auto/widgets/kernel/qapplication/test/BLACKLIST +++ b/tests/auto/widgets/kernel/qapplication/test/BLACKLIST @@ -5,8 +5,6 @@ android [setFont] android -[closeAllWindows] -android [libraryPaths_qt_plugin_path_2] android [desktopSettingsAware]