Skip to content

Commit

Permalink
[SOL] Temporarily disable opt-viewer tests for MacOS.
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 committed Dec 9, 2023
1 parent 038d472 commit 1a20fae
Showing 1 changed file with 3 additions and 0 deletions.
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 1a20fae

Please sign in to comment.