On Wed, May 29, 2013 at 10:29 AM, Pascal Stumpf <pascal.stu...@cubes.de>wrote:
> On Wed, 29 May 2013 05:42:27 -0700, "Will Coleda via RT" wrote: > > How are you running the spec tests? - it looks like you've included some > > that are not marked as runnable by rakudo. > > I think I did a "gmake spectest_full". Shall I run just the spectest > target again or can you just ignore the tests that are not marked as > runnable? spectest_full is only useful if you're a developer looking for more tests to run. If you could rerun with just 'gmake spectest' that'll give us a much better idea of what's actually broken. And for those tests that fail, please provide the verbose output when running each of those test files. You can get verbose output for a single test file with: 'make t/spec/S02-types/bool.t' Thanks. -- Will "Coke" Coleda