projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f2338a2
)
mark two magic.t tests as TODO
David Mitchell [Thu, 15 Apr 2010 09:29:56 +0000 (10:29 +0100)]
fixing a bool cast bug exposes a hidden bug in @+ scope.
Mark as TODO for now.
t/op/magic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/magic.t
b/t/op/magic.t
index
5a2733f
..
ff58352
100644
(file)
--- 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" =~ /(.)./;