Skip to content

Commit d692ac7

Browse files
iabynpjacklam
authored andcommitted
skip leaking test in class feature
This test is known to leak: see GH Perl#20812. Skip it for now so that ASAN smokes don't fail. Start failing again on the next development branch so that the issue isn't forgotten
1 parent 65cb184 commit d692ac7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/lib/croak/class

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ EXPECT
9898
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at - line 5.
9999
Execution of - aborted due to compilation errors.
100100
########
101+
# This test is known to leak: see GH #20812. Skip it for now so that ASAN
102+
# smokes don't fail. Start failing again on the next development branch so
103+
# that the issue isn't forgotten
104+
# SKIP ? $] < 5.039
101105
use strict;
102106
no warnings 'experimental::class';
103107
use feature 'class';

0 commit comments

Comments
 (0)