Blacklist and skip failing tests on macOS ARM
Task-number: QTQAINFRA-4431 Change-Id: I4ae47bb461634d524995077501b54322f6beccf3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
3ab7449f12
commit
0fb77f80b8
|
|
@ -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())
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
[bigZlib]
|
||||
macos arm
|
||||
|
|
@ -20,6 +20,8 @@ macos
|
|||
osx
|
||||
[optimizedResize_topLevel]
|
||||
osx
|
||||
[render_windowOpacity]
|
||||
macos arm
|
||||
[render_systemClip]
|
||||
osx
|
||||
[showMinimizedKeepsFocus]
|
||||
|
|
|
|||
Loading…
Reference in New Issue