From 2a85fa77bc91a1368289e5d7e5c5a8d2dde255f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 4 May 2021 12:41:04 +0200 Subject: Blacklist and skip failing tests on macOS ARM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTQAINFRA-4431 Change-Id: I4ae47bb461634d524995077501b54322f6beccf3 Reviewed-by: Alexandru Croitor (cherry picked from commit 0fb77f80b81e09945a9e6e660c915c765415eb39) Reviewed-by: Tor Arne Vestbø --- tests/auto/corelib/plugin/qplugin/tst_qplugin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/corelib/plugin/qplugin/tst_qplugin.cpp') diff --git a/tests/auto/corelib/plugin/qplugin/tst_qplugin.cpp b/tests/auto/corelib/plugin/qplugin/tst_qplugin.cpp index aa85a7c35b..0ad0fc7076 100644 --- a/tests/auto/corelib/plugin/qplugin/tst_qplugin.cpp +++ b/tests/auto/corelib/plugin/qplugin/tst_qplugin.cpp @@ -228,6 +228,9 @@ static qsizetype locateMetadata(const uchar *data, qsizetype len) void tst_QPlugin::scanInvalidPlugin() { +#if defined(Q_OS_MACOS) && defined(Q_PROCESSOR_ARM) + QSKIP("This test crashes on ARM macOS"); +#endif const auto fileNames = dir.entryList({"*invalid*"}, QDir::Files); QString invalidPluginName; if (fileNames.isEmpty()) -- cgit v1.2.3