summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/asyncio_gather_notimpl.py.exp
blob: f21614ffbe671b012646450bed0b7f480a3ec85e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
task start 1
task start 2
gather_task start
RuntimeError("can't wait",)
task end 1
task end 2
gather_task end
====
task start 1
task start 2
gather_task start
RuntimeError("can't gather",)
task end 1
task end 2