]> granicus.if.org Git - python/commit
bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954)
authorMichael Felt <aixtools@users.noreply.github.com>
Wed, 26 Dec 2018 03:34:37 +0000 (04:34 +0100)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 26 Dec 2018 03:34:37 +0000 (13:34 +1000)
commit5661459f5f508ea4bd24c13cbc861543f283147e
treedd8b1ea21e03eb87d9d5b2f9dbbd90cb8293d79a
parent56edf3a4b145d80684a9e4ba7411a6778d830140
bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954)

* use platform.system() as runtime test, rather than sys.platform() build-time test
* IPv6 zone id support on AIX is limited to inet_pton6_zone(), so skip related
  getaddrinfo() and getnameinfo() tests as not supported
Lib/test/test_socket.py
Misc/NEWS.d/next/Tests/2018-08-14-20-50-07.bpo-11192.g7TwYm.rst [new file with mode: 0644]