Skip to content

Commit

Permalink
Add skipif for failing test in non-llvm configuration (chapel-lang#…
Browse files Browse the repository at this point in the history
…23383)

Fixes an issue in nightly testing from chapel-lang#23340.
`test/unstable/packageModules.chpl` fails if the compiler is not `llvm`
or if `chpl` is compiled with `CHPL_LLVM=none`.

Tested locally

[Reviewed by @dlongnecke-cray]
  • Loading branch information
jabraham17 authored Sep 14, 2023
2 parents e42c87a + 373b6f1 commit 0cab541
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unstable/packageModules.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// AtomicObjects fails with non-llvm
CHPL_LLVM==none
CHPL_TARGET_COMPILER!=llvm

0 comments on commit 0cab541

Please sign in to comment.