Change 27793 by [EMAIL PROTECTED] on 2006/04/13 17:16:41

        disable 'split /(?{ split "" })/' test until recursive split is fixed

Affected files ...

... //depot/perl/t/op/pat.t#236 edit

Differences ...

==== //depot/perl/t/op/pat.t#236 (xtext) ====
Index: perl/t/op/pat.t
--- perl/t/op/pat.t#235~27688~  2006-04-02 13:58:59.000000000 -0700
+++ perl/t/op/pat.t     2006-04-13 10:16:41.000000000 -0700
@@ -3181,7 +3181,10 @@
 }
 
 {
-    split /(?{ split "" })/, "abc";
+    # XXX DAPM 13-Apr-06. Recursive split is still broken. It's only luck it
+    # hasn't been crashing. Disable this test until it is fixed properly.
+    # XXX also check what it returns rather than just doing ok(1,...)
+    # split /(?{ split "" })/, "abc";
     ok(1,'cache_re & "(?{": it dumps core in 5.6.1 & 5.8.0');
 }
 
End of Patch.

Reply via email to