Skip to content

Commit

Permalink
skip leaking test in class feature
Browse files Browse the repository at this point in the history
This test is known to leak: see GH #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
  • Loading branch information
iabyn committed May 19, 2023
1 parent 4fc8b42 commit 60d94c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/lib/croak/class
Expand Up @@ -98,6 +98,10 @@ EXPECT
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at - line 5.
Execution of - aborted due to compilation errors.
########
# This test is known to leak: see GH #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
# SKIP ? $] < 5.039
use strict;
no warnings 'experimental::class';
use feature 'class';
Expand Down

0 comments on commit 60d94c9

Please sign in to comment.