# New Ticket Created by  Jerry Gay 
# Please include the string:  [perl #41802]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41802 >


in order to help find some long-standing garbage collector bugs, in
r17470 i've just disabled the -G flag on three PGE test files. see the
content of the patch below. this may cause test failures due to a gc
bug.

this ticket serves to notify folks of test failure, and alert them
that it's a known issue, and we're working on it. this ticket should
also be used to track the progress of the hunt and smoking out of
these notorious bugs.
~jerry

Index: t/compilers/pge/p5regex/p5rx.t
===================================================================
--- t/compilers/pge/p5regex/p5rx.t      (revision 17469)
+++ t/compilers/pge/p5regex/p5rx.t      (revision 17470)
@@ -1,4 +1,4 @@
-#!./parrot -G
+#!./parrot
 # Copyright (C) 2001-2006, The Perl Foundation.
 # $Id$

Index: t/compilers/pge/p6regex/01-regex.t
===================================================================
--- t/compilers/pge/p6regex/01-regex.t  (revision 17469)
+++ t/compilers/pge/p6regex/01-regex.t  (revision 17470)
@@ -1,4 +1,4 @@
-#!./parrot -G
+#!./parrot
 # Copyright (C) 2001-2007, The Perl Foundation.
 # $Id$

Index: t/compilers/pge/06-grammar.t
===================================================================
--- t/compilers/pge/06-grammar.t        (revision 17469)
+++ t/compilers/pge/06-grammar.t        (revision 17470)
@@ -1,4 +1,4 @@
-#!./parrot -G
+#!./parrot
 # Copyright (C) 2006, The Perl Foundation.

 =head1 NAME

Reply via email to