@@ -822,6 +822,26 @@ test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess
822822test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate @ linux-x86_64
823823test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited @ linux-x86_64
824824test.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
826+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation @ linux-x86_64
827+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error @ linux-x86_64
828+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct @ linux-x86_64
829+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_propagate_cancellation_error @ linux-x86_64
830+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01 @ linux-x86_64
831+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02 @ linux-x86_64
832+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03 @ linux-x86_64
833+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04 @ linux-x86_64
834+ test.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
840+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13 @ linux-x86_64
841+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14 @ linux-x86_64
842+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15 @ linux-x86_64
843+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16 @ linux-x86_64
844+ test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17 @ linux-x86_64
825845test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18 @ linux-x86_64
826846test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19 @ linux-x86_64
827847test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20 @ linux-x86_64
@@ -932,6 +952,8 @@ test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_er
932952test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future @ linux-x86_64
933953test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither @ linux-x86_64
934954test.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
956+ test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await @ linux-x86_64
935957test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle @ linux-x86_64
936958test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback @ linux-x86_64
937959test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield @ linux-x86_64
@@ -1037,6 +1059,8 @@ test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg
10371059test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future @ linux-x86_64
10381060test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither @ linux-x86_64
10391061test.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
1063+ test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await @ linux-x86_64
10401064test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle @ linux-x86_64
10411065test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback @ linux-x86_64
10421066test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield @ linux-x86_64
0 commit comments