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
Using -Rgcdebug, verified that none of these three test files have any GC issues. Closing
ticket.
(I should have put a timer on that. Ow, my poor CPU)