Steve Fink wrote: > Failed Test Status Wstat Total Fail Failed List of Failed > --------------------------------------------------------------------------------
> t/compiler/8.t 5 1280 6 5 83.33% 1-5 > t/compiler/builtins.t 1 256 2 1 50.00% 1 > t/rx/basic.t 5 1280 5 5 100.00% 1-5 > t/rx/call.t 2 512 2 2 100.00% 1-2 > t/rx/special.t 2 512 2 2 100.00% 1-2 Dubious, there are e.g. 6 tests in 8.t. Your are sure, you have a recent tree? Did you rebuild your PerlGrammar? On a recent tree try this: $ perl6 --force --test # force rebuid grammar, run all tests .... Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/compiler/8.te 6 2 33,33% 5-6 Failed 1/15 test scripts, 93.33% okay. 2/64 subtests failed, 96.88% okay. [ + WHOA! ... message from Test::Harness w. 5.6.1 ] $ make test .... All tests successful. Files=15, Tests=64, 135 wallclock secs ... For the former your will get 2 failing (8_5 & 8_6), for the latter nada. Sorry, there is still no automatic target for grammar rebuild: current rule of thumb, when P6C/Parser.pm changes, do a $ perl6 --force -v < /dev/null # or some prog Both tests ran on two systems now, current CVS: - i386-linux, SuSE 7.0 perl 5.005_03 - i386-linux, SuSE 7.3 perl 5.6.1 and give the same result. HTH leo