perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / curio / test / results-all.master
blob4d9755b8b994b25f6f3f51ff73872f2193760f7d
1 ============================= test session starts ==============================
2 cachedir: .pytest_cache
3 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
4 rootdir: $(@D), configfile: setup.cfg, testpaths: tests
5 asyncio: mode=legacy
6 collecting ... collected 263 items
8 tests/test_activation.py::test_activation_base PASSED
9 tests/test_activation.py::test_activation_count PASSED
10 tests/test_activation.py::test_activation_crash PASSED
11 tests/test_asyncgen.py::test_agen_except_ok PASSED
12 tests/test_asyncgen.py::test_agen_final_finalize PASSED
13 tests/test_asyncgen.py::test_awaitable_agen PASSED
14 tests/test_asyncgen.py::test_simple_agen PASSED
15 tests/test_asyncgen.py::test_simple_agen_final PASSED
16 tests/test_channel.py::test_channel_hello PASSED
17 tests/test_channel.py::test_channel_hello_auth PASSED
18 tests/test_channel.py::test_channel_hello_auth_fail PASSED
19 tests/test_channel.py::test_channel_slow_connect SKIPPED (unconditional skip)
20 tests/test_channel.py::test_connection_auth PASSED
21 tests/test_channel.py::test_connection_auth_fail PASSED
22 tests/test_channel.py::test_connection_from_connection PASSED
23 tests/test_channel.py::test_connection_hello PASSED
24 tests/test_channel.py::test_connection_hello_bytes PASSED
25 tests/test_channel.py::test_connection_large PASSED
26 tests/test_channel.py::test_connection_recv_cancel PASSED
27 tests/test_channel.py::test_connection_recv_timeout PASSED
28 tests/test_channel.py::test_connection_send_cancel PASSED
29 tests/test_channel.py::test_connection_send_partial_bytes PASSED
30 tests/test_channel.py::test_connection_send_timeout PASSED
31 tests/test_channel.py::test_recv_bytes_into PASSED
32 tests/test_file.py::test_bad_usage PASSED
33 tests/test_file.py::test_blocking PASSED
34 tests/test_file.py::test_file_misc PASSED
35 tests/test_file.py::test_must_be_asynccontext PASSED
36 tests/test_file.py::test_read PASSED
37 tests/test_file.py::test_read1 PASSED
38 tests/test_file.py::test_read_anext PASSED
39 tests/test_file.py::test_read_anext2 PASSED
40 tests/test_file.py::test_readall PASSED
41 tests/test_file.py::test_readinto PASSED
42 tests/test_file.py::test_readinto1 PASSED
43 tests/test_file.py::test_readiter PASSED
44 tests/test_file.py::test_readline PASSED
45 tests/test_file.py::test_readlines PASSED
46 tests/test_file.py::test_seek_tell PASSED
47 tests/test_file.py::test_sync_iter PASSED
48 tests/test_file.py::test_sync_with PASSED
49 tests/test_file.py::test_truncate PASSED
50 tests/test_file.py::test_write PASSED
51 tests/test_file.py::test_writelines PASSED
52 tests/test_io.py::test_double_recv PASSED
53 tests/test_io.py::test_filestream_bad_blocking PASSED
54 tests/test_io.py::test_filestream_blocking PASSED
55 tests/test_io.py::test_io_unregister PASSED
56 tests/test_io.py::test_io_waiting PASSED
57 tests/test_io.py::test_iterline PASSED
58 tests/test_io.py::test_read_exactly PASSED
59 tests/test_io.py::test_read_exactly_incomplete PASSED
60 tests/test_io.py::test_read_exactly_timeout PASSED
61 tests/test_io.py::test_read_partial PASSED
62 tests/test_io.py::test_readall PASSED
63 tests/test_io.py::test_readall_partial PASSED
64 tests/test_io.py::test_readall_timeout PASSED
65 tests/test_io.py::test_readline PASSED
66 tests/test_io.py::test_readlines PASSED
67 tests/test_io.py::test_readlines_timeout PASSED
68 tests/test_io.py::test_sendall_cancel SKIPPED (flaky)
69 tests/test_io.py::test_socket_blocking PASSED
70 tests/test_io.py::test_socketstream_bad_blocking PASSED
71 tests/test_io.py::test_socketstream_blocking PASSED
72 tests/test_io.py::test_stream_bad_context PASSED
73 tests/test_io.py::test_stream_bad_iter PASSED
74 tests/test_io.py::test_write_timeout PASSED
75 tests/test_io.py::test_writelines PASSED
76 tests/test_io.py::test_writelines_timeout PASSED
77 tests/test_kernel.py::test_clock PASSED
78 tests/test_kernel.py::test_coro_partial PASSED
79 tests/test_kernel.py::test_custom_cancel PASSED
80 tests/test_kernel.py::test_double_cancel PASSED
81 tests/test_kernel.py::test_hello PASSED
82 tests/test_kernel.py::test_io_registration PASSED
83 tests/test_kernel.py::test_kernel_badtrap PASSED
84 tests/test_kernel.py::test_kernel_debug PASSED
85 tests/test_kernel.py::test_kernel_exit PASSED
86 tests/test_kernel.py::test_kernel_multischedule PASSED
87 tests/test_kernel.py::test_kernel_no_shutdown PASSED
88 tests/test_kernel.py::test_nested_context_timeout PASSED
89 tests/test_kernel.py::test_nested_context_timeout2 PASSED
90 tests/test_kernel.py::test_nested_context_timeout3 PASSED
91 tests/test_kernel.py::test_nested_context_timeout_uncaught PASSED
92 tests/test_kernel.py::test_nested_timeout PASSED
93 tests/test_kernel.py::test_nested_timeout_none PASSED
94 tests/test_kernel.py::test_nested_timeout_uncaught PASSED
95 tests/test_kernel.py::test_pending_cancellation PASSED
96 tests/test_kernel.py::test_ping_pong_starvation PASSED
97 tests/test_kernel.py::test_raise PASSED
98 tests/test_kernel.py::test_reentrant_kernel PASSED
99 tests/test_kernel.py::test_single_stepping PASSED
100 tests/test_kernel.py::test_sleep PASSED
101 tests/test_kernel.py::test_sleep_0_starvation PASSED
102 tests/test_kernel.py::test_sleep_cancel PASSED
103 tests/test_kernel.py::test_sleep_ignore_timeout PASSED
104 tests/test_kernel.py::test_sleep_notimeout PASSED
105 tests/test_kernel.py::test_sleep_timeout PASSED
106 tests/test_kernel.py::test_task_cancel PASSED
107 tests/test_kernel.py::test_task_cancel_join PASSED
108 tests/test_kernel.py::test_task_cancel_join_wait PASSED
109 tests/test_kernel.py::test_task_cancel_not_blocking PASSED
110 tests/test_kernel.py::test_task_cancel_poll PASSED
111 tests/test_kernel.py::test_task_cancel_timeout PASSED
112 tests/test_kernel.py::test_task_child_cancel PASSED
113 tests/test_kernel.py::test_task_join PASSED
114 tests/test_kernel.py::test_task_join_error PASSED
115 tests/test_kernel.py::test_task_ready_cancel PASSED
116 tests/test_kernel.py::test_task_run_error PASSED
117 tests/test_kernel.py::test_timeout_badness PASSED
118 tests/test_meta.py::test_asynccontextmanager PASSED
119 tests/test_meta.py::test_awaitable_partial PASSED
120 tests/test_meta.py::test_bad_awaitable PASSED
121 tests/test_meta.py::test_instantiate_coroutine PASSED
122 tests/test_meta.py::test_iscoroutinefunc PASSED
123 tests/test_meta.py::test_missing_asynccontextmanager PASSED
124 tests/test_network.py::test_errors PASSED
125 tests/test_network.py::test_ssl_manual_wrapping PASSED
126 tests/test_network.py::test_ssl_outgoing PASSED
127 tests/test_network.py::test_ssl_server PASSED
128 tests/test_network.py::test_ssl_wrapping PASSED
129 tests/test_network.py::test_tcp_echo PASSED
130 tests/test_network.py::test_unix_echo PASSED
131 tests/test_network.py::test_unix_ssl_server PASSED
132 tests/test_queue.py::test_lifo_queue PASSED
133 tests/test_queue.py::test_priority_queue PASSED
134 tests/test_queue.py::test_queue_bounded PASSED
135 tests/test_queue.py::test_queue_get_cancel PASSED
136 tests/test_queue.py::test_queue_get_timeout PASSED
137 tests/test_queue.py::test_queue_put_cancel PASSED
138 tests/test_queue.py::test_queue_put_timeout PASSED
139 tests/test_queue.py::test_queue_qsize PASSED
140 tests/test_queue.py::test_queue_simple PASSED
141 tests/test_queue.py::test_queue_unbounded PASSED
142 tests/test_queue.py::test_univ_queue_async_sync PASSED
143 tests/test_queue.py::test_univ_queue_basic PASSED
144 tests/test_queue.py::test_univ_queue_cancel PASSED
145 tests/test_queue.py::test_univ_queue_multiple_consumer PASSED
146 tests/test_queue.py::test_univ_queue_multiple_kernels PASSED
147 tests/test_queue.py::test_univ_queue_sync_async PASSED
148 tests/test_queue.py::test_univ_queue_withfd PASSED
149 tests/test_queue.py::test_uqueue_asyncio_consumer PASSED
150 tests/test_queue.py::test_uqueue_asyncio_prod PASSED
151 tests/test_queue.py::test_uqueue_put_cancel PASSED
152 tests/test_queue.py::test_uqueue_withfd_corner PASSED
153 tests/test_socket.py::test_accept_cancel PASSED
154 tests/test_socket.py::test_accept_timeout PASSED
155 tests/test_socket.py::test_buffer_into PASSED
156 tests/test_socket.py::test_buffer_makefile_into PASSED
157 tests/test_socket.py::test_buffer_stream_into PASSED
158 tests/test_socket.py::test_create_bad_connection PASSED
159 tests/test_socket.py::test_create_connection PASSED
160 tests/test_socket.py::test_fromfd_tcp_echo PASSED
161 tests/test_socket.py::test_read_write_on_same_socket PASSED
162 tests/test_socket.py::test_recv_cancel PASSED
163 tests/test_socket.py::test_recv_timeout PASSED
164 tests/test_socket.py::test_recvfrom_cancel PASSED
165 tests/test_socket.py::test_recvfrom_timeout PASSED
166 tests/test_socket.py::test_socket_funcs SKIPPED (unreliable)
167 tests/test_socket.py::test_tcp_echo PASSED
168 tests/test_socket.py::test_tcp_file_echo PASSED
169 tests/test_socket.py::test_udp_echo PASSED
170 tests/test_subprocess.py::test_bad_cmd PASSED
171 tests/test_subprocess.py::test_bad_cmd_check_output PASSED
172 tests/test_subprocess.py::test_check_output_stdin PASSED
173 tests/test_subprocess.py::test_io_error PASSED
174 tests/test_subprocess.py::test_no_input_cancel PASSED
175 tests/test_subprocess.py::test_popen_join PASSED
176 tests/test_subprocess.py::test_simple PASSED
177 tests/test_subprocess.py::test_simple_check_output PASSED
178 tests/test_subprocess.py::test_stdin_pipe PASSED
179 tests/test_subprocess.py::test_timeout SKIPPED (always fails: https://github.com/dabeaz/curio/issues/347)
180 tests/test_subprocess.py::test_universal PASSED
181 tests/test_sync.py::TestCondition::test_cond_notify_all PASSED
182 tests/test_sync.py::TestCondition::test_cond_sequence PASSED
183 tests/test_sync.py::TestCondition::test_cond_wait_cancel PASSED
184 tests/test_sync.py::TestCondition::test_cond_wait_timeout PASSED
185 tests/test_sync.py::TestCondition::test_cond_waitfor PASSED
186 tests/test_sync.py::TestCondition::test_condition_error PASSED
187 tests/test_sync.py::TestEvent::test_event_get_immediate PASSED
188 tests/test_sync.py::TestEvent::test_event_get_wait PASSED
189 tests/test_sync.py::TestEvent::test_event_wait_cancel PASSED
190 tests/test_sync.py::TestEvent::test_event_wait_notimeout PASSED
191 tests/test_sync.py::TestEvent::test_event_wait_timeout PASSED
192 tests/test_sync.py::TestLock::test_lock_acquire_cancel PASSED
193 tests/test_sync.py::TestLock::test_lock_acquire_timeout PASSED
194 tests/test_sync.py::TestLock::test_lock_sequence PASSED
195 tests/test_sync.py::TestRLock::test_rlock_notowner PASSED
196 tests/test_sync.py::TestRLock::test_rlock_reenter PASSED
197 tests/test_sync.py::TestResult::test_error PASSED
198 tests/test_sync.py::TestResult::test_value PASSED
199 tests/test_sync.py::TestSemaphore::test_sema_acquire_cancel PASSED
200 tests/test_sync.py::TestSemaphore::test_sema_acquire_timeout PASSED
201 tests/test_sync.py::TestSemaphore::test_sema_sequence PASSED
202 tests/test_sync.py::TestSemaphore::test_sema_sequence2 PASSED
203 tests/test_sync.py::TestUniversalEvent::test_uevent_get_asyncio_set PASSED
204 tests/test_sync.py::TestUniversalEvent::test_uevent_get_asyncio_wait PASSED
205 tests/test_sync.py::TestUniversalEvent::test_uevent_get_twait PASSED
206 tests/test_sync.py::TestUniversalEvent::test_uevent_get_wait PASSED
207 tests/test_sync.py::TestUniversalEvent::test_uevent_get_wait_timeout PASSED
208 tests/test_sync.py::TestUniversalResult::test_universal_error PASSED
209 tests/test_sync.py::TestUniversalResult::test_universal_value PASSED
210 tests/test_sync.py::test_repr PASSED
211 tests/test_task.py::test_cancel_custom_exception PASSED
212 tests/test_task.py::test_cancel_custom_exception_instance PASSED
213 tests/test_task.py::test_cancel_noblock PASSED
214 tests/test_task.py::test_contextvars PASSED
215 tests/test_task.py::test_defer_cancellation PASSED
216 tests/test_task.py::test_diag PASSED
217 tests/test_task.py::test_disable_cancellation_explicit_raise PASSED
218 tests/test_task.py::test_disable_cancellation_function PASSED
219 tests/test_task.py::test_errors PASSED
220 tests/test_task.py::test_explicit_raise_cancel_disable PASSED
221 tests/test_task.py::test_late_join PASSED
222 tests/test_task.py::test_self_cancellation PASSED
223 tests/test_task.py::test_set_cancellation PASSED
224 tests/test_task.py::test_task_any_cancel PASSED
225 tests/test_task.py::test_task_any_error PASSED
226 tests/test_task.py::test_task_diag PASSED
227 tests/test_task.py::test_task_group PASSED
228 tests/test_task.py::test_task_group_cancel PASSED
229 tests/test_task.py::test_task_group_cancel_remaining PASSED
230 tests/test_task.py::test_task_group_daemon PASSED
231 tests/test_task.py::test_task_group_daemon_error PASSED
232 tests/test_task.py::test_task_group_empty PASSED
233 tests/test_task.py::test_task_group_error PASSED
234 tests/test_task.py::test_task_group_error_block PASSED
235 tests/test_task.py::test_task_group_existing PASSED
236 tests/test_task.py::test_task_group_iter PASSED
237 tests/test_task.py::test_task_group_join PASSED
238 tests/test_task.py::test_task_group_join_done PASSED
239 tests/test_task.py::test_task_group_result PASSED
240 tests/test_task.py::test_task_group_timeout PASSED
241 tests/test_task.py::test_task_group_use_error PASSED
242 tests/test_task.py::test_task_join_daemon PASSED
243 tests/test_task.py::test_task_wait_none PASSED
244 tests/test_task.py::test_taskgroup_misc PASSED
245 tests/test_thread.py::test_await_passthrough PASSED
246 tests/test_thread.py::test_bad_result PASSED
247 tests/test_thread.py::test_cancel_result PASSED
248 tests/test_thread.py::test_errors PASSED
249 tests/test_thread.py::test_good_result PASSED
250 tests/test_thread.py::test_subprocess_popen PASSED
251 tests/test_thread.py::test_task_group_spawn_thread PASSED
252 tests/test_thread.py::test_task_group_thread PASSED
253 tests/test_thread.py::test_thread_bad_result PASSED
254 tests/test_thread.py::test_thread_cancel_result PASSED
255 tests/test_thread.py::test_thread_context SKIPPED (unconditional skip)
256 tests/test_thread.py::test_thread_disable_cancellation PASSED
257 tests/test_thread.py::test_thread_good_result PASSED
258 tests/test_thread.py::test_thread_read PASSED
259 tests/test_thread.py::test_thread_sync PASSED
260 tests/test_thread.py::test_thread_timeout PASSED
261 tests/test_timequeue.py::test_timequeue_expired PASSED
262 tests/test_workers.py::test_bad_cpu PASSED
263 tests/test_workers.py::test_blocking PASSED
264 tests/test_workers.py::test_cpu PASSED
265 tests/test_workers.py::test_exception PASSED
266 tests/test_workers.py::test_executor PASSED
267 tests/test_workers.py::test_worker_cancel[run_in_process] PASSED
268 tests/test_workers.py::test_worker_cancel[run_in_thread] PASSED
269 tests/test_workers.py::test_worker_timeout[run_in_process] PASSED
270 tests/test_workers.py::test_worker_timeout[run_in_thread] PASSED
272 =============================== warnings summary ===============================
273 ../../../../../../../..$(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:191
274   $(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file.
275     config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
277 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
278 ======== 258 passed, 5 skipped, 1 warning ========