== CPython 3.7.0a0 (default:facef53c1d1d+, Nov 13 2016, 21:30:07) [GCC 4.2.1 Compatible Android Clang 3.8.256229 ] == Linux-3.10.0+-i686-with-libc little-endian == hash algorithm: fnv 32bit == cwd: /data/local/tmp/test_python_2205 == encodings: locale=ascii, FS=utf-8 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) Run tests sequentially 0:00:00 [1/1] test_asyncio test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_logging (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_once_in_executor_plain (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) ... ok test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_callback_with_exception (test.test_asyncio.test_events.HandleTests) ... ok test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) ... ok test_handle (test.test_asyncio.test_events.HandleTests) ... ok test_handle_repr (test.test_asyncio.test_events.HandleTests) ... ok test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) ... ok test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) ... ok test_handle_weakref (test.test_asyncio.test_events.HandleTests) ... ok test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) ... ok test_new_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_empty (test.test_asyncio.test_events.ProtocolsAbsTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_hash (test.test_asyncio.test_events.TimerTests) ... ok test_timer (test.test_asyncio.test_events.TimerTests) ... ok test_timer_comparison (test.test_asyncio.test_events.TimerTests) ... ok test_timer_repr (test.test_asyncio.test_events.TimerTests) ... ok test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok test_constructor_positional (test.test_asyncio.test_futures.CFutureTests) ... ok test_copy_state (test.test_asyncio.test_futures.CFutureTests) ... ok test_exception (test.test_asyncio.test_futures.CFutureTests) ... ok test_exception_class (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_repr (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests) ... ok test_init_constructor_default_loop (test.test_asyncio.test_futures.CFutureTests) ... ok test_initial_state (test.test_asyncio.test_futures.CFutureTests) ... ok test_isfuture (test.test_asyncio.test_futures.CFutureTests) ... ok test_iter (test.test_asyncio.test_futures.CFutureTests) ... ok test_result (test.test_asyncio.test_futures.CFutureTests) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests) ... ok test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests) ... ok test_ensure_future (test.test_asyncio.test_futures.DuckTests) ... ok test_wrap_future (test.test_asyncio.test_futures.DuckTests) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests) ... ok test_copy_state (test.test_asyncio.test_futures.PyFutureTests) ... ok test_exception (test.test_asyncio.test_futures.PyFutureTests) ... ok test_exception_class (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_repr (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests) ... ok test_init_constructor_default_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok test_initial_state (test.test_asyncio.test_futures.PyFutureTests) ... ok test_isfuture (test.test_asyncio.test_futures.PyFutureTests) ... ok test_iter (test.test_asyncio.test_futures.PyFutureTests) ... ok test_result (test.test_asyncio.test_futures.PyFutureTests) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests) ... ok test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) ... ok test_context_manager (test.test_asyncio.test_locks.ConditionTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.ConditionTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.ConditionTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.ConditionTests) ... ok test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_all (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_repr (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_for (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_clear (test.test_asyncio.test_locks.EventTests) ... ok test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.EventTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.EventTests) ... ok test_repr (test.test_asyncio.test_locks.EventTests) ... ok test_wait (test.test_asyncio.test_locks.EventTests) ... ok test_wait_cancel (test.test_asyncio.test_locks.EventTests) ... ok test_wait_on_set (test.test_asyncio.test_locks.EventTests) ... ok test_acquire (test.test_asyncio.test_locks.LockTests) ... ok test_acquire_cancel (test.test_asyncio.test_locks.LockTests) ... ok test_cancel_race (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager_cant_reuse (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.LockTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.LockTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.LockTests) ... ok test_lock (test.test_asyncio.test_locks.LockTests) ... ok test_release_no_waiters (test.test_asyncio.test_locks.LockTests) ... ok test_release_not_acquired (test.test_asyncio.test_locks.LockTests) ... ok test_repr (test.test_asyncio.test_locks.LockTests) ... ok test_acquire (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_context_manager (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_repr (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_async_def_wrapped (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_double_await (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) ... ok test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) ... ok test_readline (test.test_asyncio.test_pep492.StreamReaderTests) ... ok test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_connect (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_recv (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_sendall (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_socketpair (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_order (test.test_asyncio.test_queues.LifoQueueTests) ... ok test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_order (test.test_asyncio.test_queues.PriorityQueueTests) ... ok test_ctor_loop (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_ctor_noloop (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_empty (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_full (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_order (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_repr (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_str (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) ... ok test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) ... ok test_format (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) ... ok test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) ... ok test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) ... ok test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) ... ok test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) ... ok test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) ... ok test__sock_accept (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_cb_cancelled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_cb_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_cb_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_interrupted (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_none (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_partial (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_connect_timeout (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_recv (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_sendall (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_sendall_nodata (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_socketpair (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_cancel_handshake (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_close (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_close_not_connected (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_base_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_reader_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_writer_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_conn_reset (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_eof (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_write (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_write_wants_read (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_server_hostname (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_closing (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_eof (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_exception (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_no_data (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_read_wants_write (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_closing (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_closing_empty_buffer (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_closing_partial (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_none (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_partial (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_read (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_str (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_ssl_transport_requires_ssl_module (test.test_asyncio.test_selector_events.SelectorSslWithoutSslTransportTests) ... ok test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_cancel_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test___repr__ (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__transport (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__waiter (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_at_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_ctor_global_loop (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_drain_raises (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_exception_cancel (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_exception_waiter (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_feed_empty_data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_feed_nonempty_data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_invalid_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_connection (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_unix_connection (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_open_unix_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_read (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_line_breaks (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_until_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_zero (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_empty_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_read_byte_count (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_separator (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_start_server (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_start_unix_server (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_streamreader_constructor (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_streamreaderprotocol_constructor (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_async_warning (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_step_in_completed_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_step_with_baseexception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_async_warning (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_step_in_completed_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_step_with_baseexception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_async_warning (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_step_in_completed_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_step_with_baseexception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_constructor_loop_selection (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_constructor_empty_sequence (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests) ... ok test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_async_warning (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_step_in_completed_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_step_with_baseexception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_async_warning (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_step_in_completed_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_step_with_baseexception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_async_warning (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_step_in_completed_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_step_with_baseexception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop. ... ok test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a tread to an event loop ... ok test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a tread to an event loop ... ok test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop ... ok test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) ... ok test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) ... ok test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) ... ok test_get_extra_info (test.test_asyncio.test_transports.TransportTests) ... ok test_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_writelines (test.test_asyncio.test_transports.TransportTests) ... ok test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests) ... ok test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests) ... ok test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_with_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ERROR test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ERROR test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test.test_asyncio.test_windows_events (unittest.loader.ModuleSkipped) ... skipped 'Windows only' test.test_asyncio.test_windows_utils (unittest.loader.ModuleSkipped) ... skipped 'Windows only' ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 716, in test_create_ssl_unix_connection with test_utils.run_test_unix_server(use_ssl=True) as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 581, in test_create_unix_connection with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 941, in test_create_unix_server server, path = self._make_unix_server(lambda: proto) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1039, in test_create_unix_server_ssl lambda: proto, ONLYCERT, ONLYKEY) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1174, in test_create_unix_server_ssl_verified lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1107, in test_create_unix_server_ssl_verify_failed lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 728, in test_legacy_create_ssl_unix_connection self.test_create_ssl_unix_connection() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 716, in test_create_ssl_unix_connection with test_utils.run_test_unix_server(use_ssl=True) as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1067, in test_legacy_create_unix_server_ssl self.test_create_unix_server_ssl() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1039, in test_create_unix_server_ssl lambda: proto, ONLYCERT, ONLYKEY) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1197, in test_legacy_create_unix_server_ssl_verified self.test_create_unix_server_ssl_verified() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1174, in test_create_unix_server_ssl_verified lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1135, in test_legacy_create_unix_server_ssl_verify_failed self.test_create_unix_server_ssl_verify_failed() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1107, in test_create_unix_server_ssl_verify_failed lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_unix_sock_client_ops (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 443, in test_unix_sock_client_ops with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 716, in test_create_ssl_unix_connection with test_utils.run_test_unix_server(use_ssl=True) as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 581, in test_create_unix_connection with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 941, in test_create_unix_server server, path = self._make_unix_server(lambda: proto) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1039, in test_create_unix_server_ssl lambda: proto, ONLYCERT, ONLYKEY) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1174, in test_create_unix_server_ssl_verified lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1107, in test_create_unix_server_ssl_verify_failed lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 728, in test_legacy_create_ssl_unix_connection self.test_create_ssl_unix_connection() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 716, in test_create_ssl_unix_connection with test_utils.run_test_unix_server(use_ssl=True) as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1067, in test_legacy_create_unix_server_ssl self.test_create_unix_server_ssl() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1039, in test_create_unix_server_ssl lambda: proto, ONLYCERT, ONLYKEY) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1197, in test_legacy_create_unix_server_ssl_verified self.test_create_unix_server_ssl_verified() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1174, in test_create_unix_server_ssl_verified lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1135, in test_legacy_create_unix_server_ssl_verify_failed self.test_create_unix_server_ssl_verify_failed() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1107, in test_create_unix_server_ssl_verify_failed lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_unix_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 443, in test_unix_sock_client_ops with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 716, in test_create_ssl_unix_connection with test_utils.run_test_unix_server(use_ssl=True) as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 581, in test_create_unix_connection with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 941, in test_create_unix_server server, path = self._make_unix_server(lambda: proto) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1039, in test_create_unix_server_ssl lambda: proto, ONLYCERT, ONLYKEY) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1174, in test_create_unix_server_ssl_verified lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1107, in test_create_unix_server_ssl_verify_failed lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 728, in test_legacy_create_ssl_unix_connection self.test_create_ssl_unix_connection() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 716, in test_create_ssl_unix_connection with test_utils.run_test_unix_server(use_ssl=True) as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1067, in test_legacy_create_unix_server_ssl self.test_create_unix_server_ssl() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1039, in test_create_unix_server_ssl lambda: proto, ONLYCERT, ONLYKEY) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1197, in test_legacy_create_unix_server_ssl_verified self.test_create_unix_server_ssl_verified() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1174, in test_create_unix_server_ssl_verified lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1135, in test_legacy_create_unix_server_ssl_verify_failed self.test_create_unix_server_ssl_verify_failed() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 1107, in test_create_unix_server_ssl_verify_failed lambda: proto, SIGNED_CERTFILE) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 996, in _make_ssl_unix_server return self._make_unix_server(factory, ssl=sslcontext) File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 934, in _make_unix_server server = self.loop.run_until_complete(f) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_unix_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_events.py", line 443, in test_unix_sock_client_ops with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_open_unix_connection (test.test_asyncio.test_streams.StreamReaderTests)/sdcard/org.bitbucket.pyona/lib/python3.7/unittest/case.py:629: ResourceWarning: unclosed outcome.errors.clear() test test_asyncio failed ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_streams.py", line 61, in test_open_unix_connection with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_open_unix_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_streams.py", line 117, in test_open_unix_connection_error with test_utils.run_test_unix_server() as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_streams.py", line 91, in test_open_unix_connection_no_loop_ssl with test_utils.run_test_unix_server(use_ssl=True) as httpd: File "/sdcard/org.bitbucket.pyona/lib/python3.7/contextlib.py", line 82, in __enter__ return next(self.gen) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 225, in run_test_unix_server server_ssl_cls=UnixSSLWSGIServer) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 149, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 453, in __init__ self.server_bind() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 178, in server_bind UnixHTTPServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/test_utils.py", line 168, in server_bind socketserver.UnixStreamServer.server_bind(self) File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 467, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_start_unix_server (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_streams.py", line 689, in test_start_unix_server server.start() File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_streams.py", line 657, in start loop=self.loop)) File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/base_events.py", line 474, in run_until_complete return future.result() File "/sdcard/org.bitbucket.pyona/lib/python3.7/asyncio/unix_events.py", line 273, in create_unix_server sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_unix_events.py", line 245, in test_create_unix_server_existing_path_sock sock.bind(path) PermissionError: [Errno 13] Permission denied ====================================================================== ERROR: test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_unix_events.py", line 301, in test_create_unix_server_path_stream_bittype sock.bind(fn) PermissionError: [Errno 13] Permission denied During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_asyncio/test_unix_events.py", line 308, in test_create_unix_server_path_stream_bittype os.unlink(fn) FileNotFoundError: [Errno 2] No such file or directory: '/data/local/tmp/tmp0t3trgzt' ---------------------------------------------------------------------- Ran 1466 tests in 24.156s FAILED (errors=39, skipped=2) test_asyncio failed 1 test failed: test_asyncio Total duration: 26 sec Tests result: FAILURE