Skip to content

Commit

Permalink
Also skip this test for valgrind due to const intent warnings
Browse files Browse the repository at this point in the history
I had thought changing the argument to the function explicitly would be
sufficient but forgot that the function also contained a coforall, so it still
needs to be skipped.

----
Signed-off-by: Lydia Duncan <[email protected]>
  • Loading branch information
lydia-duncan committed Mar 1, 2024
1 parent 94f7667 commit 83a98e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/classes/weakPointers/concurrentUpgrades.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# valgrind does not handle indirect modification checking correctly, so skip
CHPL_TEST_VGRND_EXE == on

0 comments on commit 83a98e4

Please sign in to comment.