Re: [perl #39197] [RESOLVED] [CAGE] lib/Parrot/Test.pm ignores core dumps

2007-06-22 Thread Andy Dougherty
On Tue, 19 Jun 2007, Andy Dougherty wrote: > On Mon, 18 Jun 2007, chromatic via RT wrote: > > > On Monday 18 June 2007 09:54:01 Andy Dougherty wrote: > > > > > I'm sorry to report it, but this one isn't fixed. For example, consider > > > test t/src_hash_6. If I compile and run it manually, I g

Re: [perl #39197] [RESOLVED] [CAGE] lib/Parrot/Test.pm ignores core dumps

2007-06-19 Thread Andy Dougherty
On Mon, 18 Jun 2007, chromatic via RT wrote: > On Monday 18 June 2007 09:54:01 Andy Dougherty wrote: > > > I'm sorry to report it, but this one isn't fixed. For example, consider > > test t/src_hash_6. If I compile and run it manually, I get > > > > $ t/src/hash_6 > > 42 > > Segment

Re: [perl #39197] [RESOLVED] [CAGE] lib/Parrot/Test.pm ignores core dumps

2007-06-18 Thread chromatic
On Monday 18 June 2007 09:54:01 Andy Dougherty wrote: > I'm sorry to report it, but this one isn't fixed. For example, consider > test t/src_hash_6. If I compile and run it manually, I get > > $ t/src/hash_6 > 42 > Segmentation Fault(coredump) > > But if I run it via the test harness

Re: [perl #39197] [RESOLVED] [CAGE] lib/Parrot/Test.pm ignores core dumps

2007-06-18 Thread Allison Randal
Andy Dougherty wrote: I think the exit code stuff has been changed (this test used to get reported as failing) but the $builder->diag weirdness is unchanged. Okay, thanks! We'll work on it some more for the next release. Allison

Re: [perl #39197] [RESOLVED] [CAGE] lib/Parrot/Test.pm ignores core dumps

2007-06-18 Thread Andy Dougherty
I'm sorry to report it, but this one isn't fixed. For example, consider test t/src_hash_6. If I compile and run it manually, I get $ t/src/hash_6 42 Segmentation Fault(coredump) But if I run it via the test harness, I get $ perl5.8 -Ilib t/src/hash.t 1..11