== CPython 3.6.0 (default, Feb 17 2017, 15:26:31) [GCC 4.9.2] == Linux-4.4.13-desktop-1.mga5-x86_64-with-mageia-5-Official little-endian == hash algorithm: siphash24 64bit == cwd: /home/dima/bin/Python-3.6.0/build/test_python_8244 == encodings: locale=UTF-8, 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) ... ok test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok 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) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok 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) ... ok test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok 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) ... ok 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) ... ok test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok 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) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok 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) ... ok test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok 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) ... ok 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) ... ok test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok 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) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok 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) ... ok test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok 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) ... ok 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_iter_throw (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_iter_throw (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_connection_lost (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) ... ok test_open_unix_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ... ok 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) ... ok 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) ... FAIL 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) ... FAIL 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_exception_traceback (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_exception_traceback (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_exception_traceback (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_exception_traceback (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_exception_traceback (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_exception_traceback (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) ... ok 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) ... ok test_create_unix_server_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok 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' ====================================================================== FAIL: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dima/bin/Python-3.6.0/Lib/test/test_asyncio/test_subprocess.py", line 213, in test_stdin_broken_pipe self.loop.run_until_complete, coro) AssertionError: (, ) not raised by run_until_complete ====================================================================== FAIL: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dima/bin/Python-3.6.0/Lib/test/test_asyncio/test_subprocess.py", line 213, in test_stdin_broken_pipe self.loop.run_until_complete, coro) AssertionError: (, ) not raised by run_until_complete ---------------------------------------------------------------------- Ran 1476 tests in 8.726s FAILED (failures=2, skipped=2) test_asyncio failed 1 test failed: test_asyncio Total duration: 9 sec Tests result: FAILURE == CPython 3.6.0 (default, Feb 17 2017, 15:26:31) [GCC 4.9.2] == Linux-4.4.13-desktop-1.mga5-x86_64-with-mageia-5-Official little-endian == hash algorithm: siphash24 64bit == cwd: /home/dima/bin/Python-3.6.0/build/test_python_25394 == encodings: locale=UTF-8, 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_multiprocessing_forkserver test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest) ... ok test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest) ... ok test_closefd (test.test_multiprocessing_forkserver.TestCloseFds) ... ok test_flags (test.test_multiprocessing_forkserver.TestFlags) ... ok test_lock (test.test_multiprocessing_forkserver.TestForkAwareThreadLock) ... ok test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR) ... ERROR test_ignore_listener (test.test_multiprocessing_forkserver.TestIgnoreEINTR) ... ok test_manager_initializer (test.test_multiprocessing_forkserver.TestInitializers) ... ok test_pool_initializer (test.test_multiprocessing_forkserver.TestInitializers) ... ok test_invalid_family (test.test_multiprocessing_forkserver.TestInvalidFamily) ... ok test_invalid_family_win32 (test.test_multiprocessing_forkserver.TestInvalidFamily) ... skipped 'skipped on non-Windows platforms' test_invalid_handles (test.test_multiprocessing_forkserver.TestInvalidHandle) ... ok test_noforkbomb (test.test_multiprocessing_forkserver.TestNoForkBomb) ... ok test_semaphore_tracker (test.test_multiprocessing_forkserver.TestSemaphoreTracker) ... ok test_context (test.test_multiprocessing_forkserver.TestStartMethod) ... ok test_get_all (test.test_multiprocessing_forkserver.TestStartMethod) ... ok test_set_get (test.test_multiprocessing_forkserver.TestStartMethod) ... ok test_flushing (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) ... ok test_pool_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) ... ok test_queue_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) ... ok test_timeout (test.test_multiprocessing_forkserver.TestTimeouts) ... ok test_neg_timeout (test.test_multiprocessing_forkserver.TestWait) ... ok test_wait (test.test_multiprocessing_forkserver.TestWait) ... ok test_wait_integer (test.test_multiprocessing_forkserver.TestWait) ... ok test_wait_slow (test.test_multiprocessing_forkserver.TestWait) ... ok test_wait_socket (test.test_multiprocessing_forkserver.TestWait) ... ok test_wait_socket_slow (test.test_multiprocessing_forkserver.TestWait) ... ok test_wait_timeout (test.test_multiprocessing_forkserver.TestWait) ... ok test_abort (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_abort_and_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_action (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_barrier (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_barrier_10 (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_default_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_single_thread (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_thousand (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... skipped 'test not appropriate for manager' test_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_wait_return (test.test_multiprocessing_forkserver.WithManagerTestBarrier) ... ok test_notify (test.test_multiprocessing_forkserver.WithManagerTestCondition) ... ok test_notify_all (test.test_multiprocessing_forkserver.WithManagerTestCondition) ... ok test_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition) ... ok test_wait_result (test.test_multiprocessing_forkserver.WithManagerTestCondition) ... ok test_waitfor (test.test_multiprocessing_forkserver.WithManagerTestCondition) ... ok test_waitfor_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition) ... ok test_dict (test.test_multiprocessing_forkserver.WithManagerTestContainers) ... ok test_dict_proxy_nested (test.test_multiprocessing_forkserver.WithManagerTestContainers) ... ok test_list (test.test_multiprocessing_forkserver.WithManagerTestContainers) ... ok test_list_proxy_in_list (test.test_multiprocessing_forkserver.WithManagerTestContainers) ... ok test_namespace (test.test_multiprocessing_forkserver.WithManagerTestContainers) ... ok test_event (test.test_multiprocessing_forkserver.WithManagerTestEvent) ... ok test_lock (test.test_multiprocessing_forkserver.WithManagerTestLock) ... ok test_lock_context (test.test_multiprocessing_forkserver.WithManagerTestLock) ... ok test_rlock (test.test_multiprocessing_forkserver.WithManagerTestLock) ... ok test_rapid_restart (test.test_multiprocessing_forkserver.WithManagerTestManagerRestart) ... ok test_mymanager (test.test_multiprocessing_forkserver.WithManagerTestMyManager) ... ok test_mymanager_context (test.test_multiprocessing_forkserver.WithManagerTestMyManager) ... ok test_mymanager_context_prestarted (test.test_multiprocessing_forkserver.WithManagerTestMyManager) ... ok test_apply (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_async (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_async_timeout (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_context (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_empty_iterable (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_imap (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_imap_unordered (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_make_pool (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_map (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_map_async (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_map_async_callbacks (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_map_chunksize (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_map_no_failfast (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_map_unplicklable (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_starmap (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_starmap_async (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_terminate (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_traceback (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_wrapped_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) ... ok test_fork (test.test_multiprocessing_forkserver.WithManagerTestQueue) ... ok test_get (test.test_multiprocessing_forkserver.WithManagerTestQueue) ... ok test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithManagerTestQueue) ... ok test_put (test.test_multiprocessing_forkserver.WithManagerTestQueue) ... ok test_qsize (test.test_multiprocessing_forkserver.WithManagerTestQueue) ... ok test_task_done (test.test_multiprocessing_forkserver.WithManagerTestQueue) ... ok test_timeout (test.test_multiprocessing_forkserver.WithManagerTestQueue) ... ok test_remote (test.test_multiprocessing_forkserver.WithManagerTestRemoteManager) ... ok test_bounded_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) ... ok test_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) ... ok test_timeout (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) ... skipped 'test not appropriate for manager' test_array (test.test_multiprocessing_forkserver.WithProcessesTestArray) ... ok test_array_from_size (test.test_multiprocessing_forkserver.WithProcessesTestArray) ... ok test_getobj_getlock_obj (test.test_multiprocessing_forkserver.WithProcessesTestArray) ... ok test_rawarray (test.test_multiprocessing_forkserver.WithProcessesTestArray) ... ok test_abort (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_abort_and_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_action (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_barrier (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_barrier_10 (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_default_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_single_thread (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_thousand (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_wait_return (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) ... ok test_notify (test.test_multiprocessing_forkserver.WithProcessesTestCondition) ... ok test_notify_all (test.test_multiprocessing_forkserver.WithProcessesTestCondition) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition) ... ok test_wait_result (test.test_multiprocessing_forkserver.WithProcessesTestCondition) ... ok test_waitfor (test.test_multiprocessing_forkserver.WithProcessesTestCondition) ... ok test_waitfor_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition) ... ok test_connection (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_context (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_duplex_false (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_large_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_sendbytes (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_spawn_close (test.test_multiprocessing_forkserver.WithProcessesTestConnection) ... ok test_event (test.test_multiprocessing_forkserver.WithProcessesTestEvent) ... ok test_finalize (test.test_multiprocessing_forkserver.WithProcessesTestFinalize) ... ok test_free_from_gc (test.test_multiprocessing_forkserver.WithProcessesTestHeap) ... ok test_heap (test.test_multiprocessing_forkserver.WithProcessesTestHeap) ... ok test_context (test.test_multiprocessing_forkserver.WithProcessesTestListener) ... ok test_multiple_bind (test.test_multiprocessing_forkserver.WithProcessesTestListener) ... ok test_issue14725 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) ... ok test_issue16955 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) ... ok test_listener_client (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) ... ok test_lock (test.test_multiprocessing_forkserver.WithProcessesTestLock) ... ok test_lock_context (test.test_multiprocessing_forkserver.WithProcessesTestLock) ... ok test_rlock (test.test_multiprocessing_forkserver.WithProcessesTestLock) ... ok test_enable_logging (test.test_multiprocessing_forkserver.WithProcessesTestLogging) ... ok test_level (test.test_multiprocessing_forkserver.WithProcessesTestLogging) ... ok test_rapid_restart (test.test_multiprocessing_forkserver.WithProcessesTestManagerRestart) ... ok test_access (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections) ... ok test_pickling (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections) ... ok test_boundaries (test.test_multiprocessing_forkserver.WithProcessesTestPoll) ... ok test_dont_merge (test.test_multiprocessing_forkserver.WithProcessesTestPoll) ... ok test_empty_string (test.test_multiprocessing_forkserver.WithProcessesTestPoll) ... ok test_strings (test.test_multiprocessing_forkserver.WithProcessesTestPoll) ... ok test_poll_eintr (test.test_multiprocessing_forkserver.WithProcessesTestPollEintr) ... ok test_apply (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_async_timeout (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_context (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_empty_iterable (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_imap (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_imap_unordered (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_make_pool (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_map (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_map_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_map_async_callbacks (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_map_chunksize (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_map_no_failfast (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_map_unplicklable (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_starmap (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_starmap_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_traceback (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_wrapped_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) ... ok test_async_error_callback (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors) ... ok test_unpickleable_result (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors) ... ok test_pool_worker_lifetime (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) ... ok test_pool_worker_lifetime_early_close (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) ... ok test_active_children (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_cpu_count (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_current (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_daemon_argument (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_process (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_recursion (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_sentinel (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestProcess) ... ok test_fork (test.test_multiprocessing_forkserver.WithProcessesTestQueue) ... ok test_get (test.test_multiprocessing_forkserver.WithProcessesTestQueue) ... ok test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithProcessesTestQueue) ... ok test_put (test.test_multiprocessing_forkserver.WithProcessesTestQueue) ... ok test_qsize (test.test_multiprocessing_forkserver.WithProcessesTestQueue) ... ok test_task_done (test.test_multiprocessing_forkserver.WithProcessesTestQueue) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestQueue) ... ok test_bounded_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) ... ok test_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) ... ok test_copy (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) ... ok test_sharedctypes (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) ... ok test_synchronize (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) ... ok test_stderr_flush (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) ... ok test_subclassing (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) ... ok test_sys_exit (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) ... ok test_getobj_getlock (test.test_multiprocessing_forkserver.WithProcessesTestValue) ... ok test_rawvalue (test.test_multiprocessing_forkserver.WithProcessesTestValue) ... ok test_value (test.test_multiprocessing_forkserver.WithProcessesTestValue) ... ok test_abort (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_abort_and_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_action (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_barrier (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_barrier_10 (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_default_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_single_thread (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_thousand (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_wait_return (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) ... ok test_notify (test.test_multiprocessing_forkserver.WithThreadsTestCondition) ... ok test_notify_all (test.test_multiprocessing_forkserver.WithThreadsTestCondition) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition) ... ok test_wait_result (test.test_multiprocessing_forkserver.WithThreadsTestCondition) ... ok test_waitfor (test.test_multiprocessing_forkserver.WithThreadsTestCondition) ... ok test_waitfor_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition) ... ok test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... ok test_context (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... ok test_duplex_false (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... ok test_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... skipped 'only makes sense with processes' test_large_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... skipped 'only makes sense with processes' test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... skipped 'only makes sense with processes' test_sendbytes (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... skipped 'test not appropriate for threads' test_spawn_close (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... ok test_event (test.test_multiprocessing_forkserver.WithThreadsTestEvent) ... ok test_issue14725 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) ... ok test_issue16955 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) ... ok test_listener_client (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) ... ok test_lock (test.test_multiprocessing_forkserver.WithThreadsTestLock) ... ok test_lock_context (test.test_multiprocessing_forkserver.WithThreadsTestLock) ... ok test_rlock (test.test_multiprocessing_forkserver.WithThreadsTestLock) ... ok test_rapid_restart (test.test_multiprocessing_forkserver.WithThreadsTestManagerRestart) ... ok test_boundaries (test.test_multiprocessing_forkserver.WithThreadsTestPoll) ... ok test_dont_merge (test.test_multiprocessing_forkserver.WithThreadsTestPoll) ... ok test_empty_string (test.test_multiprocessing_forkserver.WithThreadsTestPoll) ... ok test_strings (test.test_multiprocessing_forkserver.WithThreadsTestPoll) ... ok test_apply (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_async_timeout (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_context (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_empty_iterable (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_imap (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_imap_unordered (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_make_pool (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_map (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_map_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_map_async_callbacks (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_map_chunksize (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_map_no_failfast (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_map_unplicklable (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... skipped 'test not appropriate for threads' test_starmap (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_starmap_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_traceback (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_wrapped_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok test_active_children (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... ok test_cpu_count (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... ok test_current (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_daemon_argument (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_process (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... ok test_recursion (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... ok test_sentinel (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_fork (test.test_multiprocessing_forkserver.WithThreadsTestQueue) ... ok test_get (test.test_multiprocessing_forkserver.WithThreadsTestQueue) ... ok test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithThreadsTestQueue) ... ok test_put (test.test_multiprocessing_forkserver.WithThreadsTestQueue) ... ok test_qsize (test.test_multiprocessing_forkserver.WithThreadsTestQueue) ... ok test_task_done (test.test_multiprocessing_forkserver.WithThreadsTestQueue) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestQueue) ... ok test_bounded_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) ... ok test_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) ... skipped 'test not appropriate for threads' test_import (test.test_multiprocessing_forkserver._TestImportStar) ... ok ====================================================================== ERROR: test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dima/bin/Python-3.6.0/Lib/test/_test_multiprocessing.py", line 3728, in test_ignore os.kill(p.pid, signal.SIGUSR1) ProcessLookupError: [Errno 3] No such process ---------------------------------------------------------------------- Ran 270 tests in 52.715s FAILED (errors=1, skipped=15) test_multiprocessing_forkserver failed in 53 sec 1 test failed: test_multiprocessing_forkserver Total duration: 53 sec Tests result: FAILURE