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 ncoghlan
Recipients brett.cannon, eric.araujo, ncoghlan, r.david.murray, rhettinger, sandro.tosi
Date 2011-01-27.03:54:36
SpamBayes Score 9.34983e-05
Marked as misclassified No
Message-id <1296100477.75.0.375100499186.issue10848@psf.upfronthosting.co.za>
In-reply-to
Content
As I recall, STDTESTS is there to check we have a basically functioning interpreter (i.e. the compiler works, etc). The idea is that if any of those fail, everything else is likely to go belly up as well. If regrtest is being used to run some other set of tests, then that won't apply.

I thought we actually did use the testdir arg to handle the PID specific directory naming on the buildbots, but I may be misrembering where that appears in the execution sequence.
History
Date User Action Args
2011-01-27 03:54:37ncoghlansetrecipients: + ncoghlan, brett.cannon, rhettinger, eric.araujo, r.david.murray, sandro.tosi
2011-01-27 03:54:37ncoghlansetmessageid: <1296100477.75.0.375100499186.issue10848@psf.upfronthosting.co.za>
2011-01-27 03:54:36ncoghlanlinkissue10848 messages
2011-01-27 03:54:36ncoghlancreate