New submission from Barry A. Warsaw <[email protected]>:
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 <[email protected]>
<http://bugs.python.org/issue13110>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com