Branch: refs/heads/main
Revision: 4dfe361
Author: vasslitvinov
Link: Skip memleaks testing of DistributedMap by vasslitvinov · Pull Request #19629 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19629 from vasslitvinov/skipif-memleak
Skip memleaks testing of DistributedMap
#19624 did not succeed making DistributedMap nightly testing pass
because various configurations, such as ASAN, cygwin, etc., have
different sets of leaks.
I believe that tracking the exact set of leaks exhibited by this test
is of little value, given that this code is just a sketch of an idea
and because it involves a privatized data type.
Therefore this PR reverts #19624 and instead adds a skipif file
to skip memleaks testing.
r: @e-kayrakli
Modified Files:
A test/library/draft/DistributedMap/use-distributed-map.skipif
R test/library/draft/DistributedMap/use-distributed-map.comm-none.good
R test/library/draft/DistributedMap/use-distributed-map.execopts
R test/library/draft/DistributedMap/use-distributed-map.prediff
M test/library/draft/DistributedMap/use-distributed-map.chpl
M test/library/draft/DistributedMap/use-distributed-map.good
Compare: https://github.com/chapel-lang/chapel/compare/702ed4d2ffd4...4dfe361c51d1