This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
porting/bench.t: skip under ASAN
authorDavid Mitchell <davem@iabyn.com>
Fri, 23 Jun 2017 07:37:08 +0000 (08:37 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 23 Jun 2017 07:58:04 +0000 (08:58 +0100)
commit54ad4e11aa2a4191637d6f4ef1b878490e4fb6db
tree0d380b993230233f19cb58312da58fc876ff14fd
parente13dc8886fcabf88a521e8e73c358157b1fa4c8a
porting/bench.t: skip under ASAN

Address Sanitizer and cachegrind don't play nicely together

Also change a couple of 'is length($out), 0' to 'is $out, ""'
so that $out is displayed to stderr if not empty.
t/porting/bench.t