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 brett.cannon, r.david.murray
Date 2011-01-21.21:27:10
SpamBayes Score 9.338735e-07
Marked as misclassified No
Message-id <1295645234.66.0.42559490766.issue10966@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see what you are getting at now.  I was confused by the "raise SkipTest directly" part, since the test suite currently does raise SkipTest instead of ImportError.  So the key change here is to make the test show as a *failure* on those platforms where it is currently reported as an unexpected skip.  We can then eliminate the whole "these skips are expected" bit from regrtest.  That would be a very nice cleanup.

I'm going to mark this as easy, since it is basically a mechanical transformation from the expected skip list in regrtest to calls to a fairly simple new test.support function, and then ripping the obsolete code out of regrtest.  Tedious, but doable in a day.
History
Date User Action Args
2011-01-21 21:27:14r.david.murraysetrecipients: + r.david.murray, brett.cannon
2011-01-21 21:27:14r.david.murraysetmessageid: <1295645234.66.0.42559490766.issue10966@psf.upfronthosting.co.za>
2011-01-21 21:27:10r.david.murraylinkissue10966 messages
2011-01-21 21:27:10r.david.murraycreate