Skip to content

Commit 375f932

Browse files
nvjleLucasSte
authored andcommitted
[SOL] Temporarily disable opt-viewer tests for MacOS. (#71)
These tests currently fail on some Macs for some versions of Python, causing our CI to fail. See, e.g., llvm#62403 and references therein.
1 parent 6d0189f commit 375f932

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lld/test/MachO/compact-unwind-generated.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# REQUIRES: x86
2+
# XFAIL: system-darwin
23

34
# FIXME(gkm): This test is fast on a Release tree, and slow (~10s) on
45
# a Debug tree mostly because of llvm-mc. Is there a way to prefer the

llvm/test/tools/opt-viewer/lit.local.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ if "have_opt_viewer_modules" not in config.available_features:
88
# can be resolved.
99
if sys.platform == "win32":
1010
config.unsupported = True
11+
12+
if sys.platform == 'darwin':
13+
config.unsupported = True

0 commit comments

Comments
 (0)