Skip to content

Commit

Permalink
XXX skip croak.t under sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent c92090f commit 5162ca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/harness
Expand Up @@ -80,6 +80,9 @@ if ($ARGV[0] && $ARGV[0] =~ /^-?-torture$/) {
$ENV{PERL_CORE} = 1;

my (@tests, @re, @anti_re);
if ($Config{ccflags} =~ /-fsanitize/) {
@anti_re = qr!^lib/croak\.t|porting/test_testlist\.t!;
}

# [.VMS]TEST.COM calls harness with empty arguments, so clean-up @ARGV
@ARGV = grep $_ && length( $_ ) => @ARGV;
Expand Down

0 comments on commit 5162ca8

Please sign in to comment.