diff --git a/lld/test/MachO/compact-unwind-generated.test b/lld/test/MachO/compact-unwind-generated.test index 4dbfbf5ce6809f..cd47d552287c2a 100644 --- a/lld/test/MachO/compact-unwind-generated.test +++ b/lld/test/MachO/compact-unwind-generated.test @@ -1,4 +1,5 @@ # REQUIRES: x86 +# XFAIL: system-darwin # FIXME(gkm): This test is fast on a Release tree, and slow (~10s) on # a Debug tree mostly because of llvm-mc. Is there a way to prefer the diff --git a/llvm/test/tools/opt-viewer/lit.local.cfg b/llvm/test/tools/opt-viewer/lit.local.cfg index 90f09fed2f0bb5..af4d7424f5eddf 100644 --- a/llvm/test/tools/opt-viewer/lit.local.cfg +++ b/llvm/test/tools/opt-viewer/lit.local.cfg @@ -8,3 +8,6 @@ if 'have_opt_viewer_modules' not in config.available_features: # can be resolved. if sys.platform == 'win32': config.unsupported = True + +if sys.platform == 'darwin': + config.unsupported = True