summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_gather.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/uasyncio_gather.py.exp')
-rw-r--r--tests/extmod/uasyncio_gather.py.exp21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_gather.py.exp b/tests/extmod/uasyncio_gather.py.exp
index 95310bbe1..9b30c36b6 100644
--- a/tests/extmod/uasyncio_gather.py.exp
+++ b/tests/extmod/uasyncio_gather.py.exp
@@ -8,6 +8,27 @@ Task B: factorial(3) = 6
Task C: Compute factorial(4)...
Task C: factorial(4) = 24
[2, 6, 24]
+====
start 2
end 2
[CancelledError(), 2]
+====
+start 1
+task_raise start 2
+end 1
+[1, ValueError(2,)]
+====
+task_loop start 1
+task_raise start 2
+task_loop loop 1
+ValueError(2,)
+False True
+====
+task_raise start 1
+task_raise start 2
+ValueError(1,)
+True True
+====
+gather_task
+start 1
+start 2