Home
last modified time | relevance | path

Searched refs:IPV6_ENABLED (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dsocket_helper.py139 IPV6_ENABLED = _is_ipv6_enabled() variable
182 if not IPV6_ENABLED:
/external/python/cpython3/Lib/test/
Dtest_socket.py963 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test')
1508 if socket_helper.IPV6_ENABLED:
1721 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.')
1728 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.')
1738 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.')
1753 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.')
1770 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.')
1780 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.')
1882 if socket_helper.IPV6_ENABLED:
4203 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.')
[all …]
Dtest_smtpd.py172 @unittest.skipUnless(socket_helper.IPV6_ENABLED, "IPv6 not enabled")
762 @unittest.skipUnless(socket_helper.IPV6_ENABLED, "IPv6 not enabled")
Dtest_asyncore.py797 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 support required')
Dtest_ftplib.py820 @skipUnless(socket_helper.IPV6_ENABLED, "IPv6 not enabled")
Dtest_ssl.py766 if socket_helper.IPV6_ENABLED:
849 if socket_helper.IPV6_ENABLED:
2260 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'Needs IPv6')
Dtest_logging.py1951 @unittest.skipUnless(socket_helper.IPV6_ENABLED,
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py94 if socket_helper.IPV6_ENABLED:
1159 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'no IPv6 support')
1291 if socket_helper.IPV6_ENABLED:
1310 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'no IPv6 support')
1642 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 not supported or enabled')
Dtest_events.py1151 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 not supported or enabled')
1261 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 not supported or enabled')
/external/python/cpython2/Lib/test/support/
D__init__.py558 IPV6_ENABLED = _is_ipv6_enabled() variable
/external/python/cpython2/Lib/test/
Dtest_socket.py38 SUPPORTS_IPV6 = test_support.IPV6_ENABLED
Dtest_ssl.py1590 if support.IPV6_ENABLED:
/external/curl/
Dconfigure.ac1344 IPV6_ENABLED=1
1345 AC_SUBST(IPV6_ENABLED) subst
4955 if test "x$IPV6_ENABLED" = "x1"; then
Dconfigure23107 IPV6_ENABLED=1
44722 if test "x$IPV6_ENABLED" = "x1"; then
/external/python/cpython3/Doc/library/
Dtest.rst1426 .. data:: IPV6_ENABLED
/external/python/cpython3/Misc/
DHISTORY10450 and make it available as ``test.support.IPV6_ENABLED``. Patch by