chromatic wrote:
Parrot 0.6.2 is on schedule for the 20 May release. In preparation, please
gather up any NEWS you find important for your subsystem, please report any
PLATFORMS updates, and please run make fulltest on every architecture you can
find.
Running 'make fulltest' on Darwin/ppc (Mac OS X 10.4), during the 'make
testj' part, I got an indefinite hang on t/compilers/pge/pge_examples.t
I then called:
/usr/local/bin/perl t/harness --gc-debug --running-make-test -j
--runcore-test
... and got the same indefinite hang -- even thought the test passes
'prove' when run by itself:
t/compilers/pge/pge_examples.............1/2 ^C
[parrot] 519 $ prove -v
t/compilers/pge/pge_examples.tt/compilers/pge/pge_examples......1..2
ok 1 - This made Parrot m4 fail
ok 2 - parse FASTA
ok
All tests successful.
Files=1, Tests=2, 3 wallclock secs ( 0.03 usr 0.01 sys + 1.82 cusr
0.43 csys = 2.29 CPU)
Result: PASS
kid51