Skip to content

Commit

Permalink
[SOL] Temporarily disable opt-viewer tests for MacOS. (anza-xyz#71)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nvjle authored and LucasSte committed Jun 28, 2024
1 parent 5009ee1 commit affbaaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lld/test/MachO/compact-unwind-generated.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions llvm/test/tools/opt-viewer/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit affbaaf

Please sign in to comment.