On Sun, Sep 27, 2009 at 2:18 PM, Parrot <[email protected]> wrote: > #1061: Lists of test files duplicated. > ---------------------+------------------------------------------------------ > Reporter: coke | Owner: jkeenan > Type: cage | Status: assigned > Priority: minor | Milestone: > Component: testing | Version: trunk > Severity: medium | Keywords: > Lang: | Patch: > Platform: | > ---------------------+------------------------------------------------------ > > Comment(by jkeenan): > > Replying to [comment:5 mikehh]: > > > > > What happened is that after the change in r40512 the tests (in > EXTRA_TEST_FILES) were no longer being run in make fulltest (also make > cover) as they had been moved out of coretests, although they were run in > make test and make smoke/smolder_test from library_tests now. It is my > understanding that make fulltest should run all the test files. > > > > So wouldn't it be simpler to have `make fulltest` start out by running the > `test` target? That way -- setting aside `cover` issues -- we could > dispense with `EXTRA_TEST_FILES` entirely. > > After all, my intuition would be that `fulltest` would start out with > `test`. I'm surprised to learn that it does not. > > -- > Ticket URL: <https://trac.parrot.org/parrot/ticket/1061#comment:6> > Parrot <https://trac.parrot.org/parrot/> > Parrot Development >
test runs tests under the default core; these are covered in one of the of the explicit test runs covered by fulltest, so there's no need to run it 2x. -- Will "Coke" Coleda _______________________________________________ parrot-tickets mailing list [email protected] http://lists.parrot.org/mailman/listinfo/parrot-tickets
