On Thu Dec 27 07:10:13 2007, ptc wrote: > > > > svn co https://svn.perl.org/parrot/branches/cpu/ > > cd cpu > > perl Configure.pl --test > > make > > make test > > Solaris 9, Sun C 5.8: > > Failed Test Stat Wstat Total Fail List of Failed > ------------------------------------------------------------------------------- > t/configure/025-options_test.t 255 65280 9 8 6-9 > t/examples/library.t 1 256 4 1 3 > (8 subtests UNEXPECTEDLY SUCCEEDED), 14 tests and 619 subtests > skipped. > Failed 2/523 test scripts. 5/10366 subtests failed. >
So it appears that you were able to configure and build successfully (otherwise, you couldn't have gotten as far as 'make test'). Which implies that the merging of gen::cpu and auto::cpu posed no problem, correct? By the way, let me ask just to be certain: Did this exercise config/gen/cpu/sun4/auto.pm? I can't speak to the failure in t/examples/library.t. I know we used to see the problems you mention in t/configure/025-options_test.t, but it's been passing on other smoke testers. Could you send me the output of 'prove -v t/configure/025-options_test.t'? Thanks.