On Sun, Jul 08, 2007 at 03:26:14PM -0400, James E Keenan wrote: > t/examples/shootout.t is failing even worse today than yesterday.
> [li11-226:fresh] 538 $ prove -v t/examples/shootout.t > t/examples/shootout....1..20 <SNIP> > # Looks like you failed 8 tests of 20. > dubious > Test returned status 8 (wstat 2048, 0x800) > DIED. FAILED tests 1-2, 4, 12, 14-16, 20 > Failed 8/20 tests, 60.00% okay (less 1 skipped test: 11 okay, 55.00%) > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/examples/shootout.t 8 2048 20 8 40.00% 1-2 4 12 14-16 20 > 1 subtest skipped. > Failed 1/1 test scripts, 0.00% okay. 8/20 subtests failed, 60.00% okay. It seems to run correctly on gentoo running on a sparc. [EMAIL PROTECTED]:~/src/parrot$ prove -v t/examples/shootout.t t/examples/shootout....1..20 ok 1 - examples/shootout/ack.pir ok 2 - examples/shootout/binarytrees.pir ok 3 - examples/shootout/fannkuch.pir ok 4 - examples/shootout/fasta.pir ok 5 - examples/shootout/knucleotide.pir ok 6 - examples/shootout/mandelbrot.pir ok 7 - examples/shootout/nbody.pir ok 8 - examples/shootout/nsieve-bits-2.pir ok 9 - examples/shootout/nsieve-bits.pir ok 10 - examples/shootout/nsieve.pir ok 11 - examples/shootout/partialsums-2.pir ok 12 - examples/shootout/partialsums.pir ok 13 - examples/shootout/pidigits.pir ok 14 # skip recursive-2.pir float JIT broken on non-x86 ok 15 # skip recursive.pir float JIT broken on non-x86 ok 16 - examples/shootout/regexdna.pir ok 17 - examples/shootout/revcomp.pir ok 18 - examples/shootout/spectralnorm.pir ok 19 - examples/shootout/sumcol.pir ok 20 - examples/shootout/takfp.pir ok 2/20 skipped: various reasons All tests successful, 2 subtests skipped. Files=1, Tests=20, 406 wallclock secs (268.01 cusr + 8.45 csys = 276.46 CPU) Bob