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 (2)
Priority: normal Keywords patch

Created on 2007-06-05 05:25 by kraai, last changed 2007-07-12 09:24 by georg.brandl.

Files
File name Uploaded Description Edit Remove
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) Date: 2007-07-12 09:24
Extended and committed in rev. 56304.
History
Date User Action Args
2007-06-05 05:25:31kraaicreate