[New-bugs-announce] [issue12958] test_socket failures on Mac OS X

Nick Coghlan report at bugs.python.org
Sun Sep 11 07:40:43 CEST 2011


New submission from Nick Coghlan <ncoghlan at gmail.com>:

Several of the new socket tests introduced in #6560 are failing on the Mac OS X buildbots. These appear to be due to platform problems rather than anything in the test suite or the new sendmsg/recvmsg code, but it would be good if a developer on Mac OS X could take a closer look at them.

To avoid polluting the buildbot results, the affected tests will be flagged as expected failures when run on Mac OS X (this isn't in the repo yet, but once it is, the tests will be marked with "anticipate_failure" in the test_socket code).

----------
components: Library (Lib)
messages: 143854
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: test_socket failures on Mac OS X
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12958>
_______________________________________


More information about the New-bugs-announce mailing list