summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/uasyncio_cancel_fair2.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/uasyncio_cancel_fair2.py.exp')
-rw-r--r--tests/extmod/uasyncio_cancel_fair2.py.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_cancel_fair2.py.exp b/tests/extmod/uasyncio_cancel_fair2.py.exp
new file mode 100644
index 0000000000..e9dd649b45
--- /dev/null
+++ b/tests/extmod/uasyncio_cancel_fair2.py.exp
@@ -0,0 +1,8 @@
+sleep a
+sleep b 0
+sleep b 1
+sleep b 2
+cancelled a
+done b 0
+done b 1
+done b 2