Blacklist and skip failing tests on macOS ARM

Task-number: QTQAINFRA-4431
Change-Id: I4ae47bb461634d524995077501b54322f6beccf3
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Tor Arne Vestbø 2021-05-04 12:41:04 +02:00
parent 3ab7449f12
commit 0fb77f80b8
3 changed files with 7 additions and 0 deletions

View File

@ -234,6 +234,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())

View File

@ -0,0 +1,2 @@
[bigZlib]
macos arm

View File

@ -20,6 +20,8 @@ macos
osx
[optimizedResize_topLevel]
osx
[render_windowOpacity]
macos arm
[render_systemClip]
osx
[showMinimizedKeepsFocus]