Skip to content

Commit

Permalink
Skip concurrentMap 1BRC implementation for memleaks testing (chapel-l…
Browse files Browse the repository at this point in the history
…ang#24485)

The concurrentMap module has a memory leak bug. This PR skips the
concurrent map version of the 1BRC test for the memleaks and valgrind
configs.

[ reviewed by @stonea ] - thanks!
  • Loading branch information
jeremiah-corrado authored Feb 23, 2024
2 parents 4234bf5 + f151110 commit 2f4febd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/studies/1brc/concurrentMapVer.skipif
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ CHPL_TARGET_COMPILER==intel
CHPL_TARGET_COMPILER==cray-prgenv-intel
# AtomicObjects uses x86-64 instructions in the inline assembly
CHPL_TARGET_ARCH != x86_64

# The concurrentMap leaks memory
CHPL_NIGHTLY_TEST_CONFIG_NAME==memleaks
CHPL_NIGHTLY_TEST_CONFIG_NAME==valgrind

0 comments on commit 2f4febd

Please sign in to comment.