commit | 5661459f5f508ea4bd24c13cbc861543f283147e | [log] [tgz] |
---|---|---|
author | Michael Felt <aixtools@users.noreply.github.com> | Wed Dec 26 04:34:37 2018 +0100 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Wed Dec 26 13:34:37 2018 +1000 |
tree | dd8b1ea21e03eb87d9d5b2f9dbbd90cb8293d79a | |
parent | 56edf3a4b145d80684a9e4ba7411a6778d830140 [diff] |
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