From 83a98e457c87873f309efee02b260af6582bf83f Mon Sep 17 00:00:00 2001 From: Lydia Duncan Date: Fri, 1 Mar 2024 09:13:19 -0800 Subject: [PATCH] Also skip this test for valgrind due to const intent warnings 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 --- test/classes/weakPointers/concurrentUpgrades.skipif | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/classes/weakPointers/concurrentUpgrades.skipif diff --git a/test/classes/weakPointers/concurrentUpgrades.skipif b/test/classes/weakPointers/concurrentUpgrades.skipif new file mode 100644 index 000000000000..c310b6e9b1c4 --- /dev/null +++ b/test/classes/weakPointers/concurrentUpgrades.skipif @@ -0,0 +1,2 @@ +# valgrind does not handle indirect modification checking correctly, so skip +CHPL_TEST_VGRND_EXE == on