On Tue, Jul 26, 2005 at 12:32:53AM -0700, Michael G Schwern wrote: > Just built a fresh ponie from the repo (336) on OS X and got a few failures. > The test output is attached. > > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/dynclass/gdbmhash.t 13 3328 13 13 100.00% 1-13 > t/library/pcre.t 1 256 1 1 100.00% 1 > t/pmc/eval.t 3 768 14 3 21.43% 12-14 > > For the record I have prce 4.2-2 and gdbm 1.8.3-1 both from fink.
As ponie makes no changes to parrot, and these are parrot regression tests, these are parrot bugs, so they really should go to perl6-internals. I've also just seen t/library/pcre.t fail, from a checkout last night. > t/library/pcre................. > # Failed test (t/library/pcre.t at line 33) > # got: 'ok 1 > # no extension: file 'libpcre' > # ' > # expected: 'ok 1 > # ok 2 > # ok 3 > # ok 4 > # ok 5 > # ' > # './parrot --gc-debug "/usr/local/src/ponie/parrot/t/library/pcre_1.pir"' > failed with exit code 42 > # Looks like you failed 1 test of 1. > dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay That parrot error on OS X looks familiar to me. I don't know why it's going wrong. Nicholas Clark