# New Ticket Created by Andrew Johnson # Please include the string: [perl #56120] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56120 >
Using Perl 5.8.8, gnumake and the Sun C compiler version 5.9, I get the following results from 'make test' on a Sparc system running Solaris 10 with Parrot svn revision 28514: t/op/sprintf.................................ok 117/308 skipped: various reasons, 1/308 unexpectedly succeeded TODO PASSED test 157 t/codingstd/trailing_space...................NOK 1/1 # Failed test 'no trailing whitespace' # at t/codingstd/trailing_space.t line 50. # Trailing space or tab char found in the following files: # /home/phoebus3/ANJ/work/parrot/config/init/hints/darwin.pm 13 # That's 1 failed files out of 1550 files total. # Looks like you failed 1 test of 1. t/codingstd/trailing_space...................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/codingstd/trailing_space.t 1 256 1 1 1 (1 subtest UNEXPECTEDLY SUCCEEDED), 28 tests and 600 subtests skipped. Failed 1/585 test scripts. 1/11214 subtests failed. Files=585, Tests=11214, 1823 wallclock secs (493.17 cusr + 115.70 csys = 608.87 CPU) Failed 1/585 test programs. 1/11214 subtests failed. make: *** [test] Error 1 Running 'make spectest_regression' in languages/perl6 gives 100% success: All tests successful, 434 subtests skipped. Files=64, Tests=1230, 855 wallclock secs (840.91 cusr + 6.04 csys = 846.95 CPU) - Andrew -- Talk is cheap. Show me the code. -- Linus Torvalds