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 erik.bray
Recipients erik.bray, serhiy.storchaka
Date 2017-10-30.10:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509357908.69.0.213398074469.issue31883@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I agree there's an unfortunate trade-off here: One can skip the test, allowing the test suite to work on slightly older versions of Cygwin, from before this issue was fixed.  However, I then lose regression testing on newer versions.  My personal feeling in this case is that it's not a very important test and can be skipped in the future (although the bug that this test caught was fairly serious and one would want regression testing for it...)

As an alternative I could be more fine-grained and only skip the test on older versions of Cygwin that are affected.  I was hoping to avoid putting in too much Cygwin-specific test utilities, though adding a version check for Cygwin is not terribly hard (I do the same for my Cygwin port of psutil).

For reference, the current version of Cygwin that comes installed on AppVeyor (for which I'm trying to get a Cygwin build set up) is 2.8.0, which *is* (just barely) affected by this bug.
History
Date User Action Args
2017-10-30 10:05:08erik.braysetrecipients: + erik.bray, serhiy.storchaka
2017-10-30 10:05:08erik.braysetmessageid: <1509357908.69.0.213398074469.issue31883@psf.upfronthosting.co.za>
2017-10-30 10:05:08erik.braylinkissue31883 messages
2017-10-30 10:05:08erik.braycreate