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 lkcl
Recipients ggenellina, lkcl, loewis, n
Date 2013-03-18.23:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363647998.04.0.60709590675.issue5051@psf.upfronthosting.co.za>
In-reply-to
Content
that's not the correct solution, ned.  what that will do is when someone runs a combination of python and MSYS under wine, the test will be skipped incorrectly.

thanks to the work that i did back in 2009, wine has now been improved significantly and has been capable of running python correctly for over 3 years now.  i use it to do testing of pyjamas-desktop.

bottom line: skipping regression tests by making assumptions based solely and exclusively on the platform type is not good news.
History
Date User Action Args
2013-03-18 23:06:38lkclsetrecipients: + lkcl, loewis, ggenellina, n
2013-03-18 23:06:38lkclsetmessageid: <1363647998.04.0.60709590675.issue5051@psf.upfronthosting.co.za>
2013-03-18 23:06:38lkcllinkissue5051 messages
2013-03-18 23:06:37lkclcreate