Branch: refs/heads/main
Revision: 77ee1a1
Author: dlongnecke-cray
Link: Skip ConcurrentMap tests if LLVM is not present by dlongnecke-cray · Pull Request #18766 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #18766 from dlongnecke-cray/cron-fix-concurrent-map-asan
Skip ConcurrentMap tests if LLVM is not present (#18766)
The ConcurrentMap package module relies on atomic instructions which
require LLVM extern blocks to implement. As ASAN testing does not
run with LLVM, skip these tests in such configs.
Signed-off-by: David Longnecker dlongnecke-cray@users.noreply.github.com
Modified Files:
A test/library/packages/ConcurrentMap.skipif
Compare: https://github.com/chapel-lang/chapel/compare/379d1502cc3e...77ee1a180774