Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics
http://testanything.org/
29 stars 65 forks source link

skip the SEGV test if perl was built with ASAN #119

Closed tonycoz closed 1 year ago

tonycoz commented 1 year ago

ASAN reports the fault with a backtrace and does an exit(1) (or _exit(1)) instead of trying to reproduce the SEGV.

Fixes Perl/perl5#19643