[New-bugs-announce] [issue13110] test_socket.py failures on ARM

Barry A. Warsaw report at bugs.python.org
Wed Oct 5 23:51:15 CEST 2011


New submission from Barry A. Warsaw <barry at python.org>:

Initial results from warsaw-ubuntu-arm buildbot indicates two failures in test_socket.py

======================================================================
ERROR: test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/buildarea/2.7.warsaw-ubuntu-arm/build/Lib/test/test_socket.py", line 1198, in test_create_connection_timeout
    socket.create_connection((HOST, 1234))
  File "/var/lib/buildbot/buildarea/2.7.warsaw-ubuntu-arm/build/Lib/socket.py", line 571, in create_connection
    raise err
error: [Errno 97] Address family not supported by protocol

======================================================================
FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/buildarea/2.7.warsaw-ubuntu-arm/build/Lib/test/test_socket.py", line 1191, in test_create_connection
    self.assertEqual(cm.exception.errno, errno.ECONNREFUSED)
AssertionError: 97 != 111

----------------------------------------------------------------------

I'm still investigating, but wanted to file the bug now so there's an issue number to reference.

----------
components: Tests
messages: 144974
nosy: barry
priority: normal
severity: normal
status: open
title: test_socket.py failures on ARM
versions: Python 3.3

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


More information about the New-bugs-announce mailing list