Issue 13110: test_socket.py failures on ARM (original) (raw)

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.