On Solaris 8, with Sun's compiler and a very very recent perl-5.8.x, I'm getting several failures in perl6/languages/t/compiler/1.t. Here's a typical sample. Note that the difference is simply in whether or not to include the trailing zeros in the print command. Does anyone know which is "right" and/or where to start digging?
# Failed test (t/compiler/1.t at line 224) # got: '(8, 14) # (11, 14) # (9, 10) # (11, 12) # ' # expected: '(8.000000, 14.000000) # (11.000000, 14.000000) # (9.000000, 10.000000) # (11.000000, 12.000000) -- Andy Dougherty [EMAIL PROTECTED]