Re: Testing failure in the core

2002-10-15 Thread Rafael Garcia-Suarez
Paul Johnson <[EMAIL PROTECTED]> wrote: > I thought the solution might be more complex than it turned out to be, > and so I included a patch to the test suite to add a TODO test using > fresh_perl_is(). > > Rafael was quite rightly concerned about this. When the bug is fixed we > don't want unne

Testing failure in the core

2002-10-15 Thread Paul Johnson
Recently I reported a bug which caused perl to segv. http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-10/msg00346.html I thought the solution might be more complex than it turned out to be, and so I included a patch to the test suite to add a TODO test using fresh_perl_is(). Rafael