This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author collinwinter
Recipients alexandre.vassalotti, collinwinter, pitrou, rhettinger
Date 2009-04-09.00:06:22
SpamBayes Score 2.6690765e-05
Marked as misclassified No
Message-id <1239235589.44.0.234682517992.issue5665@psf.upfronthosting.co.za>
In-reply-to
Content
> Ok if it doesn't take too long to run the tests (which may imply
> implementing something like Raymond's suggestion of randomizing test
> order, if you haven't already done so).

I did something similar: if you don't pass the -uxpickle flag to
regrtest, only a small subset of the tests will be run, which takes less
than half a second on my machine; if you do pass -uxpickle, the full
battery of tests will run, which takes ~5 minutes.
History
Date User Action Args
2009-04-09 00:06:32collinwintersetrecipients: + collinwinter, rhettinger, pitrou, alexandre.vassalotti
2009-04-09 00:06:29collinwintersetmessageid: <1239235589.44.0.234682517992.issue5665@psf.upfronthosting.co.za>
2009-04-09 00:06:26collinwinterlinkissue5665 messages
2009-04-09 00:06:24collinwintercreate