[perl #47886] [TODO] 'make quicktest' target

2007-11-28 Thread Patrick R. Michaud via RT
The attached coretest.patch file adds a make coretest target to Parrot. This target runs a smaller subset of tests than the normal make test target. On my system, make test completes in ~290 seconds, while make coretest completes in ~200. The following tests are not included in make coretest:

Re: [perl #47886] [TODO] 'make quicktest' target

2007-11-28 Thread chromatic
On Wednesday 28 November 2007 09:19:51 Patrick R. Michaud via RT wrote: The attached coretest.patch file adds a make coretest target to Parrot. This target runs a smaller subset of tests than the normal make test target. On my system, make test completes in ~290 seconds, while make coretest

Re: [perl #47886] [TODO] 'make quicktest' target

2007-11-28 Thread Paul Cochrane
On 28/11/2007, Patrick R. Michaud via RT [EMAIL PROTECTED] wrote: The attached coretest.patch file adds a make coretest target to Parrot. This target runs a smaller subset of tests than the normal make test target. On my system, make test completes in ~290 seconds, while make coretest

[perl #47886] [TODO] 'make quicktest' target

2007-11-28 Thread Patrick R. Michaud via RT
Committed patch in r23209, including refactoring $(RUNCORE_TEST_FILES) out of the root Makefile and into t/harness. Pm

[perl #47886] [TODO] 'make quicktest' target

2007-11-27 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #47886] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47886 Earlier today on irc #parrot, Coke, allison, barney, and I were discussing

Re: [perl #47886] [TODO] 'make quicktest' target

2007-11-27 Thread Paul Johnson
On Tue, Nov 27, 2007 at 02:01:25PM -0800, Patrick R.Michaud wrote: After much discussion, we decided we'd like to have a make quicktest target that runs a subset of core Parrot tests that verify that the functionality is intact. FWIW, this target is known as coretest in Perl 5. -- Paul