@@ -354,6 +354,7 @@ test.test_asyncio.test_pep492.CoroutineTests.test_task_print_stack @ linux-x86_6
354354test.test_asyncio.test_pep492.CoroutineTests.test_types_coroutine @ linux-x86_64
355355test.test_asyncio.test_pep492.LockTests.test_context_manager_async_with @ linux-x86_64
356356test.test_asyncio.test_pep492.LockTests.test_context_manager_with_await @ linux-x86_64
357+ test.test_asyncio.test_pep492.StreamReaderTests.test_readline @ linux-x86_64
357358test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close @ linux-x86_64
358359test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_self_pipe @ linux-x86_64
359360test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server @ linux-x86_64
@@ -481,6 +482,7 @@ test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_race @ linux-x86_
481482test.test_asyncio.test_queues.QueuePutTests.test_put_with_waiting_getters @ linux-x86_64
482483test.test_asyncio.test_queues.QueuePutTests.test_why_are_putters_waiting @ linux-x86_64
483484test.test_asyncio.test_runners.RunTests.test_asyncio_run_cancels_hanging_tasks @ linux-x86_64
485+ test.test_asyncio.test_runners.RunTests.test_asyncio_run_closes_gens_after_hanging_tasks_errors @ linux-x86_64
484486test.test_asyncio.test_runners.RunTests.test_asyncio_run_debug @ linux-x86_64
485487test.test_asyncio.test_runners.RunTests.test_asyncio_run_from_running_loop @ linux-x86_64
486488test.test_asyncio.test_runners.RunTests.test_asyncio_run_loop_factory @ linux-x86_64
@@ -820,6 +822,7 @@ test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess
820822test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate @ linux-x86_64
821823test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited @ linux-x86_64
822824test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr @ linux-x86_64
825+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error @ linux-x86_64
823826test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation @ linux-x86_64
824827test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error @ linux-x86_64
825828test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct @ linux-x86_64
@@ -829,7 +832,13 @@ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02 @ linux-x86_64
829832test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03 @ linux-x86_64
830833test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04 @ linux-x86_64
831834test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07 @ linux-x86_64
835+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08 @ linux-x86_64
836+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09 @ linux-x86_64
837+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10 @ linux-x86_64
838+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11 @ linux-x86_64
839+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12 @ linux-x86_64
832840test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13 @ linux-x86_64
841+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14 @ linux-x86_64
833842test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15 @ linux-x86_64
834843test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16 @ linux-x86_64
835844test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17 @ linux-x86_64
@@ -937,11 +946,13 @@ test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with
937946test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_noncoroutine @ linux-x86_64
938947test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task @ linux-x86_64
939948test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_with_interleaving_tasks @ linux-x86_64
949+ test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_awaitable @ linux-x86_64
940950test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_coroutine @ linux-x86_64
941951test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_error_msg @ linux-x86_64
942952test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future @ linux-x86_64
943953test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither @ linux-x86_64
944954test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task @ linux-x86_64
955+ test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task_awaitable @ linux-x86_64
945956test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await @ linux-x86_64
946957test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle @ linux-x86_64
947958test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback @ linux-x86_64
@@ -1042,11 +1053,13 @@ test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_asyncli
10421053test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_noncoroutine @ linux-x86_64
10431054test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task @ linux-x86_64
10441055test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_with_interleaving_tasks @ linux-x86_64
1056+ test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_awaitable @ linux-x86_64
10451057test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_coroutine @ linux-x86_64
10461058test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg @ linux-x86_64
10471059test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future @ linux-x86_64
10481060test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither @ linux-x86_64
10491061test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task @ linux-x86_64
1062+ test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task_awaitable @ linux-x86_64
10501063test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await @ linux-x86_64
10511064test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle @ linux-x86_64
10521065test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback @ linux-x86_64
0 commit comments