Skip to content

Commit

Permalink
Skip these futures when CHPL_COMM != none (#25432)
Browse files Browse the repository at this point in the history
[trivial, not reviewed]

They appear to not encounter memory issues in those circumstances, so
only test them in the scenarios where they fail.

Also update the .future files to indicate that the skipifs should be
removed when they are resolved

Verifying a fresh checkout of the tests behave as expected
  • Loading branch information
lydia-duncan authored Jul 7, 2024
2 parents 47be0e3 + 78afe28 commit 6e69df0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/types/string/ternaryPlain.future
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
bug: strings in ternary expressions will sometimes segfault
#25032

When this future is resolved, please remove the .skipif file
1 change: 1 addition & 0 deletions test/types/string/ternaryPlain.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_COMM != none
2 changes: 2 additions & 0 deletions test/types/string/ternaryPlainRef.future
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
bug: strings in ternary expressions will sometimes segfault
#25032

When this future is resolved, please remove the .skipif file
1 change: 1 addition & 0 deletions test/types/string/ternaryPlainRef.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_COMM != none
2 changes: 2 additions & 0 deletions test/types/string/ternaryReturn.future
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
bug: strings in ternary expressions will sometimes segfault
#25032

When this future is resolved, please remove the .skipif file
1 change: 1 addition & 0 deletions test/types/string/ternaryReturn.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_COMM != none

0 comments on commit 6e69df0

Please sign in to comment.