summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-04-15 10:29:56 +0100
committerDavid Mitchell <davem@iabyn.com>2010-04-15 10:32:59 +0100
commitd1515be42a17e7bb3fa584aea980f54524603f34 (patch)
treef969f57fc710b734b660fccd2f27d29f3cf73314 /t
parentf2338a2e8347fc967ab6b9af21d948258b88e341 (diff)
downloadperl-d1515be42a17e7bb3fa584aea980f54524603f34.tar.gz
mark two magic.t tests as TODO
fixing a bool cast bug exposes a hidden bug in @+ scope. Mark as TODO for now.
Diffstat (limited to 't')
-rw-r--r--t/op/magic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index 5a2733fd3a..ff5835232c 100644
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -435,6 +435,7 @@ is "@+", "10 1 6 10";
# Test for bug [perl #27839]
{
+ local $TODO = "fixing a casting issue revealed broken behaviour in this test";
my $x;
sub f {
"abc" =~ /(.)./;