Skip to content

Commit 6bb446b

Browse files
committed
tests/extmod: Remove asyncio .exp files that match CPython output.
These were added back in commit c4935f3 because the tests required CPython 3.8, which was quite new at the time. But CPython 3.8 was released over 4 years ago (October 2019) and the CI test runners, and developers, have this (or a more recent) CPython version. Removing the .exp files also helps keep MicroPython semantics the same as CPython. The asyncio_fair.py test it adjusted slightly to have more deterministic timing and output. Signed-off-by: Damien George <damien@micropython.org>
1 parent 8eb658f commit 6bb446b

18 files changed

+5
-204
lines changed

tests/extmod/asyncio_await_return.py.exp

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/extmod/asyncio_basic2.py.exp

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/extmod/asyncio_cancel_fair.py.exp

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/extmod/asyncio_cancel_fair2.py.exp

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/extmod/asyncio_cancel_task.py.exp

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/extmod/asyncio_cancel_wait_on_finished.py.exp

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/extmod/asyncio_current_task.py.exp

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/extmod/asyncio_event.py.exp

Lines changed: 0 additions & 33 deletions
This file was deleted.

tests/extmod/asyncio_event_fair.py.exp

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/extmod/asyncio_exception.py.exp

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)