On 11/29/05, jerry gay <[EMAIL PROTECTED]> wrote: > On 11/29/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > This doesn't really work for me. imcc/t* used to test some general > > parsing features, code generation and register allocation. Therefore it > > should run early in the tests. > > > you've caught me in the middle of the test reorganization. i've moved > around most everything i want to now, and i have yet to address test > ordering. in fact, this is what i'm planning on doing today. > done. r10245. as part of this work, the default order for tests is now specified in one location, t/harness. simply typing 'perl t/harness' will run all general runcore tests in the default order. 'make test' and 'make smoke' now take advantage of this.
if any tests are moved in the future, i'll make sure to pay close attention to their order in the harness. ~jerry