cpython/Lib/test/test_asyncio
Miss Islington (bot) b762375ba2
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294)
on platforms lacking a functional bind() for named unix domain sockets

https://bugs.python.org/issue38841

Automerge-Triggered-By: @asvetlov
(cherry picked from commit 559bad1a70)

Co-authored-by: xdegaye <xdegaye@gmail.com>
2019-11-20 12:20:25 -08:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294) 2019-11-20 12:20:25 -08:00
test_buffered_proto.py bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) 2019-09-29 22:30:17 -07:00
test_context.py
test_events.py
test_futures.py bpo-38785: Prevent asyncio from crashing (GH-17144) 2019-11-13 13:54:56 -08:00
test_locks.py
test_pep492.py bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) 2019-09-29 22:30:17 -07:00
test_proactor_events.py
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_sslproto.py bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) 2019-10-16 01:36:57 -07:00
test_streams.py bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) 2019-09-29 22:30:17 -07:00
test_subprocess.py bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) 2019-09-29 22:30:17 -07:00
test_tasks.py
test_transports.py
test_unix_events.py bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) 2019-09-29 05:20:15 -07:00
test_windows_events.py bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) 2019-10-23 08:43:57 -07:00
test_windows_utils.py
utils.py