perl-module: Skip memory test if Address Sanitizer is in use.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Dec 2021 02:56:45 +0000 (18:56 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Dec 2021 03:10:40 +0000 (19:10 -0800)
commit8a7698655f6f01e83c99a0eab7597dc5ce7a64ca
tree4978cc0d741b3f071d191fdd22c9e5646e22bf0e
parent82fdcfb75eaf575336796308c22f969a6e5257fa
perl-module: Skip memory test if Address Sanitizer is in use.

Otherwise, Address Sanitizer produces unexpected memory behavior and
causes this test to fail even though there is no real leak.
tests/perl-module.at