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.

classification
Title: Expect skips by platform
Type: Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, kraai
Priority: normal Keywords: patch

Created on 2007-06-05 05:25 by kraai, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch kraai, 2007-06-05 05:25
Messages (2)
msg52717 - (view) Author: Matt Kraai (kraai) Date: 2007-06-05 05:25
Some tests are expected to be skipped on all but one or two platforms by being included in the lists of tests to be skipped for all but those one or two platforms.

This patch removes such tests from those lists and expects to skip them if the platform isn't one of the few where they aren't skipped.
msg52718 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-07-12 09:24
Extended and committed in rev. 56304.
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 45039
2007-06-05 05:25:31kraaicreate