From fccc858c772aa472d150d63514b4c46218238ca0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Jan 2013 02:48:19 -0600 Subject: shrug, who knows --- xt/author/leaks-debug.t | 2 ++ xt/author/leaks.t | 2 ++ 2 files changed, 4 insertions(+) diff --git a/xt/author/leaks-debug.t b/xt/author/leaks-debug.t index a64f94d..686a96e 100644 --- a/xt/author/leaks-debug.t +++ b/xt/author/leaks-debug.t @@ -62,9 +62,11 @@ use Symbol; no_leaks_ok { $foo->add_symbol('%hash'); } "add_symbol hash with no initializer doesn't leak"; + { local $TODO = "not sure why this leaks"; no_leaks_ok { $foo->add_symbol('io'); } "add_symbol io with no initializer doesn't leak"; + } } { diff --git a/xt/author/leaks.t b/xt/author/leaks.t index eb9ec6c..e3b50ab 100644 --- a/xt/author/leaks.t +++ b/xt/author/leaks.t @@ -60,9 +60,11 @@ use Symbol; no_leaks_ok { $foo->add_symbol('%hash'); } "add_symbol hash with no initializer doesn't leak"; + { local $TODO = "not sure why this leaks"; no_leaks_ok { $foo->add_symbol('io'); } "add_symbol io with no initializer doesn't leak"; + } } { -- cgit v1.2.3-54-g00ecf