In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/d493784f6104b2f27789c4c2d36fc84690eaef2d?hp=62d66863817fd15632d9d2c8ea9c9df2ecb3705b>

- Log -----------------------------------------------------------------
commit d493784f6104b2f27789c4c2d36fc84690eaef2d
Author: David Mitchell <da...@iabyn.com>
Date:   Wed Apr 17 09:25:26 2019 +0100

    Revert "skip leaky Storable tests"
    
    This reverts commit 2cf75007609600e27520fb4e25a34103543889ca.
    
    The problem the tests were skipped has been resolved by
    v5.29.9-142-g1d7b2a7e3a

-----------------------------------------------------------------------

Summary of changes:
 dist/Storable/t/blessed.t | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dist/Storable/t/blessed.t b/dist/Storable/t/blessed.t
index 07d17aa859..d9a77b3723 100644
--- a/dist/Storable/t/blessed.t
+++ b/dist/Storable/t/blessed.t
@@ -358,14 +358,7 @@ is(ref $t, 'STRESS_THE_STACK');
     ok(eval {thaw($y)}, "empty serialized") or diag $@; # <-- dies here with 
"Bad data"
 }
 
-SKIP: {
-    # These tests leak. Ignore the leaks for now: try to fix after the
-    # 5.30.0 release
-    skip("leaky under ASan", 18);
-        if (    $ENV{PERL_DESTRUCT_LEVEL} eq '2'
-             && $Config{ccflags} =~ /sanitize/
-             && $] <= 5.030)
-
+{
     {
         package FreezeHookDies;
         sub STORABLE_freeze {

-- 
Perl5 Master Repository

Reply via email to