From 3280d1a83a5ef803f38f3d02cc85bb50336dcf00 Mon Sep 17 00:00:00 2001 From: Andy Stone Date: Mon, 8 Jul 2024 15:32:02 -0700 Subject: [PATCH] skip memleaks job for ConcurrentMap/LockFreeQueue/LockFreeStack --- Signed-off-by: Andy Stone --- test/library/packages/ConcurrentMap.skipif | 6 ++++++ test/library/packages/EpochManager.skipif | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/test/library/packages/ConcurrentMap.skipif b/test/library/packages/ConcurrentMap.skipif index 8fe43839c939..37e86e16e7a8 100644 --- a/test/library/packages/ConcurrentMap.skipif +++ b/test/library/packages/ConcurrentMap.skipif @@ -7,3 +7,9 @@ CHPL_TARGET_COMPILER==pgi CHPL_TARGET_COMPILER==cray-prgenv-cray CHPL_TARGET_COMPILER==intel CHPL_TARGET_COMPILER==cray-prgenv-intel + +# These tests have known memory leaks. To cover this, we have a subset of tests +# where we explicitly pass '--memLeaks' as an execopt. For other correctness +# tests, we don't want them to fail in our broader "memory leak" job so we skip +# when we're running that job. +CHPL_MEM_LEAK_TESTING==true diff --git a/test/library/packages/EpochManager.skipif b/test/library/packages/EpochManager.skipif index 21bbc8a4c3f3..371622f89175 100644 --- a/test/library/packages/EpochManager.skipif +++ b/test/library/packages/EpochManager.skipif @@ -7,3 +7,9 @@ CHPL_TARGET_COMPILER==pgi CHPL_TARGET_COMPILER==cray-prgenv-cray CHPL_TARGET_COMPILER==intel CHPL_TARGET_COMPILER==cray-prgenv-intel + +# These tests have known memory leaks. To cover this, we have a subset of tests +# where we explicitly pass '--memLeaks' as an execopt. For other correctness +# tests, we don't want them to fail in our broader "memory leak" job so we skip +# when we're running that job. +CHPL_MEM_LEAK_TESTING==true