diff options
Diffstat (limited to 'tests/extmod/uasyncio_lock_cancel.py.exp')
-rw-r--r-- | tests/extmod/uasyncio_lock_cancel.py.exp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_lock_cancel.py.exp b/tests/extmod/uasyncio_lock_cancel.py.exp new file mode 100644 index 0000000000..49ae253887 --- /dev/null +++ b/tests/extmod/uasyncio_lock_cancel.py.exp @@ -0,0 +1,11 @@ +task 0 start +task 1 start +task 2 start +task 3 start +task 1 cancel +task 2 cancel +task 0 lock_flag False +task 0 done +task 3 lock_flag False +task 3 done +False |