1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0] $(@D)/.tox> python -bb -m tornado.test --verbose
3 HTTPHeaders (tornado.httputil)
4 Doctest: tornado.httputil.HTTPHeaders ... ok
5 parse (tornado.httputil.HTTPHeaders)
6 Doctest: tornado.httputil.HTTPHeaders.parse ... ok
7 parse_line (tornado.httputil.HTTPHeaders)
8 Doctest: tornado.httputil.HTTPHeaders.parse_line ... ok
9 _encode_header (tornado.httputil)
10 Doctest: tornado.httputil._encode_header ... ok
11 _get_content_range (tornado.httputil)
12 Doctest: tornado.httputil._get_content_range ... ok
13 _normalize_header (tornado.httputil)
14 Doctest: tornado.httputil._normalize_header ... ok
15 _parse_header (tornado.httputil)
16 Doctest: tornado.httputil._parse_header ... ok
17 _parse_request_range (tornado.httputil)
18 Doctest: tornado.httputil._parse_request_range ... ok
19 format_timestamp (tornado.httputil)
20 Doctest: tornado.httputil.format_timestamp ... ok
21 parse_request_start_line (tornado.httputil)
22 Doctest: tornado.httputil.parse_request_start_line ... ok
23 parse_response_start_line (tornado.httputil)
24 Doctest: tornado.httputil.parse_response_start_line ... ok
25 url_concat (tornado.httputil)
26 Doctest: tornado.httputil.url_concat ... ok
27 import_object (tornado.util)
28 Doctest: tornado.util.import_object ... ok
29 test_asyncio_accessor (tornado.test.asyncio_test.AnyThreadEventLoopPolicyTest) ... ok
30 test_tornado_accessor (tornado.test.asyncio_test.AnyThreadEventLoopPolicyTest) ... ok
31 test_add_thread_close_idempotent (tornado.test.asyncio_test.AsyncIOLoopTest) ... ok
32 test_asyncio_adapter (tornado.test.asyncio_test.AsyncIOLoopTest) ... ok
33 test_asyncio_callback (tornado.test.asyncio_test.AsyncIOLoopTest) ... ok
34 test_asyncio_future (tornado.test.asyncio_test.AsyncIOLoopTest) ... ok
35 test_asyncio_yield_from (tornado.test.asyncio_test.AsyncIOLoopTest) ... ok
36 test_asyncio_close_leak (tornado.test.asyncio_test.LeakTest) ... ok
37 test_ioloop_close_leak (tornado.test.asyncio_test.LeakTest) ... ok
38 test_asyncio_manual (tornado.test.asyncio_test.SelectorThreadLeakTest) ... ok
39 test_asyncio_run (tornado.test.asyncio_test.SelectorThreadLeakTest) ... ok
40 test_tornado (tornado.test.asyncio_test.SelectorThreadLeakTest) ... ok
41 test_facebook_login (tornado.test.auth_test.AuthTest) ... ok
42 test_oauth10_get_user (tornado.test.auth_test.AuthTest) ... ok
43 test_oauth10_redirect (tornado.test.auth_test.AuthTest) ... ok
44 test_oauth10_request_parameters (tornado.test.auth_test.AuthTest) ... ok
45 test_oauth10a_get_user (tornado.test.auth_test.AuthTest) ... ok
46 test_oauth10a_get_user_coroutine_exception (tornado.test.auth_test.AuthTest) ... ok
47 test_oauth10a_redirect (tornado.test.auth_test.AuthTest) ... ok
48 test_oauth10a_redirect_error (tornado.test.auth_test.AuthTest) ... ok
49 test_oauth10a_request_parameters (tornado.test.auth_test.AuthTest) ... ok
50 test_oauth2_redirect (tornado.test.auth_test.AuthTest) ... ok
51 test_openid_get_user (tornado.test.auth_test.AuthTest) ... ok
52 test_openid_redirect (tornado.test.auth_test.AuthTest) ... ok
53 test_twitter_authenticate_redirect (tornado.test.auth_test.AuthTest) ... ok
54 test_twitter_get_user (tornado.test.auth_test.AuthTest) ... ok
55 test_twitter_redirect (tornado.test.auth_test.AuthTest) ... ok
56 test_twitter_redirect_gen_coroutine (tornado.test.auth_test.AuthTest) ... ok
57 test_twitter_show_user (tornado.test.auth_test.AuthTest) ... ok
58 test_twitter_show_user_error (tornado.test.auth_test.AuthTest) ... ok
59 test_google_login (tornado.test.auth_test.GoogleOAuth2Test) ... ok
60 test_reload (tornado.test.autoreload_test.AutoreloadTest) ... ok
61 test_reload_wrapper_args (tornado.test.autoreload_test.AutoreloadTest) ... ok
62 test_reload_wrapper_preservation (tornado.test.autoreload_test.AutoreloadTest) ... ok
63 test_reload_wrapper_until_success (tornado.test.autoreload_test.AutoreloadTest) ... ok
64 test_async_handler (tornado.test.circlerefs_test.CircleRefsTest) ... ok
65 test_coro_handler (tornado.test.circlerefs_test.CircleRefsTest) ... ok
66 test_finish_exception_handler (tornado.test.circlerefs_test.CircleRefsTest) ... ok
67 test_known_leak (tornado.test.circlerefs_test.CircleRefsTest) ... ok
68 test_run_on_executor (tornado.test.circlerefs_test.CircleRefsTest) ... ok
69 test_sync_handler (tornado.test.circlerefs_test.CircleRefsTest) ... ok
70 test_future (tornado.test.concurrent_test.GeneratorClientTest) ... ok
71 test_future_error (tornado.test.concurrent_test.GeneratorClientTest) ... ok
72 test_generator (tornado.test.concurrent_test.GeneratorClientTest) ... ok
73 test_generator_error (tornado.test.concurrent_test.GeneratorClientTest) ... ok
74 test_future_set_result_unless_cancelled (tornado.test.concurrent_test.MiscFutureTest) ... ok
75 test_async_await (tornado.test.concurrent_test.RunOnExecutorTest) ... ok
76 test_call_with_executor (tornado.test.concurrent_test.RunOnExecutorTest) ... ok
77 test_call_with_no_args (tornado.test.concurrent_test.RunOnExecutorTest) ... ok
78 test_no_calling (tornado.test.concurrent_test.RunOnExecutorTest) ... ok
79 test_304_with_content_length (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
80 test_all_methods (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
81 test_basic_auth (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
82 test_basic_auth_explicit_mode (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
83 test_basic_auth_unicode (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
84 test_bind_source_ip (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
85 test_body_encoding (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
86 test_body_sanity_checks (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
87 test_chunked (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
88 test_chunked_close (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
89 test_configure_defaults (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
90 test_credentials_in_url (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
91 test_error_after_cancel (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
92 test_follow_redirect (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
93 test_future_http_error (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
94 test_future_http_error_no_raise (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
95 test_future_interface (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
96 test_gzip (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
97 test_header_callback (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
98 test_header_crlf (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
99 test_header_encoding (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
100 test_header_types (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
101 test_hello_world (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
102 test_invalid_gzip (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
103 test_method_after_redirect (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
104 test_multi_line_headers (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
105 test_non_ascii_header (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
106 test_patch_receives_payload (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
107 test_post (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
108 test_put_307 (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
109 test_redirect_put_with_body (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
110 test_redirect_put_without_body (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
111 test_redirect_without_location (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
112 test_response_times (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
113 test_reuse_request_from_response (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
114 test_streaming_callback (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
115 test_types (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
116 test_unsupported_auth_mode (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
117 test_zero_timeout (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
118 test_custom_reason (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
119 test_digest_auth (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
120 test_digest_auth_non_ascii (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
121 test_fail_custom_reason (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
122 test_escape_return_types (tornado.test.escape_test.EscapeTestCase) ... ok
123 test_json_decode (tornado.test.escape_test.EscapeTestCase) ... ok
124 test_json_encode (tornado.test.escape_test.EscapeTestCase) ... ok
125 test_linkify (tornado.test.escape_test.EscapeTestCase) ... ok
126 test_recursive_unicode (tornado.test.escape_test.EscapeTestCase) ... ok
127 test_squeeze (tornado.test.escape_test.EscapeTestCase) ... ok
128 test_url_escape_quote_plus (tornado.test.escape_test.EscapeTestCase) ... ok
129 test_url_escape_unicode (tornado.test.escape_test.EscapeTestCase) ... ok
130 test_url_unescape_unicode (tornado.test.escape_test.EscapeTestCase) ... ok
131 test_xhtml_escape (tornado.test.escape_test.EscapeTestCase) ... ok
132 test_xhtml_unescape_numeric (tornado.test.escape_test.EscapeTestCase) ... ok
133 test_propagate (tornado.test.gen_test.ContextVarsTest) ... ok
134 test_propagate_to_first_yield_with_native_async_function (tornado.test.gen_test.ContextVarsTest) ... ok
135 test_reset (tornado.test.gen_test.ContextVarsTest) ... ok
136 test_async_raise_return (tornado.test.gen_test.GenBasicTest) ... ok
137 test_async_raise_return_value (tornado.test.gen_test.GenBasicTest) ... ok
138 test_async_raise_return_value_tuple (tornado.test.gen_test.GenBasicTest) ... ok
139 test_bogus_yield (tornado.test.gen_test.GenBasicTest) ... ok
140 test_bogus_yield_tuple (tornado.test.gen_test.GenBasicTest) ... ok
141 test_exception_phase1 (tornado.test.gen_test.GenBasicTest) ... ok
142 test_exception_phase2 (tornado.test.gen_test.GenBasicTest) ... ok
143 test_future (tornado.test.gen_test.GenBasicTest) ... ok
144 test_multi (tornado.test.gen_test.GenBasicTest) ... ok
145 test_multi_delayed (tornado.test.gen_test.GenBasicTest) ... ok
146 test_multi_dict (tornado.test.gen_test.GenBasicTest) ... ok
147 test_multi_dict_delayed (tornado.test.gen_test.GenBasicTest) ... ok
148 test_multi_dict_future (tornado.test.gen_test.GenBasicTest) ... ok
149 test_multi_empty (tornado.test.gen_test.GenBasicTest) ... ok
150 test_multi_exceptions (tornado.test.gen_test.GenBasicTest) ... ok
151 test_multi_future (tornado.test.gen_test.GenBasicTest) ... ok
152 test_multi_future_duplicate (tornado.test.gen_test.GenBasicTest) ... ok
153 test_multi_future_exceptions (tornado.test.gen_test.GenBasicTest) ... ok
154 test_multi_performance (tornado.test.gen_test.GenBasicTest) ... ok
155 test_no_yield (tornado.test.gen_test.GenBasicTest) ... ok
156 test_none (tornado.test.gen_test.GenBasicTest) ... ok
157 test_reuse (tornado.test.gen_test.GenBasicTest) ... ok
158 test_sync_raise_return (tornado.test.gen_test.GenBasicTest) ... ok
159 test_sync_raise_return_value (tornado.test.gen_test.GenBasicTest) ... ok
160 test_sync_raise_return_value_tuple (tornado.test.gen_test.GenBasicTest) ... ok
161 test_async_await (tornado.test.gen_test.GenCoroutineTest) ... ok
162 test_async_await_mixed_multi_native_future (tornado.test.gen_test.GenCoroutineTest) ... ok
163 test_async_early_return (tornado.test.gen_test.GenCoroutineTest) ... ok
164 test_async_gen_return (tornado.test.gen_test.GenCoroutineTest) ... ok
165 test_async_raise (tornado.test.gen_test.GenCoroutineTest) ... ok
166 test_async_return (tornado.test.gen_test.GenCoroutineTest) ... ok
167 test_async_return_no_value (tornado.test.gen_test.GenCoroutineTest) ... ok
168 test_async_with_timeout (tornado.test.gen_test.GenCoroutineTest) ... ok
169 test_asyncio_future_debug_info (tornado.test.gen_test.GenCoroutineTest) ... ok
170 test_asyncio_gather (tornado.test.gen_test.GenCoroutineTest) ... ok
171 test_asyncio_sleep_zero (tornado.test.gen_test.GenCoroutineTest) ... ok
172 test_attributes (tornado.test.gen_test.GenCoroutineTest) ... ok
173 test_coroutine_refcounting (tornado.test.gen_test.GenCoroutineTest) ... ok
174 test_is_coroutine_function (tornado.test.gen_test.GenCoroutineTest) ... ok
175 test_moment (tornado.test.gen_test.GenCoroutineTest) ... ok
176 test_py3_leak_exception_context (tornado.test.gen_test.GenCoroutineTest) ... ok
177 test_replace_yieldpoint_exception (tornado.test.gen_test.GenCoroutineTest) ... ok
178 test_sleep (tornado.test.gen_test.GenCoroutineTest) ... ok
179 test_swallow_yieldpoint_exception (tornado.test.gen_test.GenCoroutineTest) ... ok
180 test_sync_gen_return (tornado.test.gen_test.GenCoroutineTest) ... ok
181 test_sync_raise (tornado.test.gen_test.GenCoroutineTest) ... ok
182 test_sync_return (tornado.test.gen_test.GenCoroutineTest) ... ok
183 test_sync_return_no_value (tornado.test.gen_test.GenCoroutineTest) ... ok
184 test_async_prepare_error_handler (tornado.test.gen_test.GenWebTest) ... ok
185 test_coroutine_sequence_handler (tornado.test.gen_test.GenWebTest) ... ok
186 test_coroutine_unfinished_sequence_handler (tornado.test.gen_test.GenWebTest) ... ok
187 test_native_coroutine_handler (tornado.test.gen_test.GenWebTest) ... ok
188 test_undecorated_coroutines (tornado.test.gen_test.GenWebTest) ... ok
189 test_gc (tornado.test.gen_test.RunnerGCTest) ... ok
190 test_gc_infinite_async_await (tornado.test.gen_test.RunnerGCTest) ... ok
191 test_gc_infinite_coro (tornado.test.gen_test.RunnerGCTest) ... ok
192 test_multi_moment (tornado.test.gen_test.RunnerGCTest) ... ok
193 test_already_done (tornado.test.gen_test.WaitIteratorTest) ... ok
194 test_empty_iterator (tornado.test.gen_test.WaitIteratorTest) ... ok
195 test_iterator (tornado.test.gen_test.WaitIteratorTest) ... ok
196 test_iterator_async_await (tornado.test.gen_test.WaitIteratorTest) ... ok
197 test_no_ref (tornado.test.gen_test.WaitIteratorTest) ... ok
198 test_already_resolved (tornado.test.gen_test.WithTimeoutTest) ... ok
199 test_completed_concurrent_future (tornado.test.gen_test.WithTimeoutTest) ... ok
200 test_completes_before_timeout (tornado.test.gen_test.WithTimeoutTest) ... ok
201 test_fails_before_timeout (tornado.test.gen_test.WithTimeoutTest) ... ok
202 test_normal_concurrent_future (tornado.test.gen_test.WithTimeoutTest) ... ok
203 test_timeout (tornado.test.gen_test.WithTimeoutTest) ... ok
204 test_timeout_concurrent_future (tornado.test.gen_test.WithTimeoutTest) ... ok
205 test_http10_no_content_length (tornado.test.http1connection_test.HTTP1ConnectionTest) ... ok
206 test_304_with_content_length (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
207 test_all_methods (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
208 test_basic_auth (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
209 test_basic_auth_explicit_mode (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
210 test_basic_auth_unicode (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
211 test_bind_source_ip (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
212 test_body_encoding (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
213 test_body_sanity_checks (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
214 test_chunked (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
215 test_chunked_close (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
216 test_configure_defaults (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
217 test_credentials_in_url (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
218 test_error_after_cancel (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
219 test_follow_redirect (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
220 test_future_http_error (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
221 test_future_http_error_no_raise (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
222 test_future_interface (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
223 test_gzip (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
224 test_header_callback (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
225 test_header_crlf (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
226 test_header_encoding (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
227 test_header_types (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
228 test_hello_world (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
229 test_invalid_gzip (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
230 test_method_after_redirect (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
231 test_multi_line_headers (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
232 test_non_ascii_header (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
233 test_patch_receives_payload (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
234 test_post (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
235 test_put_307 (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
236 test_redirect_put_with_body (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
237 test_redirect_put_without_body (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
238 test_redirect_without_location (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
239 test_response_times (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
240 test_reuse_request_from_response (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
241 test_streaming_callback (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
242 test_types (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
243 test_unsupported_auth_mode (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
244 test_zero_timeout (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
245 test_copy (tornado.test.httpclient_test.HTTPErrorTestCase) ... ok
246 test_error_with_response (tornado.test.httpclient_test.HTTPErrorTestCase) ... ok
247 test_plain_error (tornado.test.httpclient_test.HTTPErrorTestCase) ... ok
248 test_body (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
249 test_body_setter (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
250 test_headers (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
251 test_headers_setter (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
252 test_if_modified_since (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
253 test_if_modified_since_naive_deprecated (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
254 test_null_headers_setter (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
255 test_str (tornado.test.httpclient_test.HTTPResponseTestCase) ... ok
256 test_bad_attribute (tornado.test.httpclient_test.RequestProxyTest) ... ok
257 test_both_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
258 test_default_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
259 test_defaults_none (tornado.test.httpclient_test.RequestProxyTest) ... ok
260 test_neither_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
261 test_request_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
262 test_destructor_log (tornado.test.httpclient_test.SyncHTTPClientSubprocessTest) ... ok
263 test_sync_client (tornado.test.httpclient_test.SyncHTTPClientTest) ... ok
264 test_sync_client_error (tornado.test.httpclient_test.SyncHTTPClientTest) ... ok
265 test_missing_arguments (tornado.test.httpserver_test.BadSSLOptionsTest) ... ok
266 test_missing_key (tornado.test.httpserver_test.BadSSLOptionsTest)
267 A missing SSL key should cause an immediate exception. ... ok
268 test_body_size_override_reset (tornado.test.httpserver_test.BodyLimitsTest) ... ok
269 test_large_body_buffered (tornado.test.httpserver_test.BodyLimitsTest) ... ok
270 test_large_body_buffered_chunked (tornado.test.httpserver_test.BodyLimitsTest) ... ok
271 test_large_body_streaming (tornado.test.httpserver_test.BodyLimitsTest) ... ok
272 test_large_body_streaming_chunked (tornado.test.httpserver_test.BodyLimitsTest) ... ok
273 test_large_body_streaming_chunked_override (tornado.test.httpserver_test.BodyLimitsTest) ... ok
274 test_large_body_streaming_override (tornado.test.httpserver_test.BodyLimitsTest) ... ok
275 test_small_body (tornado.test.httpserver_test.BodyLimitsTest) ... ok
276 test_timeout (tornado.test.httpserver_test.BodyLimitsTest) ... ok
277 test_uncompressed (tornado.test.httpserver_test.GzipBaseTest) ... ok
278 test_gzip (tornado.test.httpserver_test.GzipTest) ... ok
279 test_gzip_case_insensitive (tornado.test.httpserver_test.GzipTest) ... ok
280 test_uncompressed (tornado.test.httpserver_test.GzipTest) ... ok
281 test_gzip_unsupported (tornado.test.httpserver_test.GzipUnsupportedTest) ... ok
282 test_uncompressed (tornado.test.httpserver_test.GzipUnsupportedTest) ... ok
283 test_100_continue (tornado.test.httpserver_test.HTTPConnectionTest) ... ok
284 test_multipart_form (tornado.test.httpserver_test.HTTPConnectionTest) ... ok
285 test_newlines (tornado.test.httpserver_test.HTTPConnectionTest) ... ok
286 test_chunked_request_body (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
287 test_chunked_request_body_duplicate_header (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
288 test_chunked_request_body_invalid_size (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
289 test_chunked_request_body_transfer_encoding_and_content_length (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
290 test_chunked_request_body_unsupported_transfer_encoding (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
291 test_chunked_request_uppercase (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
292 test_empty_request (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
293 test_invalid_content_length (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
294 test_malformed_first_line_log (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
295 test_malformed_first_line_response (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
296 test_malformed_headers (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
297 test_double_slash (tornado.test.httpserver_test.HTTPServerTest) ... ok
298 test_empty_post_parameters (tornado.test.httpserver_test.HTTPServerTest) ... ok
299 test_empty_query_string (tornado.test.httpserver_test.HTTPServerTest) ... ok
300 test_post_encodings (tornado.test.httpserver_test.HTTPServerTest) ... ok
301 test_query_string_encoding (tornado.test.httpserver_test.HTTPServerTest) ... ok
302 test_types (tornado.test.httpserver_test.HTTPServerTest) ... ok
303 test_idle_after_use (tornado.test.httpserver_test.IdleTimeoutTest) ... ok
304 test_unused_connection (tornado.test.httpserver_test.IdleTimeoutTest) ... ok
305 test_invalid_output_content_length (tornado.test.httpserver_test.InvalidOutputContentLengthTest) ... ok
306 test_cancel_during_download (tornado.test.httpserver_test.KeepAliveTest) ... ok
307 test_finish_while_closed (tornado.test.httpserver_test.KeepAliveTest) ... ok
308 test_http10 (tornado.test.httpserver_test.KeepAliveTest) ... ok
309 test_http10_keepalive (tornado.test.httpserver_test.KeepAliveTest) ... ok
310 test_http10_keepalive_extra_crlf (tornado.test.httpserver_test.KeepAliveTest) ... ok
311 test_keepalive_chunked (tornado.test.httpserver_test.KeepAliveTest) ... ok
312 test_keepalive_chunked_head_no_body (tornado.test.httpserver_test.KeepAliveTest) ... ok
313 test_pipelined_cancel (tornado.test.httpserver_test.KeepAliveTest) ... ok
314 test_pipelined_requests (tornado.test.httpserver_test.KeepAliveTest) ... ok
315 test_request_close (tornado.test.httpserver_test.KeepAliveTest) ... ok
316 test_two_requests (tornado.test.httpserver_test.KeepAliveTest) ... ok
317 test_legacy_interface (tornado.test.httpserver_test.LegacyInterfaceTest) ... ok
318 test_manual_protocol (tornado.test.httpserver_test.ManualProtocolTest) ... ok
319 test_large_headers (tornado.test.httpserver_test.MaxHeaderSizeTest) ... ok
320 test_small_headers (tornado.test.httpserver_test.MaxHeaderSizeTest) ... ok
321 test_error_logging (tornado.test.httpserver_test.SSLContextTest) ... ok
322 test_large_post (tornado.test.httpserver_test.SSLContextTest) ... ok
323 test_non_ssl_request (tornado.test.httpserver_test.SSLContextTest) ... ok
324 test_ssl (tornado.test.httpserver_test.SSLContextTest) ... ok
325 test_request_without_xprotocol (tornado.test.httpserver_test.SSLXHeaderTest) ... ok
326 test_error_logging (tornado.test.httpserver_test.SSLv23Test) ... ok
327 test_large_post (tornado.test.httpserver_test.SSLv23Test) ... ok
328 test_non_ssl_request (tornado.test.httpserver_test.SSLv23Test) ... ok
329 test_ssl (tornado.test.httpserver_test.SSLv23Test) ... ok
330 test_error_logging (tornado.test.httpserver_test.SSLv3Test) ... ok
331 test_large_post (tornado.test.httpserver_test.SSLv3Test) ... ok
332 test_non_ssl_request (tornado.test.httpserver_test.SSLv3Test) ... ok
333 test_ssl (tornado.test.httpserver_test.SSLv3Test) ... ok
334 test_chunked_body (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
335 test_chunked_compressed (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
336 test_compressed_body (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
337 test_regular_body (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
338 test_error_logging (tornado.test.httpserver_test.TLSv1Test) ... ok
339 test_large_post (tornado.test.httpserver_test.TLSv1Test) ... ok
340 test_non_ssl_request (tornado.test.httpserver_test.TLSv1Test) ... ok
341 test_ssl (tornado.test.httpserver_test.TLSv1Test) ... ok
342 test_unix_socket (tornado.test.httpserver_test.UnixSocketTest) ... ok
343 test_unix_socket_bad_request (tornado.test.httpserver_test.UnixSocketTest) ... ok
344 test_ip_headers (tornado.test.httpserver_test.XHeaderTest) ... ok
345 test_scheme_headers (tornado.test.httpserver_test.XHeaderTest) ... ok
346 test_trusted_downstream (tornado.test.httpserver_test.XHeaderTest) ... ok
347 test_other_aware_datetime (tornado.test.httputil_test.FormatTimestampTest) ... ok
348 test_struct_time (tornado.test.httputil_test.FormatTimestampTest) ... ok
349 test_time_tuple (tornado.test.httputil_test.FormatTimestampTest) ... ok
350 test_unix_time_float (tornado.test.httputil_test.FormatTimestampTest) ... ok
351 test_unix_time_int (tornado.test.httputil_test.FormatTimestampTest) ... ok
352 test_utc_aware_datetime (tornado.test.httputil_test.FormatTimestampTest) ... ok
353 test_utc_naive_datetime (tornado.test.httputil_test.FormatTimestampTest) ... ok
354 test_utc_naive_datetime_deprecated (tornado.test.httputil_test.FormatTimestampTest) ... ok
355 test_copy (tornado.test.httputil_test.HTTPHeadersTest) ... ok
356 test_malformed_continuation (tornado.test.httputil_test.HTTPHeadersTest) ... ok
357 test_multi_line (tornado.test.httputil_test.HTTPHeadersTest) ... ok
358 test_optional_cr (tornado.test.httputil_test.HTTPHeadersTest) ... ok
359 test_pickle_roundtrip (tornado.test.httputil_test.HTTPHeadersTest) ... ok
360 test_setdefault (tornado.test.httputil_test.HTTPHeadersTest) ... ok
361 test_string (tornado.test.httputil_test.HTTPHeadersTest) ... ok
362 test_unicode_newlines (tornado.test.httputil_test.HTTPHeadersTest) ... ok
363 test_unicode_whitespace (tornado.test.httputil_test.HTTPHeadersTest) ... ok
364 test_body_is_a_byte_string (tornado.test.httputil_test.HTTPServerRequestTest) ... ok
365 test_default_constructor (tornado.test.httputil_test.HTTPServerRequestTest) ... ok
366 test_repr_does_not_contain_headers (tornado.test.httputil_test.HTTPServerRequestTest) ... ok
367 test_boundary_starts_and_ends_with_quotes (tornado.test.httputil_test.MultipartFormDataTest) ... ok
368 test_content_disposition_header_without_name_parameter (tornado.test.httputil_test.MultipartFormDataTest) ... ok
369 test_data_after_final_boundary (tornado.test.httputil_test.MultipartFormDataTest) ... ok
370 test_file_upload (tornado.test.httputil_test.MultipartFormDataTest) ... ok
371 test_invalid_content_disposition (tornado.test.httputil_test.MultipartFormDataTest) ... ok
372 test_line_does_not_end_with_correct_line_break (tornado.test.httputil_test.MultipartFormDataTest) ... ok
373 test_missing_headers (tornado.test.httputil_test.MultipartFormDataTest) ... ok
374 test_non_ascii_filename (tornado.test.httputil_test.MultipartFormDataTest) ... ok
375 test_special_filenames (tornado.test.httputil_test.MultipartFormDataTest) ... ok
376 test_unquoted_names (tornado.test.httputil_test.MultipartFormDataTest) ... ok
377 test_cookie_edgecases (tornado.test.httputil_test.ParseCookieTest) ... ok
378 test_invalid_cookies (tornado.test.httputil_test.ParseCookieTest)
379 Cookie strings that go against RFC6265 but browsers will send if set ... ok
380 test_python_cookies (tornado.test.httputil_test.ParseCookieTest)
381 Test cases copied from Python's Lib/test/test_http_cookies.py ... ok
382 test_unquote (tornado.test.httputil_test.ParseCookieTest) ... ok
383 test_unquote_large (tornado.test.httputil_test.ParseCookieTest) ... ok
384 test_parse_request_start_line (tornado.test.httputil_test.ParseRequestStartLineTest) ... ok
385 test_parsing (tornado.test.httputil_test.QsParseTest) ... ok
386 test_url_concat_dict_params (tornado.test.httputil_test.TestUrlConcat) ... ok
387 test_url_concat_encode_args (tornado.test.httputil_test.TestUrlConcat) ... ok
388 test_url_concat_mult_params (tornado.test.httputil_test.TestUrlConcat) ... ok
389 test_url_concat_multi_same_params (tornado.test.httputil_test.TestUrlConcat) ... ok
390 test_url_concat_multi_same_query_params (tornado.test.httputil_test.TestUrlConcat) ... ok
391 test_url_concat_no_params (tornado.test.httputil_test.TestUrlConcat) ... ok
392 test_url_concat_no_query_params (tornado.test.httputil_test.TestUrlConcat) ... ok
393 test_url_concat_none_params (tornado.test.httputil_test.TestUrlConcat) ... ok
394 test_url_concat_q_with_no_trailing_amp (tornado.test.httputil_test.TestUrlConcat) ... ok
395 test_url_concat_trailing_amp (tornado.test.httputil_test.TestUrlConcat) ... ok
396 test_url_concat_trailing_q (tornado.test.httputil_test.TestUrlConcat) ... ok
397 test_url_concat_with_frag (tornado.test.httputil_test.TestUrlConcat) ... ok
398 test_import_aliases (tornado.test.import_test.ImportTest) ... ok
399 test_import_everything (tornado.test.import_test.ImportTest) ... ok
400 test_lazy_import (tornado.test.import_test.ImportTest) ... ok
401 test_add_callback_from_signal (tornado.test.ioloop_test.TestIOLoop) ... ok
402 test_add_callback_from_signal_other_thread (tornado.test.ioloop_test.TestIOLoop) ... ok
403 test_add_callback_return_sequence (tornado.test.ioloop_test.TestIOLoop) ... ok
404 test_add_callback_wakeup (tornado.test.ioloop_test.TestIOLoop) ... ok
405 test_add_callback_wakeup_other_thread (tornado.test.ioloop_test.TestIOLoop) ... ok
406 test_add_callback_while_closing (tornado.test.ioloop_test.TestIOLoop) ... ok
407 test_add_timeout_return (tornado.test.ioloop_test.TestIOLoop) ... ok
408 test_add_timeout_timedelta (tornado.test.ioloop_test.TestIOLoop) ... ok
409 test_call_at_return (tornado.test.ioloop_test.TestIOLoop) ... ok
410 test_call_later_return (tornado.test.ioloop_test.TestIOLoop) ... ok
411 test_close_file_object (tornado.test.ioloop_test.TestIOLoop)
412 When a file object is used instead of a numeric file descriptor, ... ok
413 test_exception_logging (tornado.test.ioloop_test.TestIOLoop)
414 Uncaught exceptions get logged by the IOLoop. ... ok
415 test_exception_logging_future (tornado.test.ioloop_test.TestIOLoop)
416 The IOLoop examines exceptions from Futures and logs them. ... ok
417 test_exception_logging_native_coro (tornado.test.ioloop_test.TestIOLoop)
418 The IOLoop examines exceptions from awaitables and logs them. ... ok
419 test_explicit_asyncio_loop (tornado.test.ioloop_test.TestIOLoop) ... ok
420 test_handler_callback_file_object (tornado.test.ioloop_test.TestIOLoop)
421 The handler callback receives the same fd object it passed in. ... ok
422 test_init_close_race (tornado.test.ioloop_test.TestIOLoop) ... ok
423 test_mixed_fd_fileobj (tornado.test.ioloop_test.TestIOLoop) ... ok
424 test_multiple_add (tornado.test.ioloop_test.TestIOLoop) ... ok
425 test_read_while_writeable (tornado.test.ioloop_test.TestIOLoop) ... ok
426 test_reentrant (tornado.test.ioloop_test.TestIOLoop)
427 Calling start() twice should raise an error, not deadlock. ... ok
428 test_remove_handler_from_handler (tornado.test.ioloop_test.TestIOLoop) ... ok
429 test_remove_timeout_after_fire (tornado.test.ioloop_test.TestIOLoop) ... ok
430 test_remove_timeout_cleanup (tornado.test.ioloop_test.TestIOLoop) ... ok
431 test_remove_timeout_from_timeout (tornado.test.ioloop_test.TestIOLoop) ... ok
432 test_remove_without_add (tornado.test.ioloop_test.TestIOLoop) ... ok
433 test_spawn_callback (tornado.test.ioloop_test.TestIOLoop) ... ok
434 test_timeout_with_arguments (tornado.test.ioloop_test.TestIOLoop) ... ok
435 test_asyncio (tornado.test.ioloop_test.TestIOLoopConfiguration) ... ok
436 test_asyncio_main (tornado.test.ioloop_test.TestIOLoopConfiguration) ... ok
437 test_default (tornado.test.ioloop_test.TestIOLoopConfiguration) ... ok
438 test_force_current (tornado.test.ioloop_test.TestIOLoopCurrent) ... ok
439 test_non_current (tornado.test.ioloop_test.TestIOLoopCurrent) ... ok
440 test_clear_without_current (tornado.test.ioloop_test.TestIOLoopCurrentAsync) ... ok
441 test_add_future_threads (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
442 test_run_in_executor_gen (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
443 test_run_in_executor_native (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
444 test_set_default_executor (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
445 test_async_exception (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
446 test_async_result (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
447 test_current (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
448 test_native_coroutine (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
449 test_sync_exception (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
450 test_sync_result (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
451 test_timeout (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
452 test_periodic_async (tornado.test.ioloop_test.TestPeriodicCallbackAsync) ... ok
453 test_periodic_coro (tornado.test.ioloop_test.TestPeriodicCallbackAsync) ... ok
454 test_periodic_plain (tornado.test.ioloop_test.TestPeriodicCallbackAsync) ... ok
455 test_basic (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
456 test_clock_backwards (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
457 test_jitter (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
458 test_overrun (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
459 test_timedelta (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
460 test_async_read_error_logging (tornado.test.iostream_test.TestIOStream) ... ok
461 test_close_buffered_data (tornado.test.iostream_test.TestIOStream) ... ok
462 test_close_callback_with_pending_read (tornado.test.iostream_test.TestIOStream) ... ok
463 test_connection_refused (tornado.test.iostream_test.TestIOStream) ... ok
464 test_flow_control (tornado.test.iostream_test.TestIOStream) ... ok
465 test_future_close_callback (tornado.test.iostream_test.TestIOStream) ... ok
466 test_future_delayed_close_callback (tornado.test.iostream_test.TestIOStream) ... ok
467 test_future_write (tornado.test.iostream_test.TestIOStream)
468 Test that write() Futures are never orphaned. ... ok
469 test_gaierror (tornado.test.iostream_test.TestIOStream) ... ok
470 test_inline_read_error (tornado.test.iostream_test.TestIOStream) ... ok
471 test_large_read_until (tornado.test.iostream_test.TestIOStream) ... ok
472 test_many_mixed_reads (tornado.test.iostream_test.TestIOStream) ... ok
473 test_read_bytes_partial (tornado.test.iostream_test.TestIOStream) ... ok
474 test_read_into (tornado.test.iostream_test.TestIOStream) ... ok
475 test_read_into_partial (tornado.test.iostream_test.TestIOStream) ... ok
476 test_read_into_zero_bytes (tornado.test.iostream_test.TestIOStream) ... ok
477 test_read_until_close_after_close (tornado.test.iostream_test.TestIOStream) ... ok
478 test_read_until_close_with_error (tornado.test.iostream_test.TestIOStream) ... ok
479 test_read_until_max_bytes (tornado.test.iostream_test.TestIOStream) ... ok
480 test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStream) ... ok
481 test_read_until_max_bytes_inline (tornado.test.iostream_test.TestIOStream) ... ok
482 test_read_until_regex_max_bytes (tornado.test.iostream_test.TestIOStream) ... ok
483 test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStream) ... ok
484 test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestIOStream) ... ok
485 test_read_until_unsatisfied_after_close (tornado.test.iostream_test.TestIOStream) ... ok
486 test_read_until_with_close_after_second_packet (tornado.test.iostream_test.TestIOStream) ... ok
487 test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestIOStream) ... ok
488 test_small_reads_from_large_buffer (tornado.test.iostream_test.TestIOStream) ... ok
489 test_write_memoryview (tornado.test.iostream_test.TestIOStream) ... ok
490 test_write_zero_bytes (tornado.test.iostream_test.TestIOStream) ... ok
491 test_check_disabled (tornado.test.iostream_test.TestIOStreamCheckHostname) ... ok
492 test_match (tornado.test.iostream_test.TestIOStreamCheckHostname) ... ok
493 test_no_match (tornado.test.iostream_test.TestIOStreamCheckHostname) ... ok
494 test_async_read_error_logging (tornado.test.iostream_test.TestIOStreamSSL) ... ok
495 test_close_buffered_data (tornado.test.iostream_test.TestIOStreamSSL) ... ok
496 test_close_callback_with_pending_read (tornado.test.iostream_test.TestIOStreamSSL) ... ok
497 test_connection_refused (tornado.test.iostream_test.TestIOStreamSSL) ... ok
498 test_flow_control (tornado.test.iostream_test.TestIOStreamSSL) ... ok
499 test_future_close_callback (tornado.test.iostream_test.TestIOStreamSSL) ... ok
500 test_future_delayed_close_callback (tornado.test.iostream_test.TestIOStreamSSL) ... ok
501 test_future_write (tornado.test.iostream_test.TestIOStreamSSL)
502 Test that write() Futures are never orphaned. ... ok
503 test_gaierror (tornado.test.iostream_test.TestIOStreamSSL) ... ok
504 test_inline_read_error (tornado.test.iostream_test.TestIOStreamSSL) ... ok
505 test_large_read_until (tornado.test.iostream_test.TestIOStreamSSL) ... ok
506 test_many_mixed_reads (tornado.test.iostream_test.TestIOStreamSSL) ... ok
507 test_read_bytes_partial (tornado.test.iostream_test.TestIOStreamSSL) ... ok
508 test_read_into (tornado.test.iostream_test.TestIOStreamSSL) ... ok
509 test_read_into_partial (tornado.test.iostream_test.TestIOStreamSSL) ... ok
510 test_read_into_zero_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... ok
511 test_read_until_close_after_close (tornado.test.iostream_test.TestIOStreamSSL) ... ok
512 test_read_until_close_with_error (tornado.test.iostream_test.TestIOStreamSSL) ... ok
513 test_read_until_max_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... ok
514 test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSL) ... ok
515 test_read_until_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSL) ... ok
516 test_read_until_regex_max_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... ok
517 test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSL) ... ok
518 test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSL) ... ok
519 test_read_until_unsatisfied_after_close (tornado.test.iostream_test.TestIOStreamSSL) ... ok
520 test_read_until_with_close_after_second_packet (tornado.test.iostream_test.TestIOStreamSSL) ... ok
521 test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSL) ... ok
522 test_small_reads_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSL) ... ok
523 test_write_memoryview (tornado.test.iostream_test.TestIOStreamSSL) ... ok
524 test_write_zero_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... ok
525 test_async_read_error_logging (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
526 test_close_buffered_data (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
527 test_close_callback_with_pending_read (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
528 test_connection_refused (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
529 test_flow_control (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
530 test_future_close_callback (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
531 test_future_delayed_close_callback (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
532 test_future_write (tornado.test.iostream_test.TestIOStreamSSLContext)
533 Test that write() Futures are never orphaned. ... ok
534 test_gaierror (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
535 test_inline_read_error (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
536 test_large_read_until (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
537 test_many_mixed_reads (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
538 test_read_bytes_partial (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
539 test_read_into (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
540 test_read_into_partial (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
541 test_read_into_zero_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
542 test_read_until_close_after_close (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
543 test_read_until_close_with_error (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
544 test_read_until_max_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
545 test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
546 test_read_until_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
547 test_read_until_regex_max_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
548 test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
549 test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
550 test_read_until_unsatisfied_after_close (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
551 test_read_until_with_close_after_second_packet (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
552 test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
553 test_small_reads_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
554 test_write_memoryview (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
555 test_write_zero_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
556 test_check_hostname (tornado.test.iostream_test.TestIOStreamStartTLS) ... ok
557 test_handshake_fail (tornado.test.iostream_test.TestIOStreamStartTLS) ... ok
558 test_start_tls_smtp (tornado.test.iostream_test.TestIOStreamStartTLS) ... ok
559 test_typed_memoryview (tornado.test.iostream_test.TestIOStreamStartTLS) ... ok
560 test_connection_closed (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
561 test_future_close_while_reading (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
562 test_future_interface (tornado.test.iostream_test.TestIOStreamWebHTTP)
563 Basic test of IOStream's ability to return Futures. ... ok
564 test_future_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
565 test_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
566 test_read_zero_bytes (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
567 test_write_while_connecting (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
568 test_connection_closed (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
569 test_future_close_while_reading (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
570 test_future_interface (tornado.test.iostream_test.TestIOStreamWebHTTPS)
571 Basic test of IOStream's ability to return Futures. ... ok
572 test_future_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
573 test_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
574 test_read_zero_bytes (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
575 test_write_while_connecting (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
576 test_close_buffered_data (tornado.test.iostream_test.TestPipeIOStream) ... ok
577 test_close_callback_with_pending_read (tornado.test.iostream_test.TestPipeIOStream) ... ok
578 test_flow_control (tornado.test.iostream_test.TestPipeIOStream) ... ok
579 test_future_close_callback (tornado.test.iostream_test.TestPipeIOStream) ... ok
580 test_future_delayed_close_callback (tornado.test.iostream_test.TestPipeIOStream) ... ok
581 test_large_read_until (tornado.test.iostream_test.TestPipeIOStream) ... ok
582 test_many_mixed_reads (tornado.test.iostream_test.TestPipeIOStream) ... ok
583 test_pipe_iostream (tornado.test.iostream_test.TestPipeIOStream) ... ok
584 test_pipe_iostream_big_write (tornado.test.iostream_test.TestPipeIOStream) ... ok
585 test_read_bytes_partial (tornado.test.iostream_test.TestPipeIOStream) ... ok
586 test_read_into (tornado.test.iostream_test.TestPipeIOStream) ... ok
587 test_read_into_partial (tornado.test.iostream_test.TestPipeIOStream) ... ok
588 test_read_into_zero_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
589 test_read_until_close_after_close (tornado.test.iostream_test.TestPipeIOStream) ... ok
590 test_read_until_max_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
591 test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestPipeIOStream) ... ok
592 test_read_until_max_bytes_inline (tornado.test.iostream_test.TestPipeIOStream) ... ok
593 test_read_until_regex_max_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
594 test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestPipeIOStream) ... ok
595 test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestPipeIOStream) ... ok
596 test_read_until_unsatisfied_after_close (tornado.test.iostream_test.TestPipeIOStream) ... ok
597 test_read_until_with_close_after_second_packet (tornado.test.iostream_test.TestPipeIOStream) ... ok
598 test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestPipeIOStream) ... ok
599 test_small_reads_from_large_buffer (tornado.test.iostream_test.TestPipeIOStream) ... ok
600 test_write_memoryview (tornado.test.iostream_test.TestPipeIOStream) ... ok
601 test_write_zero_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
602 test_large (tornado.test.iostream_test.TestStreamBuffer) ... ok
603 test_small (tornado.test.iostream_test.TestStreamBuffer) ... ok
604 test_wait_for_handshake_already_connected (tornado.test.iostream_test.WaitForHandshakeTest) ... ok
605 test_wait_for_handshake_already_waiting_error (tornado.test.iostream_test.WaitForHandshakeTest) ... ok
606 test_wait_for_handshake_future (tornado.test.iostream_test.WaitForHandshakeTest) ... ok
607 test_format_date (tornado.test.locale_test.EnglishTest) ... ok
608 test_format_day (tornado.test.locale_test.EnglishTest) ... ok
609 test_friendly_number (tornado.test.locale_test.EnglishTest) ... ok
610 test_list (tornado.test.locale_test.EnglishTest) ... ok
611 test_non_ascii_name (tornado.test.locale_test.LocaleDataTest) ... ok
612 test_csv (tornado.test.locale_test.TranslationLoaderTest) ... ok
613 test_csv_bom (tornado.test.locale_test.TranslationLoaderTest) ... ok
614 test_gettext (tornado.test.locale_test.TranslationLoaderTest) ... ok
615 test_release_unacquired (tornado.test.locks_test.BoundedSemaphoreTest) ... ok
616 test_garbage_collection (tornado.test.locks_test.ConditionTest) ... ok
617 test_nested_notify (tornado.test.locks_test.ConditionTest) ... ok
618 test_notify (tornado.test.locks_test.ConditionTest) ... ok
619 test_notify_1 (tornado.test.locks_test.ConditionTest) ... ok
620 test_notify_all (tornado.test.locks_test.ConditionTest) ... ok
621 test_notify_all_with_timeout (tornado.test.locks_test.ConditionTest) ... ok
622 test_notify_n (tornado.test.locks_test.ConditionTest) ... ok
623 test_notify_n_with_timeout (tornado.test.locks_test.ConditionTest) ... ok
624 test_repr (tornado.test.locks_test.ConditionTest) ... ok
625 test_wait_timeout (tornado.test.locks_test.ConditionTest) ... ok
626 test_wait_timeout_preempted (tornado.test.locks_test.ConditionTest) ... ok
627 test_event (tornado.test.locks_test.EventTest) ... ok
628 test_event_set_multiple (tornado.test.locks_test.EventTest) ... ok
629 test_event_timeout (tornado.test.locks_test.EventTest) ... ok
630 test_event_wait_clear (tornado.test.locks_test.EventTest) ... ok
631 test_repr (tornado.test.locks_test.EventTest) ... ok
632 test_acquire_fifo (tornado.test.locks_test.LockTests) ... ok
633 test_acquire_fifo_async_with (tornado.test.locks_test.LockTests) ... ok
634 test_acquire_release (tornado.test.locks_test.LockTests) ... ok
635 test_acquire_timeout (tornado.test.locks_test.LockTests) ... ok
636 test_context_manager_misuse (tornado.test.locks_test.LockTests) ... ok
637 test_multi_release (tornado.test.locks_test.LockTests) ... ok
638 test_repr (tornado.test.locks_test.LockTests) ... ok
639 test_yield_lock (tornado.test.locks_test.LockTests) ... ok
640 test_context_manager (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
641 test_context_manager_async_await (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
642 test_context_manager_contended (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
643 test_context_manager_exception (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
644 test_context_manager_misuse (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
645 test_context_manager_timeout (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
646 test_context_manager_timeout_error (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
647 test_yield_sem (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
648 test_acquire (tornado.test.locks_test.SemaphoreTest) ... ok
649 test_acquire_timeout (tornado.test.locks_test.SemaphoreTest) ... ok
650 test_acquire_timeout_preempted (tornado.test.locks_test.SemaphoreTest) ... ok
651 test_garbage_collection (tornado.test.locks_test.SemaphoreTest) ... ok
652 test_negative_value (tornado.test.locks_test.SemaphoreTest) ... ok
653 test_release_unacquired (tornado.test.locks_test.SemaphoreTest) ... ok
654 test_repr (tornado.test.locks_test.SemaphoreTest) ... ok
655 test_bad_host (tornado.test.netutil_test.BlockingResolverErrorTest) ... ok
656 test_localhost (tornado.test.netutil_test.BlockingResolverTest) ... ok
657 test_localhost (tornado.test.netutil_test.CaresResolverTest) ... skipped 'pycares module not present'
658 test_is_valid_ip (tornado.test.netutil_test.IsValidIPTest) ... ok
659 test_localhost (tornado.test.netutil_test.OverrideResolverTest) ... ok
660 test_resolve_multiaddr (tornado.test.netutil_test.OverrideResolverTest) ... ok
661 test_reuse_port (tornado.test.netutil_test.TestPortAllocation) ... skipped 'SO_REUSEPORT is not supported'
662 test_same_port_allocation (tornado.test.netutil_test.TestPortAllocation) ... ok
663 test_bad_host (tornado.test.netutil_test.ThreadedResolverErrorTest) ... ok
664 test_import (tornado.test.netutil_test.ThreadedResolverImportTest) ... ok
665 test_localhost (tornado.test.netutil_test.ThreadedResolverTest) ... ok
666 test_localhost (tornado.test.netutil_test.TwistedResolverTest) ... ok
667 test_log_file (tornado.test.log_test.EnablePrettyLoggingTest) ... ok
668 test_log_file_with_timed_rotating (tornado.test.log_test.EnablePrettyLoggingTest) ... ok
669 test_wrong_rotate_mode_value (tornado.test.log_test.EnablePrettyLoggingTest) ... ok
670 test_basic_logging (tornado.test.log_test.LogFormatterTest) ... ok
671 test_bytes_exception_logging (tornado.test.log_test.LogFormatterTest) ... ok
672 test_bytes_logging (tornado.test.log_test.LogFormatterTest) ... ok
673 test_unicode_logging (tornado.test.log_test.LogFormatterTest) ... ok
674 test_utf8_logging (tornado.test.log_test.LogFormatterTest) ... ok
675 test_default (tornado.test.log_test.LoggingOptionTest) ... ok
676 test_disable_code_none (tornado.test.log_test.LoggingOptionTest) ... ok
677 test_disable_code_string (tornado.test.log_test.LoggingOptionTest) ... ok
678 test_disable_command_line (tornado.test.log_test.LoggingOptionTest) ... ok
679 test_disable_command_line_case_insensitive (tornado.test.log_test.LoggingOptionTest) ... ok
680 test_disable_override (tornado.test.log_test.LoggingOptionTest) ... ok
681 test_tornado_default (tornado.test.log_test.LoggingOptionTest) ... ok
682 test_as_dict (tornado.test.options_test.OptionsTest) ... ok
683 test_dash_underscore_cli (tornado.test.options_test.OptionsTest) ... ok
684 test_dash_underscore_file (tornado.test.options_test.OptionsTest) ... ok
685 test_dash_underscore_introspection (tornado.test.options_test.OptionsTest) ... ok
686 test_error_redefine (tornado.test.options_test.OptionsTest) ... ok
687 test_error_redefine_underscore (tornado.test.options_test.OptionsTest) ... ok
688 test_getitem (tornado.test.options_test.OptionsTest) ... ok
689 test_group_dict (tornado.test.options_test.OptionsTest) ... ok
690 test_help (tornado.test.options_test.OptionsTest) ... ok
691 test_items (tornado.test.options_test.OptionsTest) ... ok
692 test_iter (tornado.test.options_test.OptionsTest) ... ok
693 test_mock_patch (tornado.test.options_test.OptionsTest) ... ok
694 test_multiple_int (tornado.test.options_test.OptionsTest) ... ok
695 test_multiple_string (tornado.test.options_test.OptionsTest) ... ok
696 test_parse_callbacks (tornado.test.options_test.OptionsTest) ... ok
697 test_parse_command_line (tornado.test.options_test.OptionsTest) ... ok
698 test_parse_config_file (tornado.test.options_test.OptionsTest) ... ok
699 test_setattr (tornado.test.options_test.OptionsTest) ... ok
700 test_setattr_type_check (tornado.test.options_test.OptionsTest) ... ok
701 test_setattr_with_callback (tornado.test.options_test.OptionsTest) ... ok
702 test_setitem (tornado.test.options_test.OptionsTest) ... ok
703 test_subcommand (tornado.test.options_test.OptionsTest) ... ok
704 test_types (tornado.test.options_test.OptionsTest) ... ok
705 test_types_with_conf_file (tornado.test.options_test.OptionsTest) ... ok
706 test_multi_process (tornado.test.process_test.ProcessTest) ... ok
707 test_close_stdin (tornado.test.process_test.SubprocessTest) ... ok
708 test_sigchild (tornado.test.process_test.SubprocessTest) ... ok
709 test_sigchild_future (tornado.test.process_test.SubprocessTest) ... ok
710 test_sigchild_signal (tornado.test.process_test.SubprocessTest) ... ok
711 test_stderr (tornado.test.process_test.SubprocessTest) ... ok
712 test_subprocess (tornado.test.process_test.SubprocessTest) ... ok
713 test_wait_for_exit_raise (tornado.test.process_test.SubprocessTest) ... ok
714 test_wait_for_exit_raise_disabled (tornado.test.process_test.SubprocessTest) ... ok
715 test_join_empty_queue (tornado.test.queues_test.LifoQueueJoinTest) ... ok
716 test_join_timeout (tornado.test.queues_test.LifoQueueJoinTest) ... ok
717 test_order (tornado.test.queues_test.LifoQueueJoinTest) ... ok
718 test_task_done (tornado.test.queues_test.LifoQueueJoinTest) ... ok
719 test_task_done_delay (tornado.test.queues_test.LifoQueueJoinTest) ... ok
720 test_task_done_underflow (tornado.test.queues_test.LifoQueueJoinTest) ... ok
721 test_join_empty_queue (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
722 test_join_timeout (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
723 test_order (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
724 test_task_done (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
725 test_task_done_delay (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
726 test_task_done_underflow (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
727 test_producer_consumer (tornado.test.queues_test.ProducerConsumerTest) ... ok
728 test_maxsize (tornado.test.queues_test.QueueBasicTest) ... ok
729 test_order (tornado.test.queues_test.QueueBasicTest) ... ok
730 test_repr_and_str (tornado.test.queues_test.QueueBasicTest) ... ok
731 test_async_for (tornado.test.queues_test.QueueGetTest) ... ok
732 test_blocking_get (tornado.test.queues_test.QueueGetTest) ... ok
733 test_blocking_get_wait (tornado.test.queues_test.QueueGetTest) ... ok
734 test_get_clears_timed_out_getters (tornado.test.queues_test.QueueGetTest) ... ok
735 test_get_clears_timed_out_putters (tornado.test.queues_test.QueueGetTest) ... ok
736 test_get_timeout (tornado.test.queues_test.QueueGetTest) ... ok
737 test_get_timeout_preempted (tornado.test.queues_test.QueueGetTest) ... ok
738 test_get_with_putters (tornado.test.queues_test.QueueGetTest) ... ok
739 test_nonblocking_get (tornado.test.queues_test.QueueGetTest) ... ok
740 test_nonblocking_get_exception (tornado.test.queues_test.QueueGetTest) ... ok
741 test_join_empty_queue (tornado.test.queues_test.QueueJoinTest) ... ok
742 test_join_timeout (tornado.test.queues_test.QueueJoinTest) ... ok
743 test_task_done (tornado.test.queues_test.QueueJoinTest) ... ok
744 test_task_done_delay (tornado.test.queues_test.QueueJoinTest) ... ok
745 test_task_done_underflow (tornado.test.queues_test.QueueJoinTest) ... ok
746 test_blocking_put (tornado.test.queues_test.QueuePutTest) ... ok
747 test_blocking_put_wait (tornado.test.queues_test.QueuePutTest) ... ok
748 test_float_maxsize (tornado.test.queues_test.QueuePutTest) ... ok
749 test_nonblocking_put_exception (tornado.test.queues_test.QueuePutTest) ... ok
750 test_nonblocking_put_with_getters (tornado.test.queues_test.QueuePutTest) ... ok
751 test_put_clears_timed_out_getters (tornado.test.queues_test.QueuePutTest) ... ok
752 test_put_clears_timed_out_putters (tornado.test.queues_test.QueuePutTest) ... ok
753 test_put_timeout (tornado.test.queues_test.QueuePutTest) ... ok
754 test_put_timeout_preempted (tornado.test.queues_test.QueuePutTest) ... ok
755 test_put_with_getters (tornado.test.queues_test.QueuePutTest) ... ok
756 test_basic_router (tornado.test.routing_test.BasicRouterTestCase) ... ok
757 test_custom_router (tornado.test.routing_test.CustomRouterTestCase) ... ok
758 test_http_method_router (tornado.test.routing_test.HTTPMethodRouterTestCase) ... ok
759 test_rule_based_router (tornado.test.routing_test.RuleRouterTest) ... ok
760 test_delegate_not_found (tornado.test.routing_test.WSGIContainerTestCase) ... ok
761 test_wsgi_container (tornado.test.routing_test.WSGIContainerTestCase) ... ok
762 test_chunked_with_content_length (tornado.test.simple_httpclient_test.ChunkedWithContentLengthTest) ... ok
763 test_max_clients (tornado.test.simple_httpclient_test.CreateAsyncHTTPClientTestCase) ... ok
764 test_100_continue (tornado.test.simple_httpclient_test.HTTP100ContinueTestCase) ... ok
765 test_204_invalid_content_length (tornado.test.simple_httpclient_test.HTTP204NoContentTestCase) ... ok
766 test_204_no_content (tornado.test.simple_httpclient_test.HTTP204NoContentTestCase) ... ok
767 test_hostname_mapping (tornado.test.simple_httpclient_test.HostnameMappingTestCase) ... ok
768 test_port_mapping (tornado.test.simple_httpclient_test.HostnameMappingTestCase) ... ok
769 test_large_body (tornado.test.simple_httpclient_test.MaxBodySizeTest) ... ok
770 test_small_body (tornado.test.simple_httpclient_test.MaxBodySizeTest) ... ok
771 test_large_body (tornado.test.simple_httpclient_test.MaxBufferSizeTest) ... ok
772 test_large_headers (tornado.test.simple_httpclient_test.MaxHeaderSizeTest) ... ok
773 test_small_headers (tornado.test.simple_httpclient_test.MaxHeaderSizeTest) ... ok
774 test_resolve_timeout (tornado.test.simple_httpclient_test.ResolveTimeoutTestCase) ... ok
775 test_304_with_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
776 test_all_methods (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
777 test_basic_auth (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
778 test_basic_auth_explicit_mode (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
779 test_basic_auth_unicode (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
780 test_bind_source_ip (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
781 test_body_encoding (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
782 test_body_sanity_checks (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
783 test_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
784 test_chunked_close (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
785 test_configure_defaults (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
786 test_credentials_in_url (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
787 test_error_after_cancel (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
788 test_follow_redirect (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
789 test_future_http_error (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
790 test_future_http_error_no_raise (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
791 test_future_interface (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
792 test_gzip (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
793 test_header_callback (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
794 test_header_crlf (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
795 test_header_encoding (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
796 test_header_types (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
797 test_hello_world (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
798 test_invalid_gzip (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
799 test_method_after_redirect (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
800 test_multi_line_headers (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
801 test_non_ascii_header (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
802 test_patch_receives_payload (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
803 test_post (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
804 test_put_307 (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
805 test_redirect_put_with_body (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
806 test_redirect_put_without_body (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
807 test_redirect_without_location (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
808 test_response_times (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
809 test_reuse_request_from_response (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
810 test_streaming_callback (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
811 test_types (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
812 test_unsupported_auth_mode (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
813 test_zero_timeout (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
814 test_100_continue (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
815 test_100_continue_early_response (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
816 test_async_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
817 test_async_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
818 test_connect_timeout (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
819 test_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
820 test_connection_refused (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
821 test_default_user_agent (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
822 test_head_request (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
823 test_header_reuse (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
824 test_host_header (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
825 test_ipv6 (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
826 test_max_redirects (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
827 test_multiple_content_length_accepted (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
828 test_native_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
829 test_native_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
830 test_no_content (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
831 test_no_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
832 test_options_request (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
833 test_queue_timeout (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
834 test_redirect_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
835 test_request_timeout (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
836 test_see_other_redirect (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
837 test_singleton (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
838 test_streaming_follow_redirects (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
839 test_sync_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
840 test_sync_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
841 test_100_continue (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
842 test_100_continue_early_response (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
843 test_async_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
844 test_async_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
845 test_connect_timeout (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
846 test_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
847 test_connection_refused (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
848 test_default_user_agent (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
849 test_error_logging (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
850 test_head_request (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
851 test_header_reuse (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
852 test_host_header (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
853 test_ipv6 (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
854 test_max_redirects (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
855 test_multiple_content_length_accepted (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
856 test_native_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
857 test_native_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
858 test_no_content (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
859 test_no_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
860 test_options_request (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
861 test_queue_timeout (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
862 test_redirect_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
863 test_request_timeout (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
864 test_see_other_redirect (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
865 test_singleton (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
866 test_ssl_context (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
867 test_ssl_context_handshake_fail (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
868 test_ssl_options (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
869 test_ssl_options_handshake_fail (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
870 test_streaming_follow_redirects (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
871 test_sync_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
872 test_sync_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
873 test_all_fail (tornado.test.tcpclient_test.ConnectorTest) ... ok
874 test_immediate_failure (tornado.test.tcpclient_test.ConnectorTest) ... ok
875 test_immediate_success (tornado.test.tcpclient_test.ConnectorTest) ... ok
876 test_one_family_second_try (tornado.test.tcpclient_test.ConnectorTest) ... ok
877 test_one_family_second_try_after_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
878 test_one_family_second_try_failure (tornado.test.tcpclient_test.ConnectorTest) ... ok
879 test_one_family_second_try_failure_before_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
880 test_one_family_second_try_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
881 test_one_family_success_before_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
882 test_one_family_timeout_after_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
883 test_success_after_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
884 test_two_families_immediate_failure (tornado.test.tcpclient_test.ConnectorTest) ... ok
885 test_two_families_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
886 test_two_family_success_after_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
887 test_two_family_timeout_after_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
888 test_two_family_timeout_before_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
889 test_connect_ipv4_dual (tornado.test.tcpclient_test.TCPClientTest) ... ok
890 test_connect_ipv4_ipv4 (tornado.test.tcpclient_test.TCPClientTest) ... ok
891 test_connect_ipv6_dual (tornado.test.tcpclient_test.TCPClientTest) ... ok
892 test_connect_ipv6_ipv6 (tornado.test.tcpclient_test.TCPClientTest) ... ok
893 test_connect_timeout (tornado.test.tcpclient_test.TCPClientTest) ... ok
894 test_connect_unspec_dual (tornado.test.tcpclient_test.TCPClientTest) ... ok
895 test_connect_unspec_ipv4 (tornado.test.tcpclient_test.TCPClientTest) ... ok
896 test_connect_unspec_ipv6 (tornado.test.tcpclient_test.TCPClientTest) ... ok
897 test_refused_ipv4 (tornado.test.tcpclient_test.TCPClientTest) ... ok
898 test_source_ip_fail (tornado.test.tcpclient_test.TCPClientTest)
899 Fail when trying to use the source IP Address '8.8.8.8'. ... ok
900 test_source_ip_success (tornado.test.tcpclient_test.TCPClientTest)
901 Success when trying to use the source IP Address '127.0.0.1'. ... ok
902 test_source_port_fail (tornado.test.tcpclient_test.TCPClientTest)
903 Fail when trying to use source port 1. ... ok
904 test_mixed (tornado.test.tcpclient_test.TestConnectorSplit) ... ok
905 test_one_family (tornado.test.tcpclient_test.TestConnectorSplit) ... ok
906 test_handle_stream_coroutine_logging (tornado.test.tcpserver_test.TCPServerTest) ... ok
907 test_handle_stream_native_coroutine (tornado.test.tcpserver_test.TCPServerTest) ... ok
908 test_stop_in_callback (tornado.test.tcpserver_test.TCPServerTest) ... ok
909 test_stop_twice (tornado.test.tcpserver_test.TCPServerTest) ... ok
910 test_add_sockets (tornado.test.tcpserver_test.TestMultiprocess) ... ok
911 test_bind_start (tornado.test.tcpserver_test.TestMultiprocess) ... ok
912 test_listen_multi_reuse_port (tornado.test.tcpserver_test.TestMultiprocess) ... skipped 'No SO_REUSEPORT support'
913 test_listen_single (tornado.test.tcpserver_test.TestMultiprocess) ... ok
914 test_custom_escape (tornado.test.template_test.AutoEscapeTest) ... ok
915 test_default_off (tornado.test.template_test.AutoEscapeTest) ... ok
916 test_default_on (tornado.test.template_test.AutoEscapeTest) ... ok
917 test_extended_block (tornado.test.template_test.AutoEscapeTest) ... ok
918 test_manual_minimize_whitespace (tornado.test.template_test.AutoEscapeTest) ... ok
919 test_raw_expression (tornado.test.template_test.AutoEscapeTest) ... ok
920 test_unextended_block (tornado.test.template_test.AutoEscapeTest) ... ok
921 test_whitespace_by_filename (tornado.test.template_test.AutoEscapeTest) ... ok
922 test_whitespace_by_loader (tornado.test.template_test.AutoEscapeTest) ... ok
923 test_whitespace_directive (tornado.test.template_test.AutoEscapeTest) ... ok
924 test_custom_parse_error (tornado.test.template_test.ParseErrorDetailTest) ... ok
925 test_details (tornado.test.template_test.ParseErrorDetailTest) ... ok
926 test_error_line_number_directive (tornado.test.template_test.StackTraceTest) ... ok
927 test_error_line_number_expression (tornado.test.template_test.StackTraceTest) ... ok
928 test_error_line_number_extends_base_error (tornado.test.template_test.StackTraceTest) ... ok
929 test_error_line_number_extends_sub_error (tornado.test.template_test.StackTraceTest) ... ok
930 test_error_line_number_include (tornado.test.template_test.StackTraceTest) ... ok
931 test_error_line_number_module (tornado.test.template_test.StackTraceTest) ... ok
932 test_multi_includes (tornado.test.template_test.StackTraceTest) ... ok
933 test_utf8_in_file (tornado.test.template_test.TemplateLoaderTest) ... ok
934 test_apply (tornado.test.template_test.TemplateTest) ... ok
935 test_break_continue (tornado.test.template_test.TemplateTest) ... ok
936 test_break_in_apply (tornado.test.template_test.TemplateTest) ... ok
937 test_break_outside_loop (tornado.test.template_test.TemplateTest) ... ok
938 test_bytes (tornado.test.template_test.TemplateTest) ... ok
939 test_bytes_apply (tornado.test.template_test.TemplateTest) ... ok
940 test_comment (tornado.test.template_test.TemplateTest) ... ok
941 test_comment_directive (tornado.test.template_test.TemplateTest) ... ok
942 test_custom_namespace (tornado.test.template_test.TemplateTest) ... ok
943 test_escaping (tornado.test.template_test.TemplateTest) ... ok
944 test_expressions (tornado.test.template_test.TemplateTest) ... ok
945 test_extends (tornado.test.template_test.TemplateTest) ... ok
946 test_if (tornado.test.template_test.TemplateTest) ... ok
947 test_if_empty_body (tornado.test.template_test.TemplateTest) ... ok
948 test_include (tornado.test.template_test.TemplateTest) ... ok
949 test_no_inherit_future (tornado.test.template_test.TemplateTest) ... skipped 'no testable future imports'
950 test_non_ascii_name (tornado.test.template_test.TemplateTest) ... ok
951 test_relative_load (tornado.test.template_test.TemplateTest) ... ok
952 test_simple (tornado.test.template_test.TemplateTest) ... ok
953 test_try (tornado.test.template_test.TemplateTest) ... ok
954 test_unicode_apply (tornado.test.template_test.TemplateTest) ... ok
955 test_unicode_literal_expression (tornado.test.template_test.TemplateTest) ... ok
956 test_unicode_template (tornado.test.template_test.TemplateTest) ... ok
957 test_tear_down_releases_app_and_http_server (tornado.test.testing_test.AsyncHTTPTestCaseSetUpTearDownTest) ... ok
958 test_fetch_full_http_url (tornado.test.testing_test.AsyncHTTPTestCaseTest) ... ok
959 test_fetch_segment (tornado.test.testing_test.AsyncHTTPTestCaseTest) ... ok
960 test_other_return (tornado.test.testing_test.AsyncTestCaseReturnAssertionsTest) ... ok
961 test_undecorated_coroutine (tornado.test.testing_test.AsyncTestCaseReturnAssertionsTest) ... ok
962 test_undecorated_generator (tornado.test.testing_test.AsyncTestCaseReturnAssertionsTest) ... ok
963 test_undecorated_generator_with_skip (tornado.test.testing_test.AsyncTestCaseReturnAssertionsTest) ... ok
964 test_subsequent_wait_calls (tornado.test.testing_test.AsyncTestCaseTest)
965 This test makes sure that a second call to wait() ... ok
966 test_wait_timeout (tornado.test.testing_test.AsyncTestCaseTest) ... ok
967 test_async (tornado.test.testing_test.GenTest) ... ok
968 test_native_coroutine (tornado.test.testing_test.GenTest) ... ok
969 test_native_coroutine_timeout (tornado.test.testing_test.GenTest) ... ok
970 test_no_timeout (tornado.test.testing_test.GenTest) ... ok
971 test_no_timeout_environment_variable (tornado.test.testing_test.GenTest) ... ok
972 test_sync (tornado.test.testing_test.GenTest) ... ok
973 test_timeout (tornado.test.testing_test.GenTest) ... ok
974 test_timeout_environment_variable (tornado.test.testing_test.GenTest) ... ok
975 test_with_method_args (tornado.test.testing_test.GenTest) ... ok
976 test_with_method_kwargs (tornado.test.testing_test.GenTest) ... ok
977 test_leaked_coroutine (tornado.test.testing_test.LeakTest) ... ok
978 test_set_up_tear_down (tornado.test.testing_test.SetUpTearDownTest)
979 This test makes sure that AsyncTestCase calls super methods for ... ok
980 test_failure (tornado.test.twisted_test.ConvertDeferredTest) ... ok
981 test_success (tornado.test.twisted_test.ConvertDeferredTest) ... ok
982 test_keyword (tornado.test.util_test.ArgReplacerTest) ... ok
983 test_omitted (tornado.test.util_test.ArgReplacerTest) ... ok
984 test_position (tornado.test.util_test.ArgReplacerTest) ... ok
985 test_config_args (tornado.test.util_test.ConfigurableTest) ... ok
986 test_config_class (tornado.test.util_test.ConfigurableTest) ... ok
987 test_config_class_args (tornado.test.util_test.ConfigurableTest) ... ok
988 test_config_inner_level (tornado.test.util_test.ConfigurableTest) ... ok
989 test_config_multi_level (tornado.test.util_test.ConfigurableTest) ... ok
990 test_config_str (tornado.test.util_test.ConfigurableTest) ... ok
991 test_default (tornado.test.util_test.ConfigurableTest) ... ok
992 test_no_inherit_future (tornado.test.util_test.ExecInTest) ... skipped 'no testable future imports'
993 test_import_member (tornado.test.util_test.ImportObjectTest) ... ok
994 test_import_member_unicode (tornado.test.util_test.ImportObjectTest) ... ok
995 test_import_module (tornado.test.util_test.ImportObjectTest) ... ok
996 test_import_module_unicode (tornado.test.util_test.ImportObjectTest) ... ok
997 test_basic (tornado.test.util_test.IsFinalizingTest) ... ok
998 test_two_arg_exception (tornado.test.util_test.RaiseExcInfoTest) ... ok
999 test_re_unescape (tornado.test.util_test.ReUnescapeTest) ... ok
1000 test_re_unescape_raises_error_on_invalid_input (tornado.test.util_test.ReUnescapeTest) ... ok
1001 test_timedelta_to_seconds (tornado.test.util_test.TimedeltaToSecondsTest) ... ok
1002 test_unicode_escapes (tornado.test.util_test.UnicodeLiteralTest) ... ok
1003 test_accept_language (tornado.test.web_test.AcceptLanguageTest) ... ok
1004 test_accept_language_ignore (tornado.test.web_test.AcceptLanguageTest) ... ok
1005 test_accept_language_invalid (tornado.test.web_test.AcceptLanguageTest) ... ok
1006 test_standard_methods (tornado.test.web_test.AllHTTPMethodsTest) ... ok
1007 test_listen (tornado.test.web_test.ApplicationTest) ... ok
1008 test_absolute_auth_redirect (tornado.test.web_test.AuthRedirectTest) ... ok
1009 test_relative_auth_redirect (tornado.test.web_test.AuthRedirectTest) ... ok
1010 test_buggy_log_exception (tornado.test.web_test.BuggyLoggingTest) ... ok
1011 test_multiple_strong_etag_match (tornado.test.web_test.CacheTest) ... ok
1012 test_multiple_strong_etag_not_match (tornado.test.web_test.CacheTest) ... ok
1013 test_multiple_weak_etag_match (tornado.test.web_test.CacheTest) ... ok
1014 test_multiple_weak_etag_not_match (tornado.test.web_test.CacheTest) ... ok
1015 test_strong_etag_match (tornado.test.web_test.CacheTest) ... ok
1016 test_strong_etag_not_match (tornado.test.web_test.CacheTest) ... ok
1017 test_weak_etag_match (tornado.test.web_test.CacheTest) ... ok
1018 test_weak_etag_not_match (tornado.test.web_test.CacheTest) ... ok
1019 test_wildcard_etag (tornado.test.web_test.CacheTest) ... ok
1020 test_clear_all_cookies (tornado.test.web_test.ClearAllCookiesTest) ... ok
1021 test_clear_header (tornado.test.web_test.ClearHeaderTest) ... ok
1022 test_client_close (tornado.test.web_test.ClientCloseTest) ... ok
1023 test_connection_close (tornado.test.web_test.ConnectionCloseTest) ... ok
1024 test_cookie_special_char (tornado.test.web_test.CookieTest) ... ok
1025 test_get_cookie (tornado.test.web_test.CookieTest) ... ok
1026 test_set_cookie (tornado.test.web_test.CookieTest) ... ok
1027 test_set_cookie_deprecated (tornado.test.web_test.CookieTest) ... ok
1028 test_set_cookie_domain (tornado.test.web_test.CookieTest) ... ok
1029 test_set_cookie_expires_days (tornado.test.web_test.CookieTest) ... ok
1030 test_set_cookie_false_flags (tornado.test.web_test.CookieTest) ... ok
1031 test_set_cookie_max_age (tornado.test.web_test.CookieTest) ... ok
1032 test_set_cookie_overwrite (tornado.test.web_test.CookieTest) ... ok
1033 test_404 (tornado.test.web_test.Custom404Test) ... ok
1034 test_serve (tornado.test.web_test.CustomStaticFileTest) ... ok
1035 test_static_url (tornado.test.web_test.CustomStaticFileTest) ... ok
1036 test_date_header (tornado.test.web_test.DateHeaderTest) ... ok
1037 test_flow_control_chunked_body (tornado.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
1038 test_flow_control_compressed_body (tornado.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
1039 test_flow_control_fixed_body (tornado.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
1040 test_addslash (tornado.test.web_test.DecoratorTest) ... ok
1041 test_removeslash (tornado.test.web_test.DecoratorTest) ... ok
1042 test_404 (tornado.test.web_test.Default404Test) ... ok
1043 test_403 (tornado.test.web_test.DefaultHandlerArgumentsTest) ... ok
1044 test_default_host_matching (tornado.test.web_test.DefaultHostMatchingTest) ... ok
1045 test_404_xsrf (tornado.test.web_test.ErrorHandlerXSRFTest) ... ok
1046 test_error_xsrf (tornado.test.web_test.ErrorHandlerXSRFTest) ... ok
1047 test_default (tornado.test.web_test.ErrorResponseTest) ... ok
1048 test_failed_write_error (tornado.test.web_test.ErrorResponseTest) ... ok
1049 test_write_error (tornado.test.web_test.ErrorResponseTest) ... ok
1050 test_http_error (tornado.test.web_test.ExceptionHandlerTest) ... ok
1051 test_known_error (tornado.test.web_test.ExceptionHandlerTest) ... ok
1052 test_unknown_error (tornado.test.web_test.ExceptionHandlerTest) ... ok
1053 test_finish_method_return_future (tornado.test.web_test.FinalReturnTest) ... ok
1054 test_render_method_return_future (tornado.test.web_test.FinalReturnTest) ... ok
1055 test_finish_exception (tornado.test.web_test.FinishExceptionTest) ... ok
1056 test_finish_in_prepare (tornado.test.web_test.FinishInPrepareTest) ... ok
1057 test_catch_error (tornado.test.web_test.GetArgumentErrorTest) ... ok
1058 test_get_current_user_from_ui_module_is_lazy (tornado.test.web_test.GetCurrentUserTest) ... ok
1059 test_get_current_user_from_ui_module_works (tornado.test.web_test.GetCurrentUserTest) ... ok
1060 test_get_current_user_is_lazy (tornado.test.web_test.GetCurrentUserTest) ... skipped 'needs fix'
1061 test_get_current_user_works (tornado.test.web_test.GetCurrentUserTest) ... ok
1062 test_gzip (tornado.test.web_test.GzipTestCase) ... ok
1063 test_gzip_not_requested (tornado.test.web_test.GzipTestCase) ... ok
1064 test_gzip_static (tornado.test.web_test.GzipTestCase) ... ok
1065 test_vary_already_present (tornado.test.web_test.GzipTestCase) ... ok
1066 test_vary_already_present_multiple (tornado.test.web_test.GzipTestCase) ... ok
1067 test_copy (tornado.test.web_test.HTTPErrorTest) ... ok
1068 test_handler_by_name (tornado.test.web_test.HandlerByNameTest) ... ok
1069 test_204_headers (tornado.test.web_test.Header204Test) ... ok
1070 test_304_headers (tornado.test.web_test.Header304Test) ... ok
1071 test_host_matching (tornado.test.web_test.HostMatchingTest) ... ok
1072 test_content_length_too_high (tornado.test.web_test.IncorrectContentLengthTest) ... ok
1073 test_content_length_too_low (tornado.test.web_test.IncorrectContentLengthTest) ... ok
1074 test_named_urlspec_groups (tornado.test.web_test.NamedURLSpecGroupsTest) ... ok
1075 test_flow_control_chunked_body (tornado.test.web_test.NativeStreamingRequestFlowControlTest) ... ok
1076 test_flow_control_compressed_body (tornado.test.web_test.NativeStreamingRequestFlowControlTest) ... ok
1077 test_flow_control_fixed_body (tornado.test.web_test.NativeStreamingRequestFlowControlTest) ... ok
1078 test_empty_flush (tornado.test.web_test.NonWSGIWebTests) ... ok
1079 test_other (tornado.test.web_test.PatchMethodTest) ... ok
1080 test_patch (tornado.test.web_test.PatchMethodTest) ... ok
1081 test_kw (tornado.test.web_test.PathArgsInPrepareTest) ... ok
1082 test_pos (tornado.test.web_test.PathArgsInPrepareTest) ... ok
1083 test_httperror_str (tornado.test.web_test.RaiseWithReasonTest) ... ok
1084 test_httperror_str_from_httputil (tornado.test.web_test.RaiseWithReasonTest) ... ok
1085 test_raise_with_reason (tornado.test.web_test.RaiseWithReasonTest) ... ok
1086 test_basic_redirect (tornado.test.web_test.RedirectHandlerTest) ... ok
1087 test_redirect_pattern (tornado.test.web_test.RedirectHandlerTest) ... ok
1088 test_redirect_with_appending_argument (tornado.test.web_test.RedirectHandlerTest) ... ok
1089 test_redirect_with_argument (tornado.test.web_test.RedirectHandlerTest) ... ok
1090 test_error (tornado.test.web_test.RequestEncodingTest) ... ok
1091 test_group_encoding (tornado.test.web_test.RequestEncodingTest) ... ok
1092 test_group_question_mark (tornado.test.web_test.RequestEncodingTest) ... ok
1093 test_slashes (tornado.test.web_test.RequestEncodingTest) ... ok
1094 test_missing_remote_ip (tornado.test.web_test.RequestSummaryTest) ... ok
1095 test_arbitrary_bytes (tornado.test.web_test.SecureCookieV1Test) ... ok
1096 test_cookie_tampering_future_timestamp (tornado.test.web_test.SecureCookieV1Test) ... ok
1097 test_round_trip (tornado.test.web_test.SecureCookieV1Test) ... ok
1098 test_key_version_increment_version (tornado.test.web_test.SecureCookieV2Test) ... ok
1099 test_key_version_invalidate_version (tornado.test.web_test.SecureCookieV2Test) ... ok
1100 test_key_version_roundtrip (tornado.test.web_test.SecureCookieV2Test) ... ok
1101 test_key_version_roundtrip_differing_version (tornado.test.web_test.SecureCookieV2Test) ... ok
1102 test_round_trip (tornado.test.web_test.SecureCookieV2Test) ... ok
1103 test_set_properties (tornado.test.web_test.SetLazyPropertiesTest) ... ok
1104 test_expired (tornado.test.web_test.SignedValueTest) ... ok
1105 test_key_version_retrieval (tornado.test.web_test.SignedValueTest) ... ok
1106 test_key_versioning_invalid_key (tornado.test.web_test.SignedValueTest) ... ok
1107 test_key_versioning_read_write_default_key (tornado.test.web_test.SignedValueTest) ... ok
1108 test_key_versioning_read_write_non_default_key (tornado.test.web_test.SignedValueTest) ... ok
1109 test_known_values (tornado.test.web_test.SignedValueTest) ... ok
1110 test_name_swap (tornado.test.web_test.SignedValueTest) ... ok
1111 test_non_ascii (tornado.test.web_test.SignedValueTest) ... ok
1112 test_payload_tampering (tornado.test.web_test.SignedValueTest) ... ok
1113 test_signature_tampering (tornado.test.web_test.SignedValueTest) ... ok
1114 test_no_open_redirect (tornado.test.web_test.StaticDefaultFilenameRootTest) ... ok
1115 test_static_default_filename (tornado.test.web_test.StaticDefaultFilenameTest) ... ok
1116 test_static_default_redirect (tornado.test.web_test.StaticDefaultFilenameTest) ... ok
1117 test_absolute_static_url (tornado.test.web_test.StaticFileTest) ... ok
1118 test_absolute_version_exclusion (tornado.test.web_test.StaticFileTest) ... ok
1119 test_include_host_override (tornado.test.web_test.StaticFileTest) ... ok
1120 test_path_traversal_protection (tornado.test.web_test.StaticFileTest) ... ok
1121 test_relative_version_exclusion (tornado.test.web_test.StaticFileTest) ... ok
1122 test_root_static_path (tornado.test.web_test.StaticFileTest) ... ok
1123 test_static_304_etag_modified_bug (tornado.test.web_test.StaticFileTest) ... ok
1124 test_static_304_if_modified_since (tornado.test.web_test.StaticFileTest) ... ok
1125 test_static_304_if_none_match (tornado.test.web_test.StaticFileTest) ... ok
1126 test_static_404 (tornado.test.web_test.StaticFileTest) ... ok
1127 test_static_compressed_files (tornado.test.web_test.StaticFileTest) ... ok
1128 test_static_etag (tornado.test.web_test.StaticFileTest) ... ok
1129 test_static_files (tornado.test.web_test.StaticFileTest) ... ok
1130 test_static_files_cacheable (tornado.test.web_test.StaticFileTest) ... ok
1131 test_static_head (tornado.test.web_test.StaticFileTest) ... ok
1132 test_static_head_range (tornado.test.web_test.StaticFileTest) ... ok
1133 test_static_if_modified_since_pre_epoch (tornado.test.web_test.StaticFileTest) ... ok
1134 test_static_if_modified_since_time_zone (tornado.test.web_test.StaticFileTest) ... ok
1135 test_static_invalid_range (tornado.test.web_test.StaticFileTest) ... ok
1136 test_static_range_if_none_match (tornado.test.web_test.StaticFileTest) ... ok
1137 test_static_unsatisfiable_range_end_less_than_start (tornado.test.web_test.StaticFileTest) ... ok
1138 test_static_unsatisfiable_range_invalid_start (tornado.test.web_test.StaticFileTest) ... ok
1139 test_static_unsatisfiable_range_zero_suffix (tornado.test.web_test.StaticFileTest) ... ok
1140 test_static_url (tornado.test.web_test.StaticFileTest) ... ok
1141 test_static_with_range (tornado.test.web_test.StaticFileTest) ... ok
1142 test_static_with_range_end_edge (tornado.test.web_test.StaticFileTest) ... ok
1143 test_static_with_range_full_file (tornado.test.web_test.StaticFileTest) ... ok
1144 test_static_with_range_full_past_end (tornado.test.web_test.StaticFileTest) ... ok
1145 test_static_with_range_neg_end (tornado.test.web_test.StaticFileTest) ... ok
1146 test_static_with_range_neg_past_start (tornado.test.web_test.StaticFileTest) ... ok
1147 test_static_with_range_partial_past_end (tornado.test.web_test.StaticFileTest) ... ok
1148 test_serve (tornado.test.web_test.StaticFileWithPathTest) ... ok
1149 test_status (tornado.test.web_test.StatusReasonTest) ... ok
1150 test_close_during_upload (tornado.test.web_test.StreamingRequestBodyTest) ... ok
1151 test_early_return (tornado.test.web_test.StreamingRequestBodyTest) ... ok
1152 test_early_return_with_data (tornado.test.web_test.StreamingRequestBodyTest) ... ok
1153 test_streaming_body (tornado.test.web_test.StreamingRequestBodyTest) ... ok
1154 test_ui_method (tornado.test.web_test.UIMethodUIModuleTest) ... ok
1155 test_non_reversible (tornado.test.web_test.URLSpecReverseTest) ... ok
1156 test_reverse (tornado.test.web_test.URLSpecReverseTest) ... ok
1157 test_reverse_arguments (tornado.test.web_test.URLSpecReverseTest) ... ok
1158 test_unimplemented_standard_methods (tornado.test.web_test.UnimplementedHTTPMethodsTest) ... ok
1159 test_unimplemented_other (tornado.test.web_test.UnimplementedNonStandardMethodsTest) ... ok
1160 test_unimplemented_patch (tornado.test.web_test.UnimplementedNonStandardMethodsTest) ... ok
1161 test_decode_argument (tornado.test.web_test.WSGISafeWebTest) ... ok
1162 test_decode_argument_invalid_unicode (tornado.test.web_test.WSGISafeWebTest) ... ok
1163 test_decode_argument_plus (tornado.test.web_test.WSGISafeWebTest) ... ok
1164 test_get_argument (tornado.test.web_test.WSGISafeWebTest) ... ok
1165 test_get_body_arguments (tornado.test.web_test.WSGISafeWebTest) ... ok
1166 test_get_query_arguments (tornado.test.web_test.WSGISafeWebTest) ... ok
1167 test_header_injection (tornado.test.web_test.WSGISafeWebTest) ... ok
1168 test_multi_header (tornado.test.web_test.WSGISafeWebTest) ... ok
1169 test_no_gzip (tornado.test.web_test.WSGISafeWebTest) ... ok
1170 test_optional_path (tornado.test.web_test.WSGISafeWebTest) ... ok
1171 test_redirect (tornado.test.web_test.WSGISafeWebTest) ... ok
1172 test_reverse_url (tornado.test.web_test.WSGISafeWebTest) ... ok
1173 test_types (tornado.test.web_test.WSGISafeWebTest) ... ok
1174 test_uimodule_resources (tornado.test.web_test.WSGISafeWebTest) ... ok
1175 test_uimodule_unescaped (tornado.test.web_test.WSGISafeWebTest) ... ok
1176 test_web_redirect (tornado.test.web_test.WSGISafeWebTest) ... ok
1177 test_web_redirect_double_slash (tornado.test.web_test.WSGISafeWebTest) ... ok
1178 test_xsrf_httponly (tornado.test.web_test.XSRFCookieKwargsTest) ... ok
1179 test_xsrf_fail_body_no_cookie (tornado.test.web_test.XSRFCookieNameTest) ... ok
1180 test_xsrf_fail_no_token (tornado.test.web_test.XSRFCookieNameTest) ... ok
1181 test_xsrf_success_post_body (tornado.test.web_test.XSRFCookieNameTest) ... ok
1182 test_cross_user (tornado.test.web_test.XSRFTest) ... ok
1183 test_distinct_tokens (tornado.test.web_test.XSRFTest) ... ok
1184 test_refresh_token (tornado.test.web_test.XSRFTest) ... ok
1185 test_versioning (tornado.test.web_test.XSRFTest) ... ok
1186 test_xsrf_fail_argument_invalid_format (tornado.test.web_test.XSRFTest) ... ok
1187 test_xsrf_fail_body_no_cookie (tornado.test.web_test.XSRFTest) ... ok
1188 test_xsrf_fail_cookie_invalid_format (tornado.test.web_test.XSRFTest) ... ok
1189 test_xsrf_fail_cookie_no_body (tornado.test.web_test.XSRFTest) ... ok
1190 test_xsrf_fail_no_token (tornado.test.web_test.XSRFTest) ... ok
1191 test_xsrf_success_header (tornado.test.web_test.XSRFTest) ... ok
1192 test_xsrf_success_non_hex_token (tornado.test.web_test.XSRFTest) ... ok
1193 test_xsrf_success_post_body (tornado.test.web_test.XSRFTest) ... ok
1194 test_xsrf_success_query_string (tornado.test.web_test.XSRFTest) ... ok
1195 test_xsrf_success_short_token (tornado.test.web_test.XSRFTest) ... ok
1196 test_message_sizes (tornado.test.websocket_test.ClientOnlyCompressionTest) ... ok
1197 test_size_limit (tornado.test.websocket_test.ClientOnlyCompressionTest) ... ok
1198 test_client_ping (tornado.test.websocket_test.ClientPeriodicPingTest) ... ok
1199 test_mask (tornado.test.websocket_test.CythonMaskFunctionTest) ... ok
1200 test_message_sizes (tornado.test.websocket_test.DefaultCompressionTest) ... ok
1201 test_size_limit (tornado.test.websocket_test.DefaultCompressionTest) ... ok
1202 test_manual_ping (tornado.test.websocket_test.ManualPingTest) ... ok
1203 test_large_message (tornado.test.websocket_test.MaxMessageSizeTest) ... ok
1204 test_message_sizes (tornado.test.websocket_test.NoCompressionTest) ... ok
1205 test_size_limit (tornado.test.websocket_test.NoCompressionTest) ... ok
1206 test_mask (tornado.test.websocket_test.PythonMaskFunctionTest) ... ok
1207 test_message_sizes (tornado.test.websocket_test.ServerOnlyCompressionTest) ... ok
1208 test_size_limit (tornado.test.websocket_test.ServerOnlyCompressionTest) ... ok
1209 test_server_ping (tornado.test.websocket_test.ServerPeriodicPingTest) ... ok
1210 test_native_coroutine (tornado.test.websocket_test.WebSocketNativeCoroutineTest) ... ok
1211 test_async_prepare (tornado.test.websocket_test.WebSocketTest) ... ok
1212 test_bad_websocket_version (tornado.test.websocket_test.WebSocketTest) ... ok
1213 test_binary_message (tornado.test.websocket_test.WebSocketTest) ... ok
1214 test_check_origin_invalid (tornado.test.websocket_test.WebSocketTest) ... ok
1215 test_check_origin_invalid_partial_url (tornado.test.websocket_test.WebSocketTest) ... ok
1216 test_check_origin_invalid_subdomains (tornado.test.websocket_test.WebSocketTest) ... ok
1217 test_check_origin_valid_no_path (tornado.test.websocket_test.WebSocketTest) ... ok
1218 test_check_origin_valid_with_path (tornado.test.websocket_test.WebSocketTest) ... ok
1219 test_client_close_reason (tornado.test.websocket_test.WebSocketTest) ... ok
1220 test_coroutine (tornado.test.websocket_test.WebSocketTest) ... ok
1221 test_error_in_async_open (tornado.test.websocket_test.WebSocketTest) ... ok
1222 test_error_in_closed_client_write_message (tornado.test.websocket_test.WebSocketTest) ... ok
1223 test_error_in_on_message (tornado.test.websocket_test.WebSocketTest) ... ok
1224 test_error_in_open (tornado.test.websocket_test.WebSocketTest) ... ok
1225 test_http_request (tornado.test.websocket_test.WebSocketTest) ... ok
1226 test_missing_websocket_key (tornado.test.websocket_test.WebSocketTest) ... ok
1227 test_nodelay (tornado.test.websocket_test.WebSocketTest) ... ok
1228 test_open_coroutine (tornado.test.websocket_test.WebSocketTest) ... ok
1229 test_path_args (tornado.test.websocket_test.WebSocketTest) ... ok
1230 test_render_message (tornado.test.websocket_test.WebSocketTest) ... ok
1231 test_server_close_reason (tornado.test.websocket_test.WebSocketTest) ... ok
1232 test_subprotocols (tornado.test.websocket_test.WebSocketTest) ... ok
1233 test_subprotocols_not_offered (tornado.test.websocket_test.WebSocketTest) ... ok
1234 test_unicode_message (tornado.test.websocket_test.WebSocketTest) ... ok
1235 test_websocket_callbacks (tornado.test.websocket_test.WebSocketTest) ... ok
1236 test_websocket_close_buffered_data (tornado.test.websocket_test.WebSocketTest) ... ok
1237 test_websocket_gen (tornado.test.websocket_test.WebSocketTest) ... ok
1238 test_websocket_header_echo (tornado.test.websocket_test.WebSocketTest) ... ok
1239 test_websocket_headers (tornado.test.websocket_test.WebSocketTest) ... ok
1240 test_websocket_http_fail (tornado.test.websocket_test.WebSocketTest) ... ok
1241 test_websocket_http_redirect (tornado.test.websocket_test.WebSocketTest) ... ok
1242 test_websocket_http_success (tornado.test.websocket_test.WebSocketTest) ... ok
1243 test_websocket_network_fail (tornado.test.websocket_test.WebSocketTest) ... ok
1244 test_write_after_close (tornado.test.websocket_test.WebSocketTest) ... ok
1245 test_concurrent_barrier (tornado.test.wsgi_test.WSGIContainerDummyExecutorTest) ... ok
1246 test_concurrent_streaming_barrier (tornado.test.wsgi_test.WSGIContainerDummyExecutorTest) ... ok
1247 test_simple (tornado.test.wsgi_test.WSGIContainerDummyExecutorTest) ... ok
1248 test_concurrent_barrier (tornado.test.wsgi_test.WSGIContainerThreadPoolTest) ... ok
1249 test_concurrent_streaming_barrier (tornado.test.wsgi_test.WSGIContainerThreadPoolTest) ... ok
1250 test_simple (tornado.test.wsgi_test.WSGIContainerThreadPoolTest) ... ok
1252 ----------------------------------------------------------------------
1256 Some tests were skipped because: No SO_REUSEPORT support, SO_REUSEPORT
1257 is not supported, needs fix, no testable future imports, pycares