On Wednesday 05 December 2007 17:46:19 James E Keenan wrote: > [parrot] 506 $ mv i.pbc t/native_pbc/integer_${N}.pbc
In that step, replace ${N} with the test number, that is, integer_1.pbc, integer_2.pbc, etc. Otherwise the test will use the same .pbc files it was failing on before, and the failures won't be any more interesting. As there's only one test in each file, you only have to do that for integer_1.pbc and number_1.pbc (though I think the number test recommends doing something slightly different; there's a comment early in the code). I'm getting a lot sick of keeping those .pbc files up to date, so either someone has to figure out how to regenerate them when necessary or we whack the tests for now, until we stop invalidating PBC every week. -- c