gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr… by corona10 · Pull Request #115546 · python/cpython
➜ cpython git:(gh-111968-async) ✗ ./python.exe -m test test_asyncio -R 3:3
Using random seed: 1394472447
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 4.04 Run 30 tests sequentially
0:00:00 load avg: 4.04 [ 1/30] test_asyncio.test_base_events
beginning 6 repetitions
123456
......
0:00:06 load avg: 3.73 [ 2/30] test_asyncio.test_buffered_proto
beginning 6 repetitions
123456
......
0:00:06 load avg: 3.73 [ 3/30] test_asyncio.test_context
beginning 6 repetitions
123456
......
0:00:08 load avg: 3.73 [ 4/30] test_asyncio.test_eager_task_factory
beginning 6 repetitions
123456
......
0:00:13 load avg: 3.75 [ 5/30] test_asyncio.test_events
beginning 6 repetitions
123456
......
0:01:01 load avg: 4.94 [ 6/30] test_asyncio.test_futures -- test_asyncio.test_events passed in 48.6 sec
beginning 6 repetitions
123456
......
0:01:08 load avg: 5.99 [ 7/30] test_asyncio.test_futures2
beginning 6 repetitions
123456
......
0:01:08 load avg: 5.99 [ 8/30] test_asyncio.test_locks
beginning 6 repetitions
123456
......
0:01:14 load avg: 5.75 [ 9/30] test_asyncio.test_pep492
beginning 6 repetitions
123456
......
0:01:15 load avg: 5.75 [10/30] test_asyncio.test_proactor_events
beginning 6 repetitions
123456
......
0:01:16 load avg: 6.33 [11/30] test_asyncio.test_protocols
beginning 6 repetitions
123456
......
0:01:16 load avg: 6.33 [12/30] test_asyncio.test_queues
beginning 6 repetitions
123456
......
0:01:18 load avg: 6.33 [13/30] test_asyncio.test_runners
beginning 6 repetitions
123456
......
0:01:20 load avg: 6.33 [14/30] test_asyncio.test_selector_events
beginning 6 repetitions
123456
......
0:01:21 load avg: 6.33 [15/30] test_asyncio.test_sendfile
beginning 6 repetitions
123456
......
0:01:27 load avg: 6.20 [16/30] test_asyncio.test_server
beginning 6 repetitions
123456
......
0:01:29 load avg: 6.20 [17/30] test_asyncio.test_sock_lowlevel
beginning 6 repetitions
123456
......
0:01:41 load avg: 6.37 [18/30] test_asyncio.test_ssl
beginning 6 repetitions
123456
......
0:02:21 load avg: 4.16 [19/30] test_asyncio.test_sslproto -- test_asyncio.test_ssl passed in 39.9 sec
beginning 6 repetitions
123456
......
0:02:47 load avg: 3.93 [20/30] test_asyncio.test_streams
beginning 6 repetitions
123456
......
0:02:52 load avg: 3.77 [21/30] test_asyncio.test_subprocess
beginning 6 repetitions
123456
......
0:03:43 load avg: 2.54 [22/30] test_asyncio.test_taskgroups -- test_asyncio.test_subprocess passed in 50.5 sec
beginning 6 repetitions
123456
......
0:04:22 load avg: 2.30 [23/30] test_asyncio.test_tasks -- test_asyncio.test_taskgroups passed in 38.7 sec
beginning 6 repetitions
123456
......
0:06:08 load avg: 2.63 [24/30] test_asyncio.test_threads -- test_asyncio.test_tasks passed in 1 min 46 sec
beginning 6 repetitions
123456
......
0:06:09 load avg: 2.63 [25/30] test_asyncio.test_timeouts
beginning 6 repetitions
123456
......
0:06:12 load avg: 2.66 [26/30] test_asyncio.test_transports
beginning 6 repetitions
123456
......
0:06:12 load avg: 2.66 [27/30] test_asyncio.test_unix_events
beginning 6 repetitions
123456
......
0:06:15 load avg: 2.66 [28/30] test_asyncio.test_waitfor
beginning 6 repetitions
123456
......
0:06:22 load avg: 2.69 [29/30] test_asyncio.test_windows_events
test_asyncio.test_windows_events skipped -- Windows only
0:06:22 load avg: 2.69 [30/30] test_asyncio.test_windows_utils -- test_asyncio.test_windows_events skipped
test_asyncio.test_windows_utils skipped -- Windows only
test_asyncio.test_windows_utils skipped
== Tests result: SUCCESS ==
2 tests skipped:
test_asyncio.test_windows_events test_asyncio.test_windows_utils
28 tests OK.
Total duration: 6 min 22 sec
Total tests: run=2,493 skipped=56
Total test files: run=30/30 skipped=2
Result: SUCCESS