[issue27136] sock_connect fails for bluetooth (and probably others)

Martin Panter report at bugs.python.org
Sat Jun 11 22:14:02 EDT 2016


Martin Panter added the comment:

Revision 3f49e89be8a9 seems to be the cause of an x86 Tiger buildbot failure:

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/10924/steps/test/logs/stdio
======================================================================
FAIL: test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/unittest/mock.py", line 1180, in patched
    return func(*args, **keywargs)
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_base_events.py", line 1210, in test_create_connection_no_inet_pton
    self._test_create_connection_ip_addr(m_socket, False)
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_base_events.py", line 1195, in _test_create_connection_ip_addr
    self.assertRegex(host, r'::(0\.)*2')
AssertionError: Regex didn't match: '::(0\\.)*2' not found in '0.0.0.2'

----------
nosy: +martin.panter
status: closed -> open

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


More information about the Python-bugs-list mailing list