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 yselivanov
Recipients gregory.p.smith, neologix, pitrou, socketpair, yselivanov
Date 2018-01-28.20:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517170712.04.0.467229070634.issue32221@psf.upfronthosting.co.za>
In-reply-to
Content
Mark,

Two tests fail on MacOS X now (newly added tests).  I'm reverting the change for now.  If you figure this out, please re-submit a PR for a quick approval.


======================================================================
ERROR: test_getaddrinfo_ipv6_scopeid (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/yury/dev/pydev/cpython/Lib/test/test_socket.py", line 1612, in test_getaddrinfo_ipv6_scopeid
    ifindex = socket.if_nametoindex(test_interface)
OSError: no interface with this name

======================================================================
ERROR: test_getnameinfo_ipv6_scopeid (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/yury/dev/pydev/cpython/Lib/test/test_socket.py", line 1636, in test_getnameinfo_ipv6_scopeid
    nameinfo = socket.getnameinfo(sockaddr, socket.NI_NUMERICHOST | socket.NI_NUMERICSERV)
socket.gaierror: [Errno 4] Non-recoverable failure in name resolution

----------------------------------------------------------------------
History
Date User Action Args
2018-01-28 20:18:32yselivanovsetrecipients: + yselivanov, gregory.p.smith, pitrou, neologix, socketpair
2018-01-28 20:18:32yselivanovsetmessageid: <1517170712.04.0.467229070634.issue32221@psf.upfronthosting.co.za>
2018-01-28 20:18:32yselivanovlinkissue32221 messages
2018-01-28 20:18:31yselivanovcreate