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 r.david.murray
Recipients Arfrever, ajaksu2, dugan, eric.araujo, nyb, r.david.murray
Date 2010-12-29.23:56:08
SpamBayes Score 1.5320557e-09
Marked as misclassified No
Message-id <1293666970.58.0.699185815671.issue1674555@psf.upfronthosting.co.za>
In-reply-to
Content
One way to "fix" this would be to have make test run the tests with -j1 and pass in the -S and -s flags, and then have regrtest special case test_site and remove those flags for the run of that single test.

An interesting facet of this proposal in that it actually isolates the tests better.  But it will also slow down the test suite run a bit.  Since the tests are already run twice by make test, that may not matter all that much (that is, it's a start-the-run-and-walk-away situation anyway).

Note that all tests except test_trace currently pass with -S -s.
History
Date User Action Args
2010-12-29 23:56:10r.david.murraysetrecipients: + r.david.murray, nyb, ajaksu2, dugan, eric.araujo, Arfrever
2010-12-29 23:56:10r.david.murraysetmessageid: <1293666970.58.0.699185815671.issue1674555@psf.upfronthosting.co.za>
2010-12-29 23:56:08r.david.murraylinkissue1674555 messages
2010-12-29 23:56:08r.david.murraycreate