[issue12958] test_socket failures on Mac OS X

Ronald Oussoren report at bugs.python.org
Tue Apr 23 15:22:41 CEST 2013


Ronald Oussoren added the comment:

Yes, only on 3.4:


======================================================================
ERROR: testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 261, in _tearDown
    raise exc
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 273, in clientRun
    test_func()
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 2644, in _testFDPassSeparate
    array.array("i", [fd1]))]),
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 1790, in sendmsgToServer
    *(args + self.sendmsg_to_server_defaults[len(args):]))
OSError: [Errno 22] Invalid argument


(And simular for the other 3 marked socket tests)

----------

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


More information about the Python-bugs-list mailing list