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
    ok 1 - parrot_new_hash
    ok 2 - parrot_hash_put
    ok 3 - parrot_hash_get
    ok 4 - parrot_hash_get with NULL key
    ok 5 - parrot_hash_get with empty string key
    ok 6 - parrot_hash_get with big key
    ok 7 - parrot_hash_size
    ok 8 - parrot_hash_delete
    ok 9 - parrot_hash_clone
    ok 10 - hash iteration
    ok 11 - hash iteration on empty hash

I think the exit code stuff has been changed (this test used to get
reported as failing) but the $builder->diag weirdness is unchanged.

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to