On Mon, Oct 20, 2008 at 09:42:12AM -0700, jerry gay wrote: > >> However, in digging further, I found this: > >> > >> perl t/harness --verbosity 1 t/02-test-pm/1-basic.t > >> > testtest and 02-test-pm/ should either be ripped out or heavily modified. > it was intended to be tests required to pass in order to run pugs' Test.pm.
02-test-pm/ should be ripped out, especially since we expect the testing functions to become Perl builtins. As such they'll be tested by either the 01-sanity/ suite or by the spectest. The 00-parrot/ set of tests are basic sanity tests for Parrot, to say "do we have something that is at least running under Parrot"? The 01-sanity/ tests are the tests needed to be able to start running Test.pm and the test suite. Everything else comes from the official test suite, in t/spec/ of the Pugs repository. Pm