Skip to content

Commit

Permalink
Skip these futures when CHPL_COMM != none
Browse files Browse the repository at this point in the history
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

----
Signed-off-by: Lydia Duncan <[email protected]>
  • Loading branch information
lydia-duncan committed Jul 7, 2024
1 parent 47be0e3 commit 78afe28
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 78afe28

Please sign in to comment.