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 jramnani
Recipients jramnani
Date 2013-04-10.03:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365563429.51.0.176752850468.issue17684@psf.upfronthosting.co.za>
In-reply-to
Content
The changeset for subtests in #16997 cause some tests in test_socket to fail on OS X.
Specifically, they cause some tests that were marked as expected failures to be run and be marked as failures.

I'm experiencing the same test failures as the OS X Mountain Lion buildbot.  `Here's an example build failure (Build 1058). http://buildbot.python.org/all/builders/AMD64%20Mountain%20Lion%20%5BSB%5D%203.x/builds/1058`_

Per issue #12958 I believe these tests should be skipped on OS X.

I'm attaching a patch which skips the offending tests on OS X.
History
Date User Action Args
2013-04-10 03:10:29jramnanisetrecipients: + jramnani
2013-04-10 03:10:29jramnanisetmessageid: <1365563429.51.0.176752850468.issue17684@psf.upfronthosting.co.za>
2013-04-10 03:10:29jramnanilinkissue17684 messages
2013-04-10 03:10:28jramnanicreate