[issue13110] test_socket.py failures on ARM

2013-04-02 Thread R. David Murray

R. David Murray added the comment:

For the record I'm seeing this on Gentoo with linux kernel 3.5.3.  Commenting 
out the localhost ipv6 entry lets the test pass, as indicated in the ubuntu bug 
report (which was subsequently closed with no action).

--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13110] test_socket.py failures on ARM

2011-10-05 Thread Barry A. Warsaw

New submission from Barry A. Warsaw ba...@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 rep...@bugs.python.org
http://bugs.python.org/issue13110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13110] test_socket.py failures on ARM

2011-10-05 Thread Barry A. Warsaw

Changes by Barry A. Warsaw ba...@python.org:


--
versions: +Python 2.7, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13110] test_socket.py failures on ARM

2011-10-05 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

This appears to be the problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/868812

I'm going to close this Python bug since it seems to be related to the Linux 
kernel on armel.  Editing the /etc/hosts file gets around the problem and lets 
the test pass.  I could imagine that the test should be able to deal with the 
unexpected exceptions though.

--
resolution:  - invalid
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13110
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com