diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg index 4ce788f7140..ba81a449463 100644 --- a/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/test/ExecutionEngine/MCJIT/lit.local.cfg @@ -16,5 +16,5 @@ else: if root.host_arch not in ['x86', 'x86_64', 'ARM']: config.unsupported = True -if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows']: +if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows', 'Darwin']: config.unsupported = True