[Python-modules-team] Bug#954630: python-tornado4: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.7 3.8" returned exit code 13

Lucas Nussbaum lucas at debian.org
Sun Mar 22 07:58:00 GMT 2020


Source: python-tornado4
Version: 4.5.3-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PYBUILD_SYSTEM=custom PYTHONPATH=. dh_auto_test
> 	pybuild --test -i python{version} -p "3.7 3.8"
> I: pybuild base:217: python3.7 ./tornado4/test/runtests.py --verbose
> HTTPHeaders (tornado4.httputil)
> Doctest: tornado4.httputil.HTTPHeaders ... ok
> parse (tornado4.httputil.HTTPHeaders)
> Doctest: tornado4.httputil.HTTPHeaders.parse ... ok
> parse_line (tornado4.httputil.HTTPHeaders)
> Doctest: tornado4.httputil.HTTPHeaders.parse_line ... ok
> _NormalizedHeaderCache (tornado4.httputil)
> Doctest: tornado4.httputil._NormalizedHeaderCache ... ok
> _encode_header (tornado4.httputil)
> Doctest: tornado4.httputil._encode_header ... ok
> _get_content_range (tornado4.httputil)
> Doctest: tornado4.httputil._get_content_range ... ok
> _parse_request_range (tornado4.httputil)
> Doctest: tornado4.httputil._parse_request_range ... ok
> format_timestamp (tornado4.httputil)
> Doctest: tornado4.httputil.format_timestamp ... ok
> parse_request_start_line (tornado4.httputil)
> Doctest: tornado4.httputil.parse_request_start_line ... ok
> parse_response_start_line (tornado4.httputil)
> Doctest: tornado4.httputil.parse_response_start_line ... ok
> url_concat (tornado4.httputil)
> Doctest: tornado4.httputil.url_concat ... ok
> import_object (tornado4.util)
> Doctest: tornado4.util.import_object ... ok
> test_asyncio_adapter (tornado4.test.asyncio_test.AsyncIOLoopTest) ... ok
> test_asyncio_callback (tornado4.test.asyncio_test.AsyncIOLoopTest) ... ok
> test_asyncio_future (tornado4.test.asyncio_test.AsyncIOLoopTest) ... ok
> test_asyncio_yield_from (tornado4.test.asyncio_test.AsyncIOLoopTest) ... ok
> test_facebook_login (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth10_get_user (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth10_redirect (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth10_request_parameters (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth10a_get_user (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth10a_get_user_coroutine_exception (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth10a_redirect (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth10a_request_parameters (tornado4.test.auth_test.AuthTest) ... ok
> test_oauth2_redirect (tornado4.test.auth_test.AuthTest) ... ok
> test_openid_get_user (tornado4.test.auth_test.AuthTest) ... ok
> test_openid_redirect (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_get_user (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_redirect (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_redirect_gen_coroutine (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_redirect_gen_engine (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_show_user (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_show_user_error (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_show_user_future (tornado4.test.auth_test.AuthTest) ... ok
> test_twitter_show_user_future_error (tornado4.test.auth_test.AuthTest) ... ok
> test_google_login (tornado4.test.auth_test.GoogleOAuth2Test) ... ok
> test_callback (tornado4.test.concurrent_test.DecoratorClientTest) ... ok
> test_callback_error (tornado4.test.concurrent_test.DecoratorClientTest) ... ok
> test_future (tornado4.test.concurrent_test.DecoratorClientTest) ... ok
> test_future_error (tornado4.test.concurrent_test.DecoratorClientTest) ... ok
> test_generator (tornado4.test.concurrent_test.DecoratorClientTest) ... ok
> test_generator_error (tornado4.test.concurrent_test.DecoratorClientTest) ... ok
> test_callback (tornado4.test.concurrent_test.GeneratorClientTest) ... ok
> test_callback_error (tornado4.test.concurrent_test.GeneratorClientTest) ... ok
> test_future (tornado4.test.concurrent_test.GeneratorClientTest) ... ok
> test_future_error (tornado4.test.concurrent_test.GeneratorClientTest) ... ok
> test_generator (tornado4.test.concurrent_test.GeneratorClientTest) ... ok
> test_generator_error (tornado4.test.concurrent_test.GeneratorClientTest) ... ok
> test_callback (tornado4.test.concurrent_test.ManualClientTest) ... ok
> test_callback_error (tornado4.test.concurrent_test.ManualClientTest) ... ok
> test_future (tornado4.test.concurrent_test.ManualClientTest) ... ok
> test_future_error (tornado4.test.concurrent_test.ManualClientTest) ... ok
> test_generator (tornado4.test.concurrent_test.ManualClientTest) ... ok
> test_generator_error (tornado4.test.concurrent_test.ManualClientTest) ... ok
> test_async_future (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_async_future_gen (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_callback_kw (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_callback_positional (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_delayed_failure (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_error_in_callback (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_future_traceback (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_immediate_failure (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_kw_only_callback (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_no_callback (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_no_result_future (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_no_result_future_callback (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_none_callback_kw (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_none_callback_pos (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_return_value (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_uncaught_exception_log (tornado4.test.concurrent_test.ReturnFutureTest) ... ok
> test_call_with_both (tornado4.test.concurrent_test.RunOnExecutorTest) ... ok
> test_call_with_executor (tornado4.test.concurrent_test.RunOnExecutorTest) ... ok
> test_call_with_io_loop (tornado4.test.concurrent_test.RunOnExecutorTest) ... ok
> test_call_with_no_args (tornado4.test.concurrent_test.RunOnExecutorTest) ... ok
> test_no_calling (tornado4.test.concurrent_test.RunOnExecutorTest) ... ok
> test_304_with_content_length (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_all_methods (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_basic_auth (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_basic_auth_explicit_mode (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_body_encoding (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_body_sanity_checks (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_chunked (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_chunked_close (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_configure_defaults (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_credentials_in_url (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_final_callback_stack_context (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_follow_redirect (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_future_http_error (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_future_http_error_no_raise (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_future_interface (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_header_callback (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_header_callback_stack_context (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_header_types (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_hello_world (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... skipped 'timing tests unreliable on travis'
> test_multi_line_headers (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_non_ascii_header (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_patch_receives_payload (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_post (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_put_307 (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_reuse_request_from_response (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_streaming_callback (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_streaming_stack_context (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_types (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_unsupported_auth_mode (tornado4.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_custom_reason (tornado4.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_digest_auth (tornado4.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_fail_custom_reason (tornado4.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_failed_setup (tornado4.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_prepare_curl_callback_stack_context (tornado4.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_escape_return_types (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_json_decode (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_json_encode (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_linkify (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_recursive_unicode (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_squeeze (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_url_escape_quote_plus (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_url_escape_unicode (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_url_unescape_unicode (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_xhtml_escape (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_xhtml_unescape_numeric (tornado4.test.escape_test.EscapeTestCase) ... ok
> test_async_await (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_await_mixed_multi_native_future (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_await_mixed_multi_native_yieldpoint (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_early_return (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_gen_return (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_raise (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_return (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_return_no_value (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_async_with_timeout (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_asyncio_sleep_zero (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_attributes (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_coroutine_refcounting (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_is_coroutine_function (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_moment (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_pass_callback (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_py3_leak_exception_context (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_replace_context_exception (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_replace_yieldpoint_exception (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_sleep (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_swallow_context_exception (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_swallow_yieldpoint_exception (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_sync_gen_return (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_sync_raise (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_sync_return (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_sync_return_no_value (tornado4.test.gen_test.GenCoroutineTest) ... ok
> test_arguments (tornado4.test.gen_test.GenEngineTest) ... ok
> test_async_raise_return (tornado4.test.gen_test.GenEngineTest) ... ok
> test_async_raise_return_value (tornado4.test.gen_test.GenEngineTest) ... ok
> test_async_raise_return_value_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_bogus_yield (tornado4.test.gen_test.GenEngineTest) ... ok
> test_bogus_yield_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_exception_in_task_phase1 (tornado4.test.gen_test.GenEngineTest) ... ok
> test_exception_in_task_phase2 (tornado4.test.gen_test.GenEngineTest) ... ok
> test_exception_in_yield (tornado4.test.gen_test.GenEngineTest) ... ok
> test_exception_phase1 (tornado4.test.gen_test.GenEngineTest) ... ok
> test_exception_phase2 (tornado4.test.gen_test.GenEngineTest) ... ok
> test_future (tornado4.test.gen_test.GenEngineTest) ... ok
> test_inline_cb (tornado4.test.gen_test.GenEngineTest) ... ok
> test_ioloop_cb (tornado4.test.gen_test.GenEngineTest) ... ok
> test_key_mismatch (tornado4.test.gen_test.GenEngineTest) ... ok
> test_key_mismatch_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_key_reuse (tornado4.test.gen_test.GenEngineTest) ... ok
> test_key_reuse_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_leaked_callback (tornado4.test.gen_test.GenEngineTest) ... ok
> test_leaked_callback_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_dict (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_dict_future (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_empty (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_exceptions (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_future (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_future_delayed (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_future_dict_delayed (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_future_duplicate (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_future_exceptions (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_mixed_types (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_performance (tornado4.test.gen_test.GenEngineTest) ... skipped 'timing tests unreliable on travis'
> test_multi_yieldpoint_delayed (tornado4.test.gen_test.GenEngineTest) ... ok
> test_multi_yieldpoint_dict_delayed (tornado4.test.gen_test.GenEngineTest) ... ok
> test_no_yield (tornado4.test.gen_test.GenEngineTest) ... ok
> test_none (tornado4.test.gen_test.GenEngineTest) ... ok
> test_orphaned_callback (tornado4.test.gen_test.GenEngineTest) ... ok
> test_parallel_callback (tornado4.test.gen_test.GenEngineTest) ... ok
> test_raise_after_stop (tornado4.test.gen_test.GenEngineTest) ... ok
> test_resume_after_exception_in_yield (tornado4.test.gen_test.GenEngineTest) ... ok
> test_return_value (tornado4.test.gen_test.GenEngineTest) ... ok
> test_return_value_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_reuse (tornado4.test.gen_test.GenEngineTest) ... ok
> test_stack_context_leak (tornado4.test.gen_test.GenEngineTest) ... ok
> test_stack_context_leak_exception (tornado4.test.gen_test.GenEngineTest) ... ok
> test_sync_raise_return (tornado4.test.gen_test.GenEngineTest) ... ok
> test_sync_raise_return_value (tornado4.test.gen_test.GenEngineTest) ... ok
> test_sync_raise_return_value_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_task (tornado4.test.gen_test.GenEngineTest) ... ok
> test_task_refcounting (tornado4.test.gen_test.GenEngineTest) ... ok
> test_task_transfer_stack_context (tornado4.test.gen_test.GenEngineTest) ... ok
> test_wait_all (tornado4.test.gen_test.GenEngineTest) ... ok
> test_wait_transfer_stack_context (tornado4.test.gen_test.GenEngineTest) ... ok
> test_with_arg (tornado4.test.gen_test.GenEngineTest) ... ok
> test_with_arg_tuple (tornado4.test.gen_test.GenEngineTest) ... ok
> test_async_prepare_error_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_coroutine_exception_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_coroutine_sequence_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_coroutine_unfinished_sequence_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_exception_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_native_coroutine_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_sequence_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_task_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_undecorated_coroutines (tornado4.test.gen_test.GenWebTest) ... ok
> test_yield_exception_handler (tornado4.test.gen_test.GenWebTest) ... ok
> test_gc (tornado4.test.gen_test.RunnerGCTest)
> Runners shouldn't GC if future is alive ... ok
> test_already_done (tornado4.test.gen_test.WaitIteratorTest) ... ok
> test_empty_iterator (tornado4.test.gen_test.WaitIteratorTest) ... ok
> test_iterator (tornado4.test.gen_test.WaitIteratorTest) ... ok
> test_iterator_async_await (tornado4.test.gen_test.WaitIteratorTest) ... ok
> test_no_ref (tornado4.test.gen_test.WaitIteratorTest) ... ok
> test_already_resolved (tornado4.test.gen_test.WithTimeoutTest) ... ok
> test_completed_concurrent_future (tornado4.test.gen_test.WithTimeoutTest) ... ok
> test_completes_before_timeout (tornado4.test.gen_test.WithTimeoutTest) ... ok
> test_fails_before_timeout (tornado4.test.gen_test.WithTimeoutTest) ... ok
> test_timeout (tornado4.test.gen_test.WithTimeoutTest) ... ok
> test_timeout_concurrent_future (tornado4.test.gen_test.WithTimeoutTest) ... ok
> test_http10_no_content_length (tornado4.test.http1connection_test.HTTP1ConnectionTest) ... ok
> test_304_with_content_length (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_all_methods (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_basic_auth (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_basic_auth_explicit_mode (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_body_encoding (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_body_sanity_checks (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_chunked (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_chunked_close (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_configure_defaults (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_credentials_in_url (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_final_callback_stack_context (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_follow_redirect (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_future_http_error (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_future_http_error_no_raise (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_future_interface (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_header_callback (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_header_callback_stack_context (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_header_types (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_hello_world (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... skipped 'timing tests unreliable on travis'
> test_multi_line_headers (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_non_ascii_header (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_patch_receives_payload (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_post (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_put_307 (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_reuse_request_from_response (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_streaming_callback (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_streaming_stack_context (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_types (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_unsupported_auth_mode (tornado4.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_copy (tornado4.test.httpclient_test.HTTPErrorTestCase) ... ok
> test_error_with_response (tornado4.test.httpclient_test.HTTPErrorTestCase) ... ok
> test_plain_error (tornado4.test.httpclient_test.HTTPErrorTestCase) ... ok
> test_body (tornado4.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_body_setter (tornado4.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_headers (tornado4.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_headers_setter (tornado4.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_if_modified_since (tornado4.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_null_headers_setter (tornado4.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_str (tornado4.test.httpclient_test.HTTPResponseTestCase) ... ok
> test_bad_attribute (tornado4.test.httpclient_test.RequestProxyTest) ... ok
> test_both_set (tornado4.test.httpclient_test.RequestProxyTest) ... ok
> test_default_set (tornado4.test.httpclient_test.RequestProxyTest) ... ok
> test_defaults_none (tornado4.test.httpclient_test.RequestProxyTest) ... ok
> test_neither_set (tornado4.test.httpclient_test.RequestProxyTest) ... ok
> test_request_set (tornado4.test.httpclient_test.RequestProxyTest) ... ok
> test_sync_client (tornado4.test.httpclient_test.SyncHTTPClientTest) ... ok
> test_sync_client_error (tornado4.test.httpclient_test.SyncHTTPClientTest) ... ok
> test_missing_arguments (tornado4.test.httpserver_test.BadSSLOptionsTest) ... ok
> test_missing_key (tornado4.test.httpserver_test.BadSSLOptionsTest)
> A missing SSL key should cause an immediate exception. ... ok
> test_body_size_override_reset (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_buffered (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_buffered_chunked (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming_chunked (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming_chunked_override (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming_override (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_small_body (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_timeout (tornado4.test.httpserver_test.BodyLimitsTest) ... ok
> test_gzip (tornado4.test.httpserver_test.GzipTest) ... ok
> test_uncompressed (tornado4.test.httpserver_test.GzipTest) ... ok
> test_gzip_unsupported (tornado4.test.httpserver_test.GzipUnsupportedTest) ... ok
> test_uncompressed (tornado4.test.httpserver_test.GzipUnsupportedTest) ... ok
> test_100_continue (tornado4.test.httpserver_test.HTTPConnectionTest) ... ok
> test_multipart_form (tornado4.test.httpserver_test.HTTPConnectionTest) ... ok
> test_newlines (tornado4.test.httpserver_test.HTTPConnectionTest) ... ok
> test_chunked_request_body (tornado4.test.httpserver_test.HTTPServerRawTest) ... ok
> test_chunked_request_uppercase (tornado4.test.httpserver_test.HTTPServerRawTest) ... ok
> test_empty_request (tornado4.test.httpserver_test.HTTPServerRawTest) ... ok
> test_invalid_content_length (tornado4.test.httpserver_test.HTTPServerRawTest) ... ok
> test_malformed_first_line (tornado4.test.httpserver_test.HTTPServerRawTest) ... ok
> test_malformed_headers (tornado4.test.httpserver_test.HTTPServerRawTest) ... ok
> test_double_slash (tornado4.test.httpserver_test.HTTPServerTest) ... ok
> test_empty_post_parameters (tornado4.test.httpserver_test.HTTPServerTest) ... ok
> test_empty_query_string (tornado4.test.httpserver_test.HTTPServerTest) ... ok
> test_malformed_body (tornado4.test.httpserver_test.HTTPServerTest) ... ok
> test_query_string_encoding (tornado4.test.httpserver_test.HTTPServerTest) ... ok
> test_types (tornado4.test.httpserver_test.HTTPServerTest) ... ok
> test_idle_after_use (tornado4.test.httpserver_test.IdleTimeoutTest) ... skipped 'timing tests unreliable on travis'
> test_unused_connection (tornado4.test.httpserver_test.IdleTimeoutTest) ... skipped 'timing tests unreliable on travis'
> test_cancel_during_download (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_finish_while_closed (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_http10 (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_http10_keepalive (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_http10_keepalive_extra_crlf (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_keepalive_chunked (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_pipelined_cancel (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_pipelined_requests (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_request_close (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_two_requests (tornado4.test.httpserver_test.KeepAliveTest) ... ok
> test_legacy_interface (tornado4.test.httpserver_test.LegacyInterfaceTest) ... ok
> test_manual_protocol (tornado4.test.httpserver_test.ManualProtocolTest) ... ok
> test_large_headers (tornado4.test.httpserver_test.MaxHeaderSizeTest) ... ok
> test_small_headers (tornado4.test.httpserver_test.MaxHeaderSizeTest) ... ok
> test_error_logging (tornado4.test.httpserver_test.SSLContextTest) ... ok
> test_large_post (tornado4.test.httpserver_test.SSLContextTest) ... ok
> test_non_ssl_request (tornado4.test.httpserver_test.SSLContextTest) ... ok
> test_ssl (tornado4.test.httpserver_test.SSLContextTest) ... ok
> test_request_without_xprotocol (tornado4.test.httpserver_test.SSLXHeaderTest) ... ok
> test_error_logging (tornado4.test.httpserver_test.SSLv23Test) ... ok
> test_large_post (tornado4.test.httpserver_test.SSLv23Test) ... ok
> test_non_ssl_request (tornado4.test.httpserver_test.SSLv23Test) ... ok
> test_ssl (tornado4.test.httpserver_test.SSLv23Test) ... ok
> test_error_logging (tornado4.test.httpserver_test.SSLv3Test) ... ok
> test_large_post (tornado4.test.httpserver_test.SSLv3Test) ... ok
> test_non_ssl_request (tornado4.test.httpserver_test.SSLv3Test) ... ok
> test_ssl (tornado4.test.httpserver_test.SSLv3Test) ... ok
> test_chunked_body (tornado4.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_chunked_compressed (tornado4.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_compressed_body (tornado4.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_regular_body (tornado4.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_error_logging (tornado4.test.httpserver_test.TLSv1Test) ... ok
> test_large_post (tornado4.test.httpserver_test.TLSv1Test) ... ok
> test_non_ssl_request (tornado4.test.httpserver_test.TLSv1Test) ... ok
> test_ssl (tornado4.test.httpserver_test.TLSv1Test) ... ok
> test_unix_socket (tornado4.test.httpserver_test.UnixSocketTest) ... ok
> test_unix_socket_bad_request (tornado4.test.httpserver_test.UnixSocketTest) ... ok
> test_ip_headers (tornado4.test.httpserver_test.XHeaderTest) ... ok
> test_scheme_headers (tornado4.test.httpserver_test.XHeaderTest) ... ok
> test_trusted_downstream (tornado4.test.httpserver_test.XHeaderTest) ... ok
> test_datetime (tornado4.test.httputil_test.FormatTimestampTest) ... ok
> test_struct_time (tornado4.test.httputil_test.FormatTimestampTest) ... ok
> test_time_tuple (tornado4.test.httputil_test.FormatTimestampTest) ... ok
> test_unix_time_float (tornado4.test.httputil_test.FormatTimestampTest) ... ok
> test_unix_time_int (tornado4.test.httputil_test.FormatTimestampTest) ... ok
> test_copy (tornado4.test.httputil_test.HTTPHeadersTest) ... ok
> test_multi_line (tornado4.test.httputil_test.HTTPHeadersTest) ... ok
> test_optional_cr (tornado4.test.httputil_test.HTTPHeadersTest) ... ok
> test_pickle_roundtrip (tornado4.test.httputil_test.HTTPHeadersTest) ... ok
> test_setdefault (tornado4.test.httputil_test.HTTPHeadersTest) ... ok
> test_string (tornado4.test.httputil_test.HTTPHeadersTest) ... ok
> test_unicode_newlines (tornado4.test.httputil_test.HTTPHeadersTest) ... ok
> test_body_is_a_byte_string (tornado4.test.httputil_test.HTTPServerRequestTest) ... ok
> test_default_constructor (tornado4.test.httputil_test.HTTPServerRequestTest) ... ok
> test_boundary_starts_and_ends_with_quotes (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_content_disposition_header_without_name_parameter (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_data_after_final_boundary (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_file_upload (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_invalid_content_disposition (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_line_does_not_end_with_correct_line_break (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_missing_headers (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_special_filenames (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_unquoted_names (tornado4.test.httputil_test.MultipartFormDataTest) ... ok
> test_cookie_edgecases (tornado4.test.httputil_test.ParseCookieTest) ... ok
> test_invalid_cookies (tornado4.test.httputil_test.ParseCookieTest)
> Cookie strings that go against RFC6265 but browsers will send if set ... ok
> test_python_cookies (tornado4.test.httputil_test.ParseCookieTest)
> Test cases copied from Python's Lib/test/test_http_cookies.py ... ok
> test_parse_request_start_line (tornado4.test.httputil_test.ParseRequestStartLineTest) ... ok
> test_url_concat_dict_params (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_encode_args (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_mult_params (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_multi_same_params (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_multi_same_query_params (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_no_params (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_no_query_params (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_none_params (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_q_with_no_trailing_amp (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_trailing_amp (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_trailing_q (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_with_frag (tornado4.test.httputil_test.TestUrlConcat) ... ok
> test_import_everything (tornado4.test.import_test.ImportTest) ... ok
> test_import_pycurl (tornado4.test.import_test.ImportTest) ... ok
> test_add_callback_from_signal (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_add_callback_from_signal_other_thread (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_add_callback_return_sequence (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_add_callback_wakeup (tornado4.test.ioloop_test.TestIOLoop) ... skipped 'timing tests unreliable on travis'
> test_add_callback_wakeup_other_thread (tornado4.test.ioloop_test.TestIOLoop) ... skipped 'timing tests unreliable on travis'
> test_add_callback_while_closing (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_add_timeout_return (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_add_timeout_timedelta (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_call_at_return (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_call_later_return (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_close_file_object (tornado4.test.ioloop_test.TestIOLoop)
> When a file object is used instead of a numeric file descriptor, ... ok
> test_exception_logging (tornado4.test.ioloop_test.TestIOLoop)
> Uncaught exceptions get logged by the IOLoop. ... ok
> test_exception_logging_future (tornado4.test.ioloop_test.TestIOLoop)
> The IOLoop examines exceptions from Futures and logs them. ... ok
> test_exception_logging_native_coro (tornado4.test.ioloop_test.TestIOLoop)
> The IOLoop examines exceptions from awaitables and logs them. ... ok
> test_handle_callback_exception (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_handler_callback_file_object (tornado4.test.ioloop_test.TestIOLoop)
> The handler callback receives the same fd object it passed in. ... ok
> test_mixed_fd_fileobj (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_multiple_add (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_read_while_writeable (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_reentrant (tornado4.test.ioloop_test.TestIOLoop)
> Calling start() twice should raise an error, not deadlock. ... ok
> test_remove_handler_from_handler (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_remove_timeout_after_fire (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_remove_timeout_cleanup (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_remove_timeout_from_timeout (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_remove_without_add (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_spawn_callback (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_timeout_with_arguments (tornado4.test.ioloop_test.TestIOLoop) ... ok
> test_pre_wrap (tornado4.test.ioloop_test.TestIOLoopAddCallback) ... ok
> test_pre_wrap_with_args (tornado4.test.ioloop_test.TestIOLoopAddCallback) ... ok
> test_pre_wrap (tornado4.test.ioloop_test.TestIOLoopAddCallbackFromSignal) ... ok
> test_pre_wrap_with_args (tornado4.test.ioloop_test.TestIOLoopAddCallbackFromSignal) ... ok
> test_default_current (tornado4.test.ioloop_test.TestIOLoopCurrent) ... ok
> test_force_current (tornado4.test.ioloop_test.TestIOLoopCurrent) ... ok
> test_non_current (tornado4.test.ioloop_test.TestIOLoopCurrent) ... ok
> test_add_future_stack_context (tornado4.test.ioloop_test.TestIOLoopFutures) ... ok
> test_add_future_threads (tornado4.test.ioloop_test.TestIOLoopFutures) ... ok
> test_async_exception (tornado4.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_async_result (tornado4.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_current (tornado4.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_native_coroutine (tornado4.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_sync_exception (tornado4.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_sync_result (tornado4.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_timeout (tornado4.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_basic (tornado4.test.ioloop_test.TestPeriodicCallback) ... ok
> test_overrun (tornado4.test.ioloop_test.TestPeriodicCallback) ... ok
> test_async_read_error_logging (tornado4.test.iostream_test.TestIOStream) ... ok
> test_close_buffered_data (tornado4.test.iostream_test.TestIOStream) ... ok
> test_close_callback_with_pending_read (tornado4.test.iostream_test.TestIOStream) ... ok
> test_connection_refused (tornado4.test.iostream_test.TestIOStream) ... ok
> test_delayed_close_callback (tornado4.test.iostream_test.TestIOStream) ... ok
> test_flow_control (tornado4.test.iostream_test.TestIOStream) ... ok
> test_future_close_callback (tornado4.test.iostream_test.TestIOStream) ... ok
> test_future_delayed_close_callback (tornado4.test.iostream_test.TestIOStream) ... ok
> test_future_write (tornado4.test.iostream_test.TestIOStream)
> Test that write() Futures are never orphaned. ... ok
> test_gaierror (tornado4.test.iostream_test.TestIOStream) ... ok
> test_inline_read_error (tornado4.test.iostream_test.TestIOStream) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_large_read_until (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_bytes_partial (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_callback_error (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_until_close_after_close (tornado4.test.iostream_test.TestIOStream) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_read_until_close_with_error (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_until_max_bytes (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_until_max_bytes_ignores_extra (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_until_max_bytes_inline (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_until_regex_max_bytes (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_until_regex_max_bytes_ignores_extra (tornado4.test.iostream_test.TestIOStream) ... ok
> test_read_until_regex_max_bytes_inline (tornado4.test.iostream_test.TestIOStream) ... ok
> test_small_read_untils_from_large_buffer (tornado4.test.iostream_test.TestIOStream) ... ok
> test_small_reads_from_large_buffer (tornado4.test.iostream_test.TestIOStream) ... ok
> test_streaming_callback (tornado4.test.iostream_test.TestIOStream) ... ok
> test_streaming_callback_with_data_in_buffer (tornado4.test.iostream_test.TestIOStream) ... ok
> test_streaming_read_until_close_after_close (tornado4.test.iostream_test.TestIOStream) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_streaming_until_close (tornado4.test.iostream_test.TestIOStream) ... ok
> test_streaming_until_close_future (tornado4.test.iostream_test.TestIOStream) ... ok
> test_write_memoryview (tornado4.test.iostream_test.TestIOStream) ... ok
> test_write_zero_bytes (tornado4.test.iostream_test.TestIOStream) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_async_read_error_logging (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_close_buffered_data (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_close_callback_with_pending_read (tornado4.test.iostream_test.TestIOStreamSSL) ... ERROR
> test_connection_refused (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_delayed_close_callback (tornado4.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:12:08 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_flow_control (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_future_close_callback (tornado4.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:12:08 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_future_delayed_close_callback (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_future_write (tornado4.test.iostream_test.TestIOStreamSSL)
> Test that write() Futures are never orphaned. ... ok
> test_gaierror (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_inline_read_error (tornado4.test.iostream_test.TestIOStreamSSL) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_large_read_until (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_bytes_partial (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_callback_error (tornado4.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:12:08 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_read_until_close_after_close (tornado4.test.iostream_test.TestIOStreamSSL) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_read_until_close_with_error (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_max_bytes (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_max_bytes_ignores_extra (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_max_bytes_inline (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_regex_max_bytes (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_regex_max_bytes_ignores_extra (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_regex_max_bytes_inline (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_small_read_untils_from_large_buffer (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_small_reads_from_large_buffer (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_callback (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_callback_with_data_in_buffer (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_read_until_close_after_close (tornado4.test.iostream_test.TestIOStreamSSL) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_streaming_until_close (tornado4.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:12:09 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_streaming_until_close_future (tornado4.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:12:09 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_write_memoryview (tornado4.test.iostream_test.TestIOStreamSSL) ... ok
> test_write_zero_bytes (tornado4.test.iostream_test.TestIOStreamSSL) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_async_read_error_logging (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_close_buffered_data (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_close_callback_with_pending_read (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ERROR
> test_connection_refused (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_delayed_close_callback (tornado4.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:12:09 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_flow_control (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_future_close_callback (tornado4.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:12:09 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_future_delayed_close_callback (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_future_write (tornado4.test.iostream_test.TestIOStreamSSLContext)
> Test that write() Futures are never orphaned. ... ok
> test_gaierror (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_inline_read_error (tornado4.test.iostream_test.TestIOStreamSSLContext) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_large_read_until (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_bytes_partial (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_callback_error (tornado4.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:12:09 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_read_until_close_after_close (tornado4.test.iostream_test.TestIOStreamSSLContext) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_read_until_close_with_error (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_max_bytes (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_max_bytes_ignores_extra (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_max_bytes_inline (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_regex_max_bytes (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_regex_max_bytes_ignores_extra (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_regex_max_bytes_inline (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_small_read_untils_from_large_buffer (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_small_reads_from_large_buffer (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_callback (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_callback_with_data_in_buffer (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_read_until_close_after_close (tornado4.test.iostream_test.TestIOStreamSSLContext) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_streaming_until_close (tornado4.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_streaming_until_close_future (tornado4.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_write_memoryview (tornado4.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_write_zero_bytes (tornado4.test.iostream_test.TestIOStreamSSLContext) ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_check_hostname (tornado4.test.iostream_test.TestIOStreamStartTLS) ... ok
> test_handshake_fail (tornado4.test.iostream_test.TestIOStreamStartTLS) ... ok
> test_start_tls_smtp (tornado4.test.iostream_test.TestIOStreamStartTLS) ... ok
> test_connection_closed (tornado4.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_future_close_while_reading (tornado4.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_future_interface (tornado4.test.iostream_test.TestIOStreamWebHTTP)
> Basic test of IOStream's ability to return Futures. ... ok
> test_future_read_until_close (tornado4.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_read_until_close (tornado4.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_read_zero_bytes (tornado4.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_write_while_connecting (tornado4.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_connection_closed (tornado4.test.iostream_test.TestIOStreamWebHTTPS) ... ok
> test_future_close_while_reading (tornado4.test.iostream_test.TestIOStreamWebHTTPS) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_future_interface (tornado4.test.iostream_test.TestIOStreamWebHTTPS)
> Basic test of IOStream's ability to return Futures. ... ok
> test_future_read_until_close (tornado4.test.iostream_test.TestIOStreamWebHTTPS) ... ERROR
> test_read_until_close (tornado4.test.iostream_test.TestIOStreamWebHTTPS) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_read_zero_bytes (tornado4.test.iostream_test.TestIOStreamWebHTTPS) ... ok
> test_write_while_connecting (tornado4.test.iostream_test.TestIOStreamWebHTTPS) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_pipe_iostream (tornado4.test.iostream_test.TestPipeIOStream) ... ok
> test_pipe_iostream_big_write (tornado4.test.iostream_test.TestPipeIOStream) ... ok
> test_wait_for_handshake_already_connected (tornado4.test.iostream_test.WaitForHandshakeTest) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_wait_for_handshake_already_waiting_error (tornado4.test.iostream_test.WaitForHandshakeTest) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_wait_for_handshake_callback (tornado4.test.iostream_test.WaitForHandshakeTest) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_wait_for_handshake_future (tornado4.test.iostream_test.WaitForHandshakeTest) ... [W 200322 03:12:10 iostream:659] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> ok
> test_format_date (tornado4.test.locale_test.EnglishTest) ... ok
> test_format_day (tornado4.test.locale_test.EnglishTest) ... ok
> test_friendly_number (tornado4.test.locale_test.EnglishTest) ... ok
> test_list (tornado4.test.locale_test.EnglishTest) ... ok
> test_non_ascii_name (tornado4.test.locale_test.LocaleDataTest) ... ok
> test_csv (tornado4.test.locale_test.TranslationLoaderTest) ... ok
> test_csv_bom (tornado4.test.locale_test.TranslationLoaderTest) ... ok
> test_gettext (tornado4.test.locale_test.TranslationLoaderTest) ... ok
> test_release_unacquired (tornado4.test.locks_test.BoundedSemaphoreTest) ... ok
> test_garbage_collection (tornado4.test.locks_test.ConditionTest) ... ok
> test_nested_notify (tornado4.test.locks_test.ConditionTest) ... ok
> test_notify (tornado4.test.locks_test.ConditionTest) ... ok
> test_notify_1 (tornado4.test.locks_test.ConditionTest) ... ok
> test_notify_all (tornado4.test.locks_test.ConditionTest) ... ok
> test_notify_all_with_timeout (tornado4.test.locks_test.ConditionTest) ... ok
> test_notify_n (tornado4.test.locks_test.ConditionTest) ... ok
> test_notify_n_with_timeout (tornado4.test.locks_test.ConditionTest) ... ok
> test_repr (tornado4.test.locks_test.ConditionTest) ... ok
> test_wait_timeout (tornado4.test.locks_test.ConditionTest) ... ok
> test_wait_timeout_preempted (tornado4.test.locks_test.ConditionTest) ... ok
> test_event (tornado4.test.locks_test.EventTest) ... ok
> test_event_set_multiple (tornado4.test.locks_test.EventTest) ... ok
> test_event_timeout (tornado4.test.locks_test.EventTest) ... ok
> test_event_wait_clear (tornado4.test.locks_test.EventTest) ... ok
> test_repr (tornado4.test.locks_test.EventTest) ... ok
> test_acquire_fifo (tornado4.test.locks_test.LockTests) ... ok
> test_acquire_fifo_async_with (tornado4.test.locks_test.LockTests) ... ok
> test_acquire_release (tornado4.test.locks_test.LockTests) ... ok
> test_acquire_timeout (tornado4.test.locks_test.LockTests) ... ok
> test_context_manager_misuse (tornado4.test.locks_test.LockTests) ... ok
> test_multi_release (tornado4.test.locks_test.LockTests) ... ok
> test_repr (tornado4.test.locks_test.LockTests) ... ok
> test_yield_lock (tornado4.test.locks_test.LockTests) ... ok
> test_context_manager (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_async_await (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_contended (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_exception (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_misuse (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_timeout (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_timeout_error (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_yield_sem (tornado4.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_acquire (tornado4.test.locks_test.SemaphoreTest) ... ok
> test_acquire_timeout (tornado4.test.locks_test.SemaphoreTest) ... ok
> test_acquire_timeout_preempted (tornado4.test.locks_test.SemaphoreTest) ... ok
> test_garbage_collection (tornado4.test.locks_test.SemaphoreTest) ... ok
> test_negative_value (tornado4.test.locks_test.SemaphoreTest) ... ok
> test_release_unacquired (tornado4.test.locks_test.SemaphoreTest) ... ok
> test_repr (tornado4.test.locks_test.SemaphoreTest) ... ok
> test_bad_host (tornado4.test.netutil_test.BlockingResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_future_interface_bad_host (tornado4.test.netutil_test.BlockingResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_future_interface (tornado4.test.netutil_test.BlockingResolverTest) ... ok
> test_localhost (tornado4.test.netutil_test.BlockingResolverTest) ... ok
> test_future_interface (tornado4.test.netutil_test.CaresResolverTest) ... skipped 'pycares module not present'
> test_localhost (tornado4.test.netutil_test.CaresResolverTest) ... skipped 'pycares module not present'
> test_is_valid_ip (tornado4.test.netutil_test.IsValidIPTest) ... ok
> test_reuse_port (tornado4.test.netutil_test.TestPortAllocation) ... ok
> test_same_port_allocation (tornado4.test.netutil_test.TestPortAllocation) ... ok
> test_bad_host (tornado4.test.netutil_test.ThreadedResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_future_interface_bad_host (tornado4.test.netutil_test.ThreadedResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_import (tornado4.test.netutil_test.ThreadedResolverImportTest) ... ok
> test_future_interface (tornado4.test.netutil_test.ThreadedResolverTest) ... ok
> test_localhost (tornado4.test.netutil_test.ThreadedResolverTest) ... ok
> test_bad_host (tornado4.test.netutil_test.TwistedResolverTest) ... skipped 'Prevent internet access during build'
> test_future_interface (tornado4.test.netutil_test.TwistedResolverTest) ... ok
> test_future_interface_bad_host (tornado4.test.netutil_test.TwistedResolverTest) ... skipped 'Prevent internet access during build'
> test_localhost (tornado4.test.netutil_test.TwistedResolverTest) ... ok
> test_log_file (tornado4.test.log_test.EnablePrettyLoggingTest) ... ok
> test_log_file_with_timed_rotating (tornado4.test.log_test.EnablePrettyLoggingTest) ... ok
> test_wrong_rotate_mode_value (tornado4.test.log_test.EnablePrettyLoggingTest) ... ok
> test_basic_logging (tornado4.test.log_test.LogFormatterTest) ... ok
> test_bytes_exception_logging (tornado4.test.log_test.LogFormatterTest) ... ok
> test_bytes_logging (tornado4.test.log_test.LogFormatterTest) ... ok
> test_utf8_logging (tornado4.test.log_test.LogFormatterTest) ... ok
> test_default (tornado4.test.log_test.LoggingOptionTest) ... ok
> test_disable_code_none (tornado4.test.log_test.LoggingOptionTest) ... ok
> test_disable_code_string (tornado4.test.log_test.LoggingOptionTest) ... ok
> test_disable_command_line (tornado4.test.log_test.LoggingOptionTest) ... ok
> test_disable_command_line_case_insensitive (tornado4.test.log_test.LoggingOptionTest) ... ok
> test_disable_override (tornado4.test.log_test.LoggingOptionTest) ... ok
> test_tornado_default (tornado4.test.log_test.LoggingOptionTest) ... ok
> test_basic_logging (tornado4.test.log_test.UnicodeLogFormatterTest) ... ok
> test_bytes_exception_logging (tornado4.test.log_test.UnicodeLogFormatterTest) ... ok
> test_bytes_logging (tornado4.test.log_test.UnicodeLogFormatterTest) ... ok
> test_unicode_logging (tornado4.test.log_test.UnicodeLogFormatterTest) ... ok
> test_utf8_logging (tornado4.test.log_test.UnicodeLogFormatterTest) ... ok
> test_as_dict (tornado4.test.options_test.OptionsTest) ... ok
> test_dash_underscore_cli (tornado4.test.options_test.OptionsTest) ... ok
> test_dash_underscore_file (tornado4.test.options_test.OptionsTest) ... ok
> test_dash_underscore_introspection (tornado4.test.options_test.OptionsTest) ... ok
> test_error_redefine (tornado4.test.options_test.OptionsTest) ... ok
> test_error_redefine_underscore (tornado4.test.options_test.OptionsTest) ... ok
> test_getitem (tornado4.test.options_test.OptionsTest) ... ok
> test_group_dict (tornado4.test.options_test.OptionsTest) ... ok
> test_help (tornado4.test.options_test.OptionsTest) ... ok
> test_items (tornado4.test.options_test.OptionsTest) ... ok
> test_iter (tornado4.test.options_test.OptionsTest) ... ok
> test_mock_patch (tornado4.test.options_test.OptionsTest) ... ok
> test_multiple_int (tornado4.test.options_test.OptionsTest) ... ok
> test_multiple_string (tornado4.test.options_test.OptionsTest) ... ok
> test_parse_callbacks (tornado4.test.options_test.OptionsTest) ... ok
> test_parse_command_line (tornado4.test.options_test.OptionsTest) ... ok
> test_parse_config_file (tornado4.test.options_test.OptionsTest) ... ok
> test_setattr (tornado4.test.options_test.OptionsTest) ... ok
> test_setattr_type_check (tornado4.test.options_test.OptionsTest) ... ok
> test_setattr_with_callback (tornado4.test.options_test.OptionsTest) ... ok
> test_setitem (tornado4.test.options_test.OptionsTest) ... ok
> test_subcommand (tornado4.test.options_test.OptionsTest) ... ok
> test_types (tornado4.test.options_test.OptionsTest) ... ok
> test_multi_process (tornado4.test.process_test.ProcessTest) ... ok
> test_close_stdin (tornado4.test.process_test.SubprocessTest) ... ok
> test_sigchild (tornado4.test.process_test.SubprocessTest) ... ok
> test_sigchild_future (tornado4.test.process_test.SubprocessTest) ... ok
> test_sigchild_signal (tornado4.test.process_test.SubprocessTest) ... ok
> test_stderr (tornado4.test.process_test.SubprocessTest) ... ok
> test_subprocess (tornado4.test.process_test.SubprocessTest) ... ok
> test_wait_for_exit_raise (tornado4.test.process_test.SubprocessTest) ... ok
> test_wait_for_exit_raise_disabled (tornado4.test.process_test.SubprocessTest) ... ok
> test_join_empty_queue (tornado4.test.queues_test.LifoQueueJoinTest) ... ok
> test_join_timeout (tornado4.test.queues_test.LifoQueueJoinTest) ... ok
> test_order (tornado4.test.queues_test.LifoQueueJoinTest) ... ok
> test_task_done (tornado4.test.queues_test.LifoQueueJoinTest) ... ok
> test_task_done_delay (tornado4.test.queues_test.LifoQueueJoinTest) ... ok
> test_task_done_underflow (tornado4.test.queues_test.LifoQueueJoinTest) ... ok
> test_join_empty_queue (tornado4.test.queues_test.PriorityQueueJoinTest) ... ok
> test_join_timeout (tornado4.test.queues_test.PriorityQueueJoinTest) ... ok
> test_order (tornado4.test.queues_test.PriorityQueueJoinTest) ... ok
> test_task_done (tornado4.test.queues_test.PriorityQueueJoinTest) ... ok
> test_task_done_delay (tornado4.test.queues_test.PriorityQueueJoinTest) ... ok
> test_task_done_underflow (tornado4.test.queues_test.PriorityQueueJoinTest) ... ok
> test_producer_consumer (tornado4.test.queues_test.ProducerConsumerTest) ... ok
> test_maxsize (tornado4.test.queues_test.QueueBasicTest) ... ok
> test_order (tornado4.test.queues_test.QueueBasicTest) ... ok
> test_repr_and_str (tornado4.test.queues_test.QueueBasicTest) ... ok
> test_async_for (tornado4.test.queues_test.QueueGetTest) ... ok
> test_blocking_get (tornado4.test.queues_test.QueueGetTest) ... ok
> test_blocking_get_wait (tornado4.test.queues_test.QueueGetTest) ... ok
> test_get_clears_timed_out_getters (tornado4.test.queues_test.QueueGetTest) ... ok
> test_get_clears_timed_out_putters (tornado4.test.queues_test.QueueGetTest) ... ok
> test_get_timeout (tornado4.test.queues_test.QueueGetTest) ... ok
> test_get_timeout_preempted (tornado4.test.queues_test.QueueGetTest) ... ok
> test_get_with_putters (tornado4.test.queues_test.QueueGetTest) ... ok
> test_nonblocking_get (tornado4.test.queues_test.QueueGetTest) ... ok
> test_nonblocking_get_exception (tornado4.test.queues_test.QueueGetTest) ... ok
> test_join_empty_queue (tornado4.test.queues_test.QueueJoinTest) ... ok
> test_join_timeout (tornado4.test.queues_test.QueueJoinTest) ... ok
> test_task_done (tornado4.test.queues_test.QueueJoinTest) ... ok
> test_task_done_delay (tornado4.test.queues_test.QueueJoinTest) ... ok
> test_task_done_underflow (tornado4.test.queues_test.QueueJoinTest) ... ok
> test_blocking_put (tornado4.test.queues_test.QueuePutTest) ... ok
> test_blocking_put_wait (tornado4.test.queues_test.QueuePutTest) ... ok
> test_float_maxsize (tornado4.test.queues_test.QueuePutTest) ... ok
> test_nonblocking_put_exception (tornado4.test.queues_test.QueuePutTest) ... ok
> test_nonblocking_put_with_getters (tornado4.test.queues_test.QueuePutTest) ... ok
> test_put_clears_timed_out_getters (tornado4.test.queues_test.QueuePutTest) ... ok
> test_put_clears_timed_out_putters (tornado4.test.queues_test.QueuePutTest) ... ok
> test_put_timeout (tornado4.test.queues_test.QueuePutTest) ... ok
> test_put_timeout_preempted (tornado4.test.queues_test.QueuePutTest) ... ok
> test_put_with_getters (tornado4.test.queues_test.QueuePutTest) ... ok
> test_basic_router (tornado4.test.routing_test.BasicRouterTestCase) ... ok
> test_custom_router (tornado4.test.routing_test.CustomRouterTestCase) ... ok
> test_http_method_router (tornado4.test.routing_test.HTTPMethodRouterTestCase) ... ok
> test_rule_based_router (tornado4.test.routing_test.RuleRouterTest) ... ok
> test_wsgi_container (tornado4.test.routing_test.WSGIContainerTestCase) ... ok
> test_chunked_with_content_length (tornado4.test.simple_httpclient_test.ChunkedWithContentLengthTest) ... ok
> test_max_clients (tornado4.test.simple_httpclient_test.CreateAsyncHTTPClientTestCase) ... ok
> test_100_continue (tornado4.test.simple_httpclient_test.HTTP100ContinueTestCase) ... ok
> test_204_invalid_content_length (tornado4.test.simple_httpclient_test.HTTP204NoContentTestCase) ... skipped 'curl client accepts invalid headers'
> test_204_no_content (tornado4.test.simple_httpclient_test.HTTP204NoContentTestCase) ... ok
> test_hostname_mapping (tornado4.test.simple_httpclient_test.HostnameMappingTestCase) ... ok
> test_port_mapping (tornado4.test.simple_httpclient_test.HostnameMappingTestCase) ... ok
> test_large_body (tornado4.test.simple_httpclient_test.MaxBodySizeTest) ... ok
> test_small_body (tornado4.test.simple_httpclient_test.MaxBodySizeTest) ... ok
> test_large_body (tornado4.test.simple_httpclient_test.MaxBufferSizeTest) ... ok
> test_large_headers (tornado4.test.simple_httpclient_test.MaxHeaderSizeTest) ... ok
> test_small_headers (tornado4.test.simple_httpclient_test.MaxHeaderSizeTest) ... ok
> test_resolve_timeout (tornado4.test.simple_httpclient_test.ResolveTimeoutTestCase) ... ok
> test_304_with_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_all_methods (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_basic_auth (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_basic_auth_explicit_mode (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_body_encoding (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_body_sanity_checks (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_chunked (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_chunked_close (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_configure_defaults (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_credentials_in_url (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_final_callback_stack_context (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_follow_redirect (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_future_http_error (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_future_http_error_no_raise (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_future_interface (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_header_callback (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_header_callback_stack_context (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_header_types (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_hello_world (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... skipped 'timing tests unreliable on travis'
> test_multi_line_headers (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_non_ascii_header (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_patch_receives_payload (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_post (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_put_307 (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_reuse_request_from_response (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_streaming_callback (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_streaming_stack_context (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_types (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_unsupported_auth_mode (tornado4.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_100_continue (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_100_continue_early_response (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_async_body_producer_chunked (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_async_body_producer_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_connect_timeout (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_connection_limit (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_connection_refused (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_gzip (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_head_request (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_header_reuse (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_host_header (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_ipv6 (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_max_redirects (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_native_body_producer_chunked (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_native_body_producer_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_no_content (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_no_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_options_request (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_queue_timeout (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_redirect_connection_limit (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_request_timeout (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_see_other_redirect (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_singleton (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_streaming_follow_redirects (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_sync_body_producer_chunked (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_sync_body_producer_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_100_continue (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_100_continue_early_response (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_async_body_producer_chunked (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_async_body_producer_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_connect_timeout (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_connection_limit (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_connection_refused (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_error_logging (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_gzip (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_head_request (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_header_reuse (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_host_header (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ipv6 (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_max_redirects (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_native_body_producer_chunked (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_native_body_producer_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_no_content (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_no_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [E 200322 03:12:13 http1connection:54] Uncaught exception
>     Traceback (most recent call last):
>       File "/<<PKGBUILDDIR>>/tornado4/http1connection.py", line 259, in _read_message
>         delegate.on_connection_close()
>       File "/<<PKGBUILDDIR>>/tornado4/http1connection.py", line 674, in on_connection_close
>         return self._delegate.on_connection_close()
>       File "/<<PKGBUILDDIR>>/tornado4/simple_httpclient.py", line 465, in on_connection_close
>         raise self.stream.error
>       File "/<<PKGBUILDDIR>>/tornado4/http1connection.py", line 222, in _read_message
>         yield body_future
>       File "/<<PKGBUILDDIR>>/tornado4/gen.py", line 1054, in run
>         value = future.result()
>       File "/<<PKGBUILDDIR>>/tornado4/concurrent.py", line 238, in result
>         raise_exc_info(self._exc_info)
>       File "<string>", line 4, in raise_exc_info
>       File "/<<PKGBUILDDIR>>/tornado4/gen.py", line 307, in wrapper
>         yielded = next(result)
>       File "/<<PKGBUILDDIR>>/tornado4/http1connection.py", line 619, in _read_body_until_close
>         body = yield self.stream.read_until_close()
>       File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 360, in read_until_close
>         self._try_inline_read()
>       File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 711, in _try_inline_read
>         pos = self._read_to_buffer_loop()
>       File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 625, in _read_to_buffer_loop
>         if self._read_to_buffer() == 0:
>       File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 738, in _read_to_buffer
>         chunk = self.read_from_fd()
>       File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 1501, in read_from_fd
>         chunk = self.socket.read(self.read_chunk_size)
>       File "/usr/lib/python3.7/ssl.py", line 931, in read
>         return self._sslobj.read(len)
>     ssl.SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> FAIL
> test_options_request (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_queue_timeout (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_redirect_connection_limit (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_request_timeout (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_see_other_redirect (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_singleton (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_context (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_context_handshake_fail (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_options (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_options_handshake_fail (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_streaming_follow_redirects (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_sync_body_producer_chunked (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_sync_body_producer_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_stack_context (tornado4.test.stack_context_test.HTTPStackContextTest) ... ok
> test_deactivate (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_deactivate_order (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_exit_library_context (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_isolation_empty (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_isolation_nonempty (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_run_with_stack_context (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_yield_in_with (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_yield_in_with_exception_stack_context (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_yield_outside_with (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_yield_outside_with_exception_stack_context (tornado4.test.stack_context_test.StackContextTest) ... ok
> test_all_fail (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_immediate_failure (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_immediate_success (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try_failure (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try_timeout (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_success_after_timeout (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_two_families_immediate_failure (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_two_families_timeout (tornado4.test.tcpclient_test.ConnectorTest) ... ok
> test_connect_ipv4_dual (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_ipv4_ipv4 (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_ipv6_dual (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_ipv6_ipv6 (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_unspec_dual (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_unspec_ipv4 (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_unspec_ipv6 (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_refused_ipv4 (tornado4.test.tcpclient_test.TCPClientTest) ... ok
> test_source_ip_fail (tornado4.test.tcpclient_test.TCPClientTest)
> Fail when trying to use the source IP Address '8.8.8.8'. ... ok
> test_source_ip_success (tornado4.test.tcpclient_test.TCPClientTest)
> Success when trying to use the source IP Address '127.0.0.1' ... ok
> test_source_port_fail (tornado4.test.tcpclient_test.TCPClientTest)
> Fail when trying to use source port 1. ... ok
> test_mixed (tornado4.test.tcpclient_test.TestConnectorSplit) ... ok
> test_one_family (tornado4.test.tcpclient_test.TestConnectorSplit) ... ok
> test_handle_stream_coroutine_logging (tornado4.test.tcpserver_test.TCPServerTest) ... ok
> test_handle_stream_native_coroutine (tornado4.test.tcpserver_test.TCPServerTest) ... ok
> test_stop_twice (tornado4.test.tcpserver_test.TCPServerTest) ... ok
> test_custom_escape (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_default_off (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_default_on (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_extended_block (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_manual_minimize_whitespace (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_raw_expression (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_unextended_block (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_whitespace_by_filename (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_whitespace_by_loader (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_whitespace_directive (tornado4.test.template_test.AutoEscapeTest) ... ok
> test_custom_parse_error (tornado4.test.template_test.ParseErrorDetailTest) ... ok
> test_details (tornado4.test.template_test.ParseErrorDetailTest) ... ok
> test_error_line_number_directive (tornado4.test.template_test.StackTraceTest) ... ok
> test_error_line_number_expression (tornado4.test.template_test.StackTraceTest) ... ok
> test_error_line_number_extends_base_error (tornado4.test.template_test.StackTraceTest) ... ok
> test_error_line_number_extends_sub_error (tornado4.test.template_test.StackTraceTest) ... ok
> test_error_line_number_include (tornado4.test.template_test.StackTraceTest) ... ok
> test_error_line_number_module (tornado4.test.template_test.StackTraceTest) ... ok
> test_multi_includes (tornado4.test.template_test.StackTraceTest) ... ok
> test_utf8_in_file (tornado4.test.template_test.TemplateLoaderTest) ... ok
> test_apply (tornado4.test.template_test.TemplateTest) ... ok
> test_break_continue (tornado4.test.template_test.TemplateTest) ... ok
> test_break_in_apply (tornado4.test.template_test.TemplateTest) ... ok
> test_break_outside_loop (tornado4.test.template_test.TemplateTest) ... ok
> test_bytes (tornado4.test.template_test.TemplateTest) ... ok
> test_bytes_apply (tornado4.test.template_test.TemplateTest) ... ok
> test_comment (tornado4.test.template_test.TemplateTest) ... ok
> test_comment_directive (tornado4.test.template_test.TemplateTest) ... ok
> test_custom_namespace (tornado4.test.template_test.TemplateTest) ... ok
> test_escaping (tornado4.test.template_test.TemplateTest) ... ok
> test_expressions (tornado4.test.template_test.TemplateTest) ... ok
> test_extends (tornado4.test.template_test.TemplateTest) ... ok
> test_if (tornado4.test.template_test.TemplateTest) ... ok
> test_if_empty_body (tornado4.test.template_test.TemplateTest) ... ok
> test_include (tornado4.test.template_test.TemplateTest) ... ok
> test_no_inherit_future (tornado4.test.template_test.TemplateTest) ... skipped 'no testable future imports'
> test_non_ascii_name (tornado4.test.template_test.TemplateTest) ... ok
> test_relative_load (tornado4.test.template_test.TemplateTest) ... ok
> test_simple (tornado4.test.template_test.TemplateTest) ... ok
> test_try (tornado4.test.template_test.TemplateTest) ... ok
> test_unicode_apply (tornado4.test.template_test.TemplateTest) ... ok
> test_unicode_literal_expression (tornado4.test.template_test.TemplateTest) ... ok
> test_unicode_template (tornado4.test.template_test.TemplateTest) ... ok
> test_exception_in_callback (tornado4.test.testing_test.AsyncTestCaseTest) ... ok
> test_multiple_errors (tornado4.test.testing_test.AsyncTestCaseTest) ... ok
> test_subsequent_wait_calls (tornado4.test.testing_test.AsyncTestCaseTest)
> This test makes sure that a second call to wait() ... ok
> test_wait_timeout (tornado4.test.testing_test.AsyncTestCaseTest) ... ok
> test_other_return (tornado4.test.testing_test.AsyncTestCaseWrapperTest) ... ok
> test_undecorated_coroutine (tornado4.test.testing_test.AsyncTestCaseWrapperTest) ... ok
> test_undecorated_generator (tornado4.test.testing_test.AsyncTestCaseWrapperTest) ... ok
> test_undecorated_generator_with_skip (tornado4.test.testing_test.AsyncTestCaseWrapperTest) ... ok
> test_async (tornado4.test.testing_test.GenTest) ... ok
> test_native_coroutine (tornado4.test.testing_test.GenTest) ... ok
> test_native_coroutine_timeout (tornado4.test.testing_test.GenTest) ... ok
> test_no_timeout (tornado4.test.testing_test.GenTest) ... ok
> test_no_timeout_environment_variable (tornado4.test.testing_test.GenTest) ... ok
> test_sync (tornado4.test.testing_test.GenTest) ... ok
> test_timeout (tornado4.test.testing_test.GenTest) ... ok
> test_timeout_environment_variable (tornado4.test.testing_test.GenTest) ... ok
> test_with_method_args (tornado4.test.testing_test.GenTest) ... ok
> test_with_method_kwargs (tornado4.test.testing_test.GenTest) ... ok
> test_set_up_tear_down (tornado4.test.testing_test.SetUpTearDownTest)
> This test makes sure that AsyncTestCase calls super methods for ... ok
> testTornadoServerTwistedClientIOLoop (tornado4.test.twisted_test.CompatibilityTests) ... skipped 'twisted web not present'
> testTornadoServerTwistedClientReactor (tornado4.test.twisted_test.CompatibilityTests) ... skipped 'twisted web not present'
> testTornadoServerTwistedCoroutineClientIOLoop (tornado4.test.twisted_test.CompatibilityTests) ... skipped 'twisted web not present'
> testTwistedServerTornadoClientIOLoop (tornado4.test.twisted_test.CompatibilityTests) ... skipped 'twisted web not present'
> testTwistedServerTornadoClientReactor (tornado4.test.twisted_test.CompatibilityTests) ... skipped 'twisted web not present'
> test_failure (tornado4.test.twisted_test.ConvertDeferredTest) ... ok
> test_success (tornado4.test.twisted_test.ConvertDeferredTest) ... ok
> testCallFromThread (tornado4.test.twisted_test.ReactorCallFromThreadTest) ... ok
> testCallInThread (tornado4.test.twisted_test.ReactorCallInThread) ... ok
> test_callLater (tornado4.test.twisted_test.ReactorCallLaterTest) ... ok
> test_addReader (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> C{reactor.addReader()} accepts an L{IReadDescriptor} provider and calls ... ok
> test_addWriter (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> C{reactor.addWriter()} accepts an L{IWriteDescriptor} provider and ... ok
> test_connectionLostOnShutdown (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> Any file descriptors added to the reactor have their C{connectionLost} ... ok
> test_getReaders (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> L{IReactorFDSet.getReaders} reflects the additions and removals made ... ok
> test_getWriters (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> L{IReactorFDSet.getWriters} reflects the additions and removals made ... ok
> test_lostFileDescriptor (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_lostFileDescriptor ... ok
> test_negativeOneFileDescriptor (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> If L{FileDescriptor.fileno} returns C{-1}, the descriptor is removed ... ok
> test_removeAll (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> C{reactor.removeAll()} removes all registered L{IReadDescriptor} ... ok
> test_removeReader (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> L{reactor.removeReader()} accepts an L{IReadDescriptor} provider ... ok
> test_removeWriter (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> L{reactor.removeWriter()} accepts an L{IWriteDescriptor} provider ... ok
> test_removedFromReactor (tornado4.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> A descriptor's C{fileno} method should not be called after the ... ok
> testNoWriter (tornado4.test.twisted_test.ReactorReaderWriterTest) ... ok
> testReadWrite (tornado4.test.twisted_test.ReactorReaderWriterTest) ... ok
> test_callLater (tornado4.test.twisted_test.ReactorTwoCallLaterTest) ... ok
> test_whenRunning (tornado4.test.twisted_test.ReactorWhenRunningTest) ... ok
> test_callWhenRunningOrder (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> Functions are run in the order that they were passed to ... ok
> test_crash (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> C{reactor.crash()} stops the reactor and does not fire shutdown ... ok
> test_iterate (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_iterate ... ok
> test_multipleRun (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> C{reactor.run()} raises L{ReactorAlreadyRunning} when called when ... ok
> test_runAfterCrash (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_runAfterCrash ... ok
> test_runAfterStop (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> C{reactor.run()} raises L{ReactorNotRestartable} when called when ... ok
> test_runWithAsynchronousBeforeStartupTrigger (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> When there is a C{'before'} C{'startup'} trigger which returns an ... ok
> test_runningForStartupEvents (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> The reactor is not running when C{"before"} C{"startup"} triggers are ... ok
> test_shutdownDisconnectsCleanly (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> A L{IFileDescriptor.connectionLost} implementation which raises an ... ok
> test_shutdownFiresTriggersAsynchronously (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> C{"before"} C{"shutdown"} triggers are not run synchronously from ... ok
> test_signalHandlersInstalledDuringStartup (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> Signal handlers are installed in responsed to the C{"during"} ... ok
> test_stopShutDownEvents (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> C{reactor.stop()} fires all three phases of shutdown event triggers ... ok
> test_stopWhenAlreadyStopped (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> C{reactor.stop()} raises L{RuntimeError} when called after the reactor ... ok
> test_stopWhenNotStarted (tornado4.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> C{reactor.stop()} raises L{RuntimeError} when called when the reactor ... ok
> test_connectionLostAfterPausedTransport (tornado4.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> Alice connects to Bob.  Alice writes some bytes and then shuts down the ... ok
> test_doubleHalfClose (tornado4.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> If one side half-closes its connection, and then the other side of the ... ok
> test_resumeProducing (tornado4.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> When a L{Server} is connected, its C{resumeProducing} method adds it as ... ok
> test_resumeProducingWhileDisconnected (tornado4.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> When a L{Server} has already lost its connection, its ... ok
> test_resumeProducingWhileDisconnecting (tornado4.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> When a L{Server} has already started disconnecting via ... ok
> test_stopStartReading (tornado4.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> This test verifies transport socket read state after multiple ... ok
> test_allNewStyle (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> The L{IListeningPort} object is an instance of a class with no ... ok
> test_buildProtocolIPv4Address (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a connection is accepted over IPv4, an L{IPv4Address} is passed ... ok
> test_buildProtocolIPv6Address (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a connection is accepted to an IPv6 address, an L{IPv6Address} is ... ok
> test_buildProtocolIPv6AddressScopeID (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_buildProtocolIPv6AddressScopeID ... ok
> test_closePeerOnEMFILE (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> See L{assertPeerClosedOnEMFILE}. ... ok
> test_connectionLostLogMsg (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a connection is lost, an informative message should be logged ... ok
> test_portGetHostOnIPv4 (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When no interface is passed to L{IReactorTCP.listenTCP}, the returned ... ok
> test_portGetHostOnIPv6 (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When listening on an IPv6 address, L{IListeningPort.getHost} returns ... ok
> test_portGetHostOnIPv6ScopeID (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_portGetHostOnIPv6ScopeID ... ok
> test_serverGetHostOnIPv4 (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a connection is accepted over IPv4, the server ... ok
> test_serverGetHostOnIPv6 (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a connection is accepted over IPv6, the server ... ok
> test_serverGetHostOnIPv6ScopeID (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetHostOnIPv6ScopeID ... ok
> test_serverGetPeerOnIPv4 (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a connection is accepted over IPv4, the server ... ok
> test_serverGetPeerOnIPv6 (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a connection is accepted over IPv6, the server ... ok
> test_serverGetPeerOnIPv6ScopeID (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetPeerOnIPv6ScopeID ... ok
> test_startedListeningLogMessage (tornado4.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> When a port starts, a message including a description of the associated ... ok
> test_callFromThread (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> A function scheduled with L{IReactorThreads.callFromThread} invoked ... ok
> test_cleanUpThreadPoolEvenBeforeReactorIsRun (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> When the reactor has its shutdown event fired before it is run, the ... ok
> test_delayedCallFromThread (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> A function scheduled with L{IReactorThreads.callFromThread} invoked ... ok
> test_getThreadPool (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> C{reactor.getThreadPool()} returns an instance of L{ThreadPool} which ... ok
> test_isInIOThread (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> The reactor registers itself as the I/O thread when it runs so that ... ok
> test_isNotInIOThread (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> The reactor registers itself as the I/O thread when it runs so that ... ok
> test_stopThreadPool (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> When the reactor stops, L{ReactorBase._stopThreadPool} drops the ... ok
> test_stopThreadPoolWhenStartedAfterReactorRan (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> We must handle the case of shutting down the thread pool when it was ... ok
> test_suggestThreadPoolSize (tornado4.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> C{reactor.suggestThreadPoolSize()} sets the maximum size of the reactor ... ok
> test_delayedCallStopsReactor (tornado4.test.twisted_test.TimeTestsBuilder__TestReactorTests)
> The reactor can be stopped by a delayed call. ... ok
> test_distantDelayedCall (tornado4.test.twisted_test.TimeTestsBuilder__TestReactorTests)
> Scheduling a delayed call at a point in the extreme future does not ... ok
> test_allowBroadcast (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> L{IListeningPort.setBroadcastAllowed} sets broadcast to be allowed ... ok
> test_connectedWriteToIPv6Interface (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> An IPv6 address can be passed as the C{interface} argument to ... ok
> test_connectingToHostnameRaisesInvalidAddressError (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> Connecting to a hostname instead of an IP address will raise an ... ok
> test_connectionLostLogMessage (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> When a connection is lost a message is logged containing an ... ok
> test_getHost (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> L{IListeningPort.getHost} returns an L{IPv4Address} giving a ... ok
> test_getHostIPv6 (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> L{IListeningPort.getHost} returns an L{IPv6Address} when listening on ... ok
> test_interface (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> L{IReactorUDP.listenUDP} returns an object providing L{IListeningPort}. ... ok
> test_invalidInterface (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> An L{InvalidAddressError} is raised when trying to listen on an address ... ok
> test_logPrefix (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> Datagram transports implement L{ILoggingContext.logPrefix} to return a ... ok
> test_repr (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> C{repr()} on the listening port object includes the port number. ... ok
> test_startedListeningLogMessage (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> When a port starts, a message including a description of the associated ... ok
> test_stopProtocolScheduling (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> L{DatagramProtocol.stopProtocol} is called asynchronously (ie, not ... ok
> test_str (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> C{str()} on the listening port object includes the port number. ... ok
> test_writeSequence (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> Write a sequence of L{bytes} to a L{DatagramProtocol}. ... ok
> test_writeToIPv6Interface (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> Writing to an IPv6 UDP socket on the loopback interface succeeds. ... ok
> test_writingToHostnameRaisesInvalidAddressError (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> Writing to a hostname instead of an IP address will raise an ... ok
> test_writingToIPv4OnIPv6RaisesInvalidAddressError (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> Writing to an IPv6 address on an IPv4 socket will raise an ... ok
> test_writingToIPv6OnIPv4RaisesInvalidAddressError (tornado4.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> Writing to an IPv6 address on an IPv4 socket will raise an ... ok
> test_listenMode (tornado4.test.twisted_test.UNIXDatagramTestsBuilder__TestReactorTests)
> The UNIX socket created by L{IReactorUNIXDatagram.listenUNIXDatagram} ... ok
> test_listenOnLinuxAbstractNamespace (tornado4.test.twisted_test.UNIXDatagramTestsBuilder__TestReactorTests)
> test_listenOnLinuxAbstractNamespace ... ok
> test_allNewStyle (tornado4.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> The L{IListeningPort} object is an instance of a class with no ... ok
> test_closePeerOnEMFILE (tornado4.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> See L{assertPeerClosedOnEMFILE}. ... Exception ignored in: <socket.socket fd=21, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_DGRAM, proto=0, laddr=tornado4.test.twisted_test/UNIXDatagramTestsBuilder__TestRe/test_listenMode/dkp196yr/temp>
> ResourceWarning: unclosed <socket.socket fd=21, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_DGRAM, proto=0, laddr=tornado4.test.twisted_test/UNIXDatagramTestsBuilder__TestRe/test_listenMode/dkp196yr/temp>
> ok
> test_connectionLostLogMsg (tornado4.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> When a connection is lost, an informative message should be logged ... ok
> test_startedListeningLogMessage (tornado4.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> When a port starts, a message including a description of the associated ... ok
> test_addresses (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> A client's transport's C{getHost} and C{getPeer} return L{UNIXAddress} ... ok
> test_avoidLeakingFileDescriptors (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_avoidLeakingFileDescriptors ... ok
> test_connectToLinuxAbstractNamespace (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_connectToLinuxAbstractNamespace ... ok
> test_descriptorDeliveredBeforeBytes (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_descriptorDeliveredBeforeBytes ... ok
> test_fileDescriptorOverrun (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> If L{IUNIXTransport.sendFileDescriptor} is used to queue a greater ... ok
> test_listenFailure (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> L{IReactorUNIX.listenUNIX} raises L{CannotListenError} if the ... ok
> test_listenOnLinuxAbstractNamespace (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_listenOnLinuxAbstractNamespace ... ok
> test_logPrefix (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> Client and server transports implement L{ILoggingContext.logPrefix} to ... ok
> test_mode (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> The UNIX socket created by L{IReactorUNIX.listenUNIX} is created with ... ok
> test_multiFileDescriptorReceivedPerRecvmsgBadCMSG (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> _SendmsgMixin handles multiple file descriptors per recvmsg, calling ... ok
> test_multiFileDescriptorReceivedPerRecvmsgOneCMSG (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> _SendmsgMixin handles multiple file descriptors per recvmsg, calling ... ok
> test_multiFileDescriptorReceivedPerRecvmsgTwoCMSGs (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> _SendmsgMixin handles multiple file descriptors per recvmsg, calling ... ok
> test_protocolGarbageAfterLostConnection (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> After the connection a protocol is being used for is closed, the ... ok
> test_sendFileDescriptor (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_sendFileDescriptor ... ok
> test_sendFileDescriptorTriggersPauseProducing (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_sendFileDescriptorTriggersPauseProducing ... ok
> test_writeAfterDisconnect (tornado4.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> After a connection is disconnected, L{ITransport.write} and ... ok
> test_keyword (tornado4.test.util_test.ArgReplacerTest) ... ok
> test_omitted (tornado4.test.util_test.ArgReplacerTest) ... ok
> test_position (tornado4.test.util_test.ArgReplacerTest) ... ok
> test_config_args (tornado4.test.util_test.ConfigurableTest) ... ok
> test_config_class (tornado4.test.util_test.ConfigurableTest) ... ok
> test_config_class_args (tornado4.test.util_test.ConfigurableTest) ... ok
> test_default (tornado4.test.util_test.ConfigurableTest) ... ok
> test_no_inherit_future (tornado4.test.util_test.ExecInTest) ... skipped 'no testable future imports'
> test_import_member (tornado4.test.util_test.ImportObjectTest) ... ok
> test_import_member_unicode (tornado4.test.util_test.ImportObjectTest) ... ok
> test_import_module (tornado4.test.util_test.ImportObjectTest) ... ok
> test_import_module_unicode (tornado4.test.util_test.ImportObjectTest) ... ok
> test_basic (tornado4.test.util_test.IsFinalizingTest) ... ok
> test_two_arg_exception (tornado4.test.util_test.RaiseExcInfoTest) ... ok
> test_re_unescape (tornado4.test.util_test.ReUnescapeTest) ... ok
> test_re_unescape_raises_error_on_invalid_input (tornado4.test.util_test.ReUnescapeTest) ... ok
> test_timedelta_to_seconds (tornado4.test.util_test.TimedeltaToSecondsTest) ... ok
> test_unicode_escapes (tornado4.test.util_test.UnicodeLiteralTest) ... ok
> test_standard_methods (tornado4.test.web_test.AllHTTPMethodsTest) ... ok
> test_listen (tornado4.test.web_test.ApplicationTest) ... ok
> test_absolute_auth_redirect (tornado4.test.web_test.AuthRedirectTest) ... ok
> test_relative_auth_redirect (tornado4.test.web_test.AuthRedirectTest) ... ok
> test_buggy_log_exception (tornado4.test.web_test.BuggyLoggingTest) ... ok
> test_multiple_strong_etag_match (tornado4.test.web_test.CacheTest) ... ok
> test_multiple_strong_etag_not_match (tornado4.test.web_test.CacheTest) ... ok
> test_multiple_weak_etag_match (tornado4.test.web_test.CacheTest) ... ok
> test_multiple_weak_etag_not_match (tornado4.test.web_test.CacheTest) ... ok
> test_strong_etag_match (tornado4.test.web_test.CacheTest) ... ok
> test_strong_etag_not_match (tornado4.test.web_test.CacheTest) ... ok
> test_weak_etag_match (tornado4.test.web_test.CacheTest) ... ok
> test_weak_etag_not_match (tornado4.test.web_test.CacheTest) ... ok
> test_wildcard_etag (tornado4.test.web_test.CacheTest) ... ok
> test_clear_all_cookies (tornado4.test.web_test.ClearAllCookiesTest) ... ok
> test_clear_header (tornado4.test.web_test.ClearHeaderTest) ... ok
> test_client_close (tornado4.test.web_test.ClientCloseTest) ... ok
> test_connection_close (tornado4.test.web_test.ConnectionCloseTest) ... ok
> test_cookie_special_char (tornado4.test.web_test.CookieTest) ... ok
> test_get_cookie (tornado4.test.web_test.CookieTest) ... ok
> test_set_cookie (tornado4.test.web_test.CookieTest) ... ok
> test_set_cookie_domain (tornado4.test.web_test.CookieTest) ... ok
> test_set_cookie_expires_days (tornado4.test.web_test.CookieTest) ... ok
> test_set_cookie_false_flags (tornado4.test.web_test.CookieTest) ... ok
> test_set_cookie_max_age (tornado4.test.web_test.CookieTest) ... ok
> test_set_cookie_overwrite (tornado4.test.web_test.CookieTest) ... ok
> test_404 (tornado4.test.web_test.Custom404Test) ... ok
> test_serve (tornado4.test.web_test.CustomStaticFileTest) ... ok
> test_static_url (tornado4.test.web_test.CustomStaticFileTest) ... ok
> test_date_header (tornado4.test.web_test.DateHeaderTest) ... ok
> test_flow_control_chunked_body (tornado4.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
> test_flow_control_compressed_body (tornado4.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
> test_flow_control_fixed_body (tornado4.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
> test_addslash (tornado4.test.web_test.DecoratorTest) ... ok
> test_removeslash (tornado4.test.web_test.DecoratorTest) ... ok
> test_404 (tornado4.test.web_test.Default404Test) ... ok
> test_403 (tornado4.test.web_test.DefaultHandlerArgumentsTest) ... ok
> test_default_host_matching (tornado4.test.web_test.DefaultHostMatchingTest) ... ok
> test_404_xsrf (tornado4.test.web_test.ErrorHandlerXSRFTest) ... ok
> test_error_xsrf (tornado4.test.web_test.ErrorHandlerXSRFTest) ... ok
> test_default (tornado4.test.web_test.ErrorResponseTest) ... ok
> test_failed_write_error (tornado4.test.web_test.ErrorResponseTest) ... ok
> test_write_error (tornado4.test.web_test.ErrorResponseTest) ... ok
> test_http_error (tornado4.test.web_test.ExceptionHandlerTest) ... ok
> test_known_error (tornado4.test.web_test.ExceptionHandlerTest) ... ok
> test_unknown_error (tornado4.test.web_test.ExceptionHandlerTest) ... ok
> test_finish_exception (tornado4.test.web_test.FinishExceptionTest) ... ok
> test_finish_in_prepare (tornado4.test.web_test.FinishInPrepareTest) ... ok
> test_catch_error (tornado4.test.web_test.GetArgumentErrorTest) ... ok
> test_get_current_user_from_ui_module_is_lazy (tornado4.test.web_test.GetCurrentUserTest) ... ok
> test_get_current_user_from_ui_module_works (tornado4.test.web_test.GetCurrentUserTest) ... ok
> test_get_current_user_is_lazy (tornado4.test.web_test.GetCurrentUserTest) ... skipped 'needs fix'
> test_get_current_user_works (tornado4.test.web_test.GetCurrentUserTest) ... ok
> test_gzip (tornado4.test.web_test.GzipTestCase) ... ok
> test_gzip_not_requested (tornado4.test.web_test.GzipTestCase) ... ok
> test_gzip_static (tornado4.test.web_test.GzipTestCase) ... ok
> test_vary_already_present (tornado4.test.web_test.GzipTestCase) ... ok
> test_vary_already_present_multiple (tornado4.test.web_test.GzipTestCase) ... ok
> test_copy (tornado4.test.web_test.HTTPErrorTest) ... ok
> test_handler_by_name (tornado4.test.web_test.HandlerByNameTest) ... ok
> test_204_headers (tornado4.test.web_test.Header204Test) ... ok
> test_304_headers (tornado4.test.web_test.Header304Test) ... ok
> test_host_matching (tornado4.test.web_test.HostMatchingTest) ... ok
> test_content_length_too_high (tornado4.test.web_test.IncorrectContentLengthTest) ... ok
> test_content_length_too_low (tornado4.test.web_test.IncorrectContentLengthTest) ... ok
> test_multi_exception (tornado4.test.web_test.MultipleExceptionTest) ... ok
> test_named_urlspec_groups (tornado4.test.web_test.NamedURLSpecGroupsTest) ... ok
> test_flow_control_chunked_body (tornado4.test.web_test.NativeStreamingRequestFlowControlTest) ... ok
> test_flow_control_compressed_body (tornado4.test.web_test.NativeStreamingRequestFlowControlTest) ... ok
> test_flow_control_fixed_body (tornado4.test.web_test.NativeStreamingRequestFlowControlTest) ... ok
> test_empty_flush (tornado4.test.web_test.NonWSGIWebTests) ... ok
> test_flow_control (tornado4.test.web_test.NonWSGIWebTests) ... ok
> test_other (tornado4.test.web_test.PatchMethodTest) ... ok
> test_patch (tornado4.test.web_test.PatchMethodTest) ... ok
> test_kw (tornado4.test.web_test.PathArgsInPrepareTest) ... ok
> test_pos (tornado4.test.web_test.PathArgsInPrepareTest) ... ok
> test_httperror_str (tornado4.test.web_test.RaiseWithReasonTest) ... ok
> test_httperror_str_from_httputil (tornado4.test.web_test.RaiseWithReasonTest) ... ok
> test_raise_with_reason (tornado4.test.web_test.RaiseWithReasonTest) ... ok
> test_basic_redirect (tornado4.test.web_test.RedirectHandlerTest) ... ok
> test_redirect_pattern (tornado4.test.web_test.RedirectHandlerTest) ... ok
> test_error (tornado4.test.web_test.RequestEncodingTest) ... ok
> test_group_encoding (tornado4.test.web_test.RequestEncodingTest) ... ok
> test_group_question_mark (tornado4.test.web_test.RequestEncodingTest) ... ok
> test_slashes (tornado4.test.web_test.RequestEncodingTest) ... ok
> test_missing_remote_ip (tornado4.test.web_test.RequestSummaryTest) ... ok
> test_arbitrary_bytes (tornado4.test.web_test.SecureCookieV1Test) ... ok
> test_cookie_tampering_future_timestamp (tornado4.test.web_test.SecureCookieV1Test) ... ok
> test_round_trip (tornado4.test.web_test.SecureCookieV1Test) ... ok
> test_key_version_increment_version (tornado4.test.web_test.SecureCookieV2Test) ... ok
> test_key_version_invalidate_version (tornado4.test.web_test.SecureCookieV2Test) ... ok
> test_key_version_roundtrip (tornado4.test.web_test.SecureCookieV2Test) ... ok
> test_key_version_roundtrip_differing_version (tornado4.test.web_test.SecureCookieV2Test) ... ok
> test_round_trip (tornado4.test.web_test.SecureCookieV2Test) ... ok
> test_set_properties (tornado4.test.web_test.SetLazyPropertiesTest) ... ok
> test_expired (tornado4.test.web_test.SignedValueTest) ... ok
> test_key_version_retrieval (tornado4.test.web_test.SignedValueTest) ... ok
> test_key_versioning_invalid_key (tornado4.test.web_test.SignedValueTest) ... ok
> test_key_versioning_read_write_default_key (tornado4.test.web_test.SignedValueTest) ... ok
> test_key_versioning_read_write_non_default_key (tornado4.test.web_test.SignedValueTest) ... ok
> test_known_values (tornado4.test.web_test.SignedValueTest) ... ok
> test_name_swap (tornado4.test.web_test.SignedValueTest) ... ok
> test_non_ascii (tornado4.test.web_test.SignedValueTest) ... ok
> test_payload_tampering (tornado4.test.web_test.SignedValueTest) ... ok
> test_signature_tampering (tornado4.test.web_test.SignedValueTest) ... ok
> test_static_default_filename (tornado4.test.web_test.StaticDefaultFilenameTest) ... ok
> test_static_default_redirect (tornado4.test.web_test.StaticDefaultFilenameTest) ... ok
> test_absolute_static_url (tornado4.test.web_test.StaticFileTest) ... ok
> test_absolute_version_exclusion (tornado4.test.web_test.StaticFileTest) ... ok
> test_include_host_override (tornado4.test.web_test.StaticFileTest) ... ok
> test_path_traversal_protection (tornado4.test.web_test.StaticFileTest) ... ok
> test_relative_version_exclusion (tornado4.test.web_test.StaticFileTest) ... ok
> test_root_static_path (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_304_if_modified_since (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_304_if_none_match (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_404 (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_compressed_files (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_etag (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_files (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_head (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_head_range (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_if_modified_since_pre_epoch (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_if_modified_since_time_zone (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_invalid_range (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_range_if_none_match (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_unsatisfiable_range_invalid_start (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_unsatisfiable_range_zero_suffix (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_url (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_with_range (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_with_range_end_edge (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_with_range_full_file (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_with_range_full_past_end (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_with_range_neg_end (tornado4.test.web_test.StaticFileTest) ... ok
> test_static_with_range_partial_past_end (tornado4.test.web_test.StaticFileTest) ... ok
> test_serve (tornado4.test.web_test.StaticFileWithPathTest) ... ok
> test_status (tornado4.test.web_test.StatusReasonTest) ... ok
> test_close_during_upload (tornado4.test.web_test.StreamingRequestBodyTest) ... ok
> test_early_return (tornado4.test.web_test.StreamingRequestBodyTest) ... ok
> test_early_return_with_data (tornado4.test.web_test.StreamingRequestBodyTest) ... ok
> test_streaming_body (tornado4.test.web_test.StreamingRequestBodyTest) ... ok
> test_ui_method (tornado4.test.web_test.UIMethodUIModuleTest) ... ok
> test_non_reversible (tornado4.test.web_test.URLSpecReverseTest) ... ok
> test_reverse (tornado4.test.web_test.URLSpecReverseTest) ... ok
> test_reverse_arguments (tornado4.test.web_test.URLSpecReverseTest) ... ok
> test_unimplemented_standard_methods (tornado4.test.web_test.UnimplementedHTTPMethodsTest) ... ok
> test_unimplemented_other (tornado4.test.web_test.UnimplementedNonStandardMethodsTest) ... ok
> test_unimplemented_patch (tornado4.test.web_test.UnimplementedNonStandardMethodsTest) ... ok
> test_decode_argument (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_decode_argument_invalid_unicode (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_decode_argument_plus (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_get_argument (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_get_body_arguments (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_get_query_arguments (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_header_injection (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_multi_header (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_no_gzip (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_optional_path (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_redirect (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_reverse_url (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_types (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_uimodule_resources (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_uimodule_unescaped (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_web_redirect (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_web_redirect_double_slash (tornado4.test.web_test.WSGISafeWebTest) ... ok
> test_xsrf_httponly (tornado4.test.web_test.XSRFCookieKwargsTest) ... ok
> test_cross_user (tornado4.test.web_test.XSRFTest) ... ok
> test_distinct_tokens (tornado4.test.web_test.XSRFTest) ... ok
> test_refresh_token (tornado4.test.web_test.XSRFTest) ... ok
> test_versioning (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_argument_invalid_format (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_body_no_cookie (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_cookie_invalid_format (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_cookie_no_body (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_no_token (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_success_header (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_success_non_hex_token (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_success_post_body (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_success_query_string (tornado4.test.web_test.XSRFTest) ... ok
> test_xsrf_success_short_token (tornado4.test.web_test.XSRFTest) ... ok
> test_message_sizes (tornado4.test.websocket_test.ClientOnlyCompressionTest) ... ok
> test_client_ping (tornado4.test.websocket_test.ClientPeriodicPingTest) ... ok
> test_mask (tornado4.test.websocket_test.CythonMaskFunctionTest) ... skipped 'tornado4.speedups module not present'
> test_message_sizes (tornado4.test.websocket_test.DefaultCompressionTest) ... ok
> test_large_message (tornado4.test.websocket_test.MaxMessageSizeTest) ... ok
> test_message_sizes (tornado4.test.websocket_test.NoCompressionTest) ... ok
> test_mask (tornado4.test.websocket_test.PythonMaskFunctionTest) ... ok
> test_message_sizes (tornado4.test.websocket_test.ServerOnlyCompressionTest) ... ok
> test_server_ping (tornado4.test.websocket_test.ServerPeriodicPingTest) ... ok
> test_native_coroutine (tornado4.test.websocket_test.WebSocketNativeCoroutineTest) ... ok
> test_async_prepare (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_bad_websocket_version (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_binary_message (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_invalid (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_invalid_partial_url (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_invalid_subdomains (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_valid_no_path (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_valid_with_path (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_client_close_reason (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_coroutine (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_error_in_on_message (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_http_request (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_missing_websocket_key (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_path_args (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_render_message (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_server_close_reason (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_unicode_message (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_callbacks (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_close_buffered_data (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_gen (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_header_echo (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_headers (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_http_fail (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_http_success (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_websocket_network_fail (tornado4.test.websocket_test.WebSocketTest) ... ok
> test_set_close_exec (tornado4.test.windows_test.WindowsTest) ... skipped 'non-windows platform'
> test_standard_methods (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_buggy_log_exception (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_multiple_strong_etag_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_multiple_strong_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_multiple_weak_etag_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_multiple_weak_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_strong_etag_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_strong_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_weak_etag_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_weak_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_wildcard_etag (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_clear_all_cookies (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_clear_header (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_404 (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_serve (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_url (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_date_header (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_addslash (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_removeslash (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_404 (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_403 (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_default_host_matching (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_404_xsrf (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_error_xsrf (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_default (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_failed_write_error (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_write_error (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_http_error (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_known_error (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_unknown_error (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_finish_exception (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_finish_in_prepare (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_catch_error (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_get_current_user_from_ui_module_is_lazy (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_get_current_user_from_ui_module_works (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_get_current_user_is_lazy (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... skipped 'needs fix'
> test_get_current_user_works (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_gzip (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_gzip_not_requested (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_gzip_static (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_vary_already_present (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_vary_already_present_multiple (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_handler_by_name (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_304_headers (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_host_matching (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_content_length_too_high (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_content_length_too_low (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_named_urlspec_groups (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_kw (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_pos (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_httperror_str (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_httperror_str_from_httputil (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_raise_with_reason (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_missing_remote_ip (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_set_properties (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_default_filename (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_default_redirect (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_absolute_static_url (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_absolute_version_exclusion (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_include_host_override (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_path_traversal_protection (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_relative_version_exclusion (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_root_static_path (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_304_if_modified_since (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_304_if_none_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_404 (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_compressed_files (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_etag (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_files (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_head (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_head_range (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_if_modified_since_pre_epoch (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_if_modified_since_time_zone (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_invalid_range (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_range_if_none_match (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_unsatisfiable_range_invalid_start (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_unsatisfiable_range_zero_suffix (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_url (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_with_range (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_end_edge (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_full_file (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_full_past_end (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_neg_end (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_partial_past_end (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_serve (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_status (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_ui_method (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_unimplemented_standard_methods (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_decode_argument (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_decode_argument_invalid_unicode (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_decode_argument_plus (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_get_argument (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_get_body_arguments (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_get_query_arguments (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_header_injection (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_multi_header (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_no_gzip (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_optional_path (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_redirect (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_reverse_url (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_types (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_uimodule_resources (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_uimodule_unescaped (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_web_redirect (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_web_redirect_double_slash (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_httponly (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_cross_user (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_distinct_tokens (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_refresh_token (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_versioning (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_argument_invalid_format (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_body_no_cookie (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_cookie_invalid_format (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_cookie_no_body (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_no_token (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_header (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_non_hex_token (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_post_body (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_query_string (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_short_token (tornado4.test.wsgi_test.wrap_web_tests_adapter.<locals>.WSGIAdapterWrappedTest) ... ok
> test_path_quoting (tornado4.test.wsgi_test.WSGIApplicationTest) ... ok
> test_simple (tornado4.test.wsgi_test.WSGIApplicationTest) ... ok
> test_types (tornado4.test.wsgi_test.WSGIApplicationTest) ... ok
> test_standard_methods (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_buggy_log_exception (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_multiple_strong_etag_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_multiple_strong_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_multiple_weak_etag_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_multiple_weak_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_strong_etag_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_strong_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_weak_etag_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_weak_etag_not_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_wildcard_etag (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_clear_all_cookies (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_clear_header (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_404 (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_serve (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_url (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_date_header (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_addslash (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_removeslash (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_404 (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_403 (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_default_host_matching (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_404_xsrf (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_error_xsrf (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_default (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_failed_write_error (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_write_error (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_http_error (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_known_error (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_unknown_error (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_finish_exception (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_finish_in_prepare (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_catch_error (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_get_current_user_from_ui_module_is_lazy (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_get_current_user_from_ui_module_works (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_get_current_user_is_lazy (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... skipped 'needs fix'
> test_get_current_user_works (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_gzip (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_gzip_not_requested (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_gzip_static (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_vary_already_present (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_vary_already_present_multiple (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_handler_by_name (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_304_headers (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_host_matching (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_content_length_too_high (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_content_length_too_low (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_named_urlspec_groups (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_kw (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_pos (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_httperror_str (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_httperror_str_from_httputil (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_raise_with_reason (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_missing_remote_ip (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_set_properties (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_default_filename (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_default_redirect (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_absolute_static_url (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_absolute_version_exclusion (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_include_host_override (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_path_traversal_protection (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_relative_version_exclusion (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_root_static_path (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_304_if_modified_since (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_304_if_none_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_404 (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_compressed_files (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_etag (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_files (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_head (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_head_range (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_if_modified_since_pre_epoch (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_if_modified_since_time_zone (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_invalid_range (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_range_if_none_match (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_unsatisfiable_range_invalid_start (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_unsatisfiable_range_zero_suffix (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_url (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_with_range (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_with_range_end_edge (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_with_range_full_file (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_with_range_full_past_end (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_with_range_neg_end (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_static_with_range_partial_past_end (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_serve (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_status (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_ui_method (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_unimplemented_standard_methods (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_decode_argument (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_decode_argument_invalid_unicode (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_decode_argument_plus (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_get_argument (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_get_body_arguments (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_get_query_arguments (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_header_injection (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_multi_header (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_no_gzip (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_optional_path (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_redirect (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_reverse_url (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_types (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_uimodule_resources (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_uimodule_unescaped (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_web_redirect (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_web_redirect_double_slash (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_httponly (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_cross_user (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_distinct_tokens (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_refresh_token (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_versioning (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_fail_argument_invalid_format (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_fail_body_no_cookie (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_fail_cookie_invalid_format (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_fail_cookie_no_body (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_fail_no_token (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_success_header (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_success_non_hex_token (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_success_post_body (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_success_query_string (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_xsrf_success_short_token (tornado4.test.wsgi_test.wrap_web_tests_application.<locals>.WSGIApplicationWrappedTest) ... ok
> test_100_continue (tornado4.test.wsgi_test.WSGIConnectionTest) ... ok
> test_multipart_form (tornado4.test.wsgi_test.WSGIConnectionTest) ... ok
> test_newlines (tornado4.test.wsgi_test.WSGIConnectionTest) ... ok
> test_simple (tornado4.test.wsgi_test.WSGIContainerTest) ... ok
> 
> ======================================================================
> ERROR: test_close_callback_with_pending_read (tornado4.test.iostream_test.TestIOStreamSSL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tornado4/testing.py", line 136, in __call__
>     result = self.orig_method(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tornado4/test/iostream_test.py", line 534, in test_close_callback_with_pending_read
>     client.read_until(b"\r\n", lambda x: x)
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 289, in read_until
>     self._try_inline_read()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 711, in _try_inline_read
>     pos = self._read_to_buffer_loop()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 625, in _read_to_buffer_loop
>     if self._read_to_buffer() == 0:
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 738, in _read_to_buffer
>     chunk = self.read_from_fd()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 1501, in read_from_fd
>     chunk = self.socket.read(self.read_chunk_size)
>   File "/usr/lib/python3.7/ssl.py", line 931, in read
>     return self._sslobj.read(len)
> ssl.SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> 
> ======================================================================
> ERROR: test_close_callback_with_pending_read (tornado4.test.iostream_test.TestIOStreamSSLContext)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tornado4/testing.py", line 136, in __call__
>     result = self.orig_method(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tornado4/test/iostream_test.py", line 534, in test_close_callback_with_pending_read
>     client.read_until(b"\r\n", lambda x: x)
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 289, in read_until
>     self._try_inline_read()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 711, in _try_inline_read
>     pos = self._read_to_buffer_loop()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 625, in _read_to_buffer_loop
>     if self._read_to_buffer() == 0:
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 738, in _read_to_buffer
>     chunk = self.read_from_fd()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 1501, in read_from_fd
>     chunk = self.socket.read(self.read_chunk_size)
>   File "/usr/lib/python3.7/ssl.py", line 931, in read
>     return self._sslobj.read(len)
> ssl.SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> 
> ======================================================================
> ERROR: test_future_read_until_close (tornado4.test.iostream_test.TestIOStreamWebHTTPS)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tornado4/testing.py", line 136, in __call__
>     result = self.orig_method(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tornado4/testing.py", line 529, in post_coroutine
>     timeout=timeout)
>   File "/<<PKGBUILDDIR>>/tornado4/ioloop.py", line 458, in run_sync
>     return future_cell[0].result()
>   File "/<<PKGBUILDDIR>>/tornado4/concurrent.py", line 238, in result
>     raise_exc_info(self._exc_info)
>   File "<string>", line 4, in raise_exc_info
>   File "/<<PKGBUILDDIR>>/tornado4/gen.py", line 1068, in run
>     yielded = self.gen.send(value)
>   File "/usr/lib/python3.7/types.py", line 208, in send
>     return self.__wrapped.send(val)
>   File "/<<PKGBUILDDIR>>/tornado4/test/iostream_test.py", line 161, in test_future_read_until_close
>     body = yield stream.read_until_close()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 360, in read_until_close
>     self._try_inline_read()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 711, in _try_inline_read
>     pos = self._read_to_buffer_loop()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 625, in _read_to_buffer_loop
>     if self._read_to_buffer() == 0:
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 738, in _read_to_buffer
>     chunk = self.read_from_fd()
>   File "/<<PKGBUILDDIR>>/tornado4/iostream.py", line 1501, in read_from_fd
>     chunk = self.socket.read(self.read_chunk_size)
>   File "/usr/lib/python3.7/ssl.py", line 931, in read
>     return self._sslobj.read(len)
> ssl.SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2555)
> 
> ======================================================================
> FAIL: test_no_content_length (tornado4.test.simple_httpclient_test.SimpleHTTPSClientTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tornado4/testing.py", line 136, in __call__
>     result = self.orig_method(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tornado4/test/simple_httpclient_test.py", line 373, in test_no_content_length
>     self.assertEquals(b"hello", response.body)
> AssertionError: b'hello' != None
> 
> ----------------------------------------------------------------------
> Ran 1496 tests in 10.095s
> 
> FAILED (failures=1, errors=3, skipped=45)
> Some tests were skipped because: Failing when using openssl 1.1.1 with
> TLS 1.3 support. See
> https://github.com/tornadoweb/tornado/issues/2536, Prevent internet
> access during build, curl client accepts invalid headers, needs fix,
> no testable future imports, non-windows platform, pycares module not
> present, timing tests unreliable on travis, tornado4.speedups module
> not present, twisted web not present
> [E 200322 03:12:16 testing:737] FAIL
> [E 200322 03:12:16 runtests:186] logged 17 warnings and 2 errors
> E: pybuild pybuild:352: test: plugin custom failed with: exit code=1: python3.7 ./tornado4/test/runtests.py --verbose
> dh_auto_test: error: pybuild --test -i python{version} -p "3.7 3.8" returned exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/python-tornado4_4.5.3-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Python-modules-team mailing list