in reply to Re: Spec test location (was: Re^2: Getting Involved with Perl 6 - 2009)
in thread Getting Involved with Perl 6 - 2009
Some tests use (or test) rather obscure features of which I don't know if they are specced, and if yes, where. The specs are a massive lump of text (more than 31k lines) and rather dense, so that's not always easy to decide. Try to search for the operator but in English text isn't entirely easy, for example.
OTOH fudging isn't really necessary for moving tests into spec/: all implementations that we care about don't expect all test files to pass, only a selection of them. (Pugs does, but since pugs isn't maintained anyway, I don't care for now).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Spec test location (was: Re^2: Getting Involved with Perl 6 - 2009)
by kyle (Abbot) on Jun 21, 2009 at 19:51 UTC |