This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients emptysquare, gvanrossum, martin.panter, pyptr2, python-dev, vstinner, yselivanov
Date 2016-06-12.02:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465697642.15.0.0210379291513.issue27136@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2016-06-12 02:14:02martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, python-dev, yselivanov, emptysquare, pyptr2
2016-06-12 02:14:02martin.pantersetmessageid: <1465697642.15.0.0210379291513.issue27136@psf.upfronthosting.co.za>
2016-06-12 02:14:02martin.panterlinkissue27136 messages
2016-06-12 02:14:01martin.pantercreate