[issue15284] Handle ipv6 not being enabled in test_socket

2012-07-08 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset b71dc2e9e00d by Ross Lagerwall in branch 'default':
#15284: Skip {send,recv}msg tests with disabled IPv6
http://hg.python.org/cpython/rev/b71dc2e9e00d

--
nosy: +python-dev

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



[issue15284] Handle ipv6 not being enabled in test_socket

2012-07-08 Thread Brian Brazil

Changes by Brian Brazil brian.bra...@gmail.com:


--
resolution:  - fixed
status: open - closed

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



[issue15284] Handle ipv6 not being enabled in test_socket

2012-07-07 Thread Brian Brazil

New submission from Brian Brazil brian.bra...@gmail.com:

If ipv6 is compiled in but disabled in the kernel then test_socket attempts to 
bind to ports and gets lots of stack traces. The attached patch skips the 
relevant tests.

--
components: Tests
files: ipv6-disabled-test-socket.patch
keywords: patch
messages: 164893
nosy: bbrazil
priority: normal
severity: normal
status: open
title: Handle ipv6 not being enabled in test_socket
versions: Python 3.4
Added file: http://bugs.python.org/file26305/ipv6-disabled-test-socket.patch

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



[issue15284] Handle ipv6 not being enabled in test_socket

2012-07-07 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
stage:  - patch review
type:  - behavior
versions: +Python 3.3 -Python 3.4

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