micropython/tests/ports
Damien George be1ecb54e6 webassembly/api: Resolve thenables returned from runPythonAsync.
JavaScript semantics are such that the caller of an async function does not
need to await that function for it to run to completion.  This commit makes
that behaviour also apply to top-level async Python code run via
`runPythonAsync()`.

Signed-off-by: Damien George <damien@micropython.org>
2024-05-07 11:33:05 +10:00
..
cc3200 all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
qemu-arm tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
renesas-ra tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
rp2 tests/ports/rp2/rp2_dma.py: Tweak test to be more reliable. 2024-01-30 12:50:19 +11:00
stm32 tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
stm32_hardware stm32/dma: Add D-cache protection for DMA RX operations, including SPI. 2024-03-08 12:19:48 +11:00
unix tests/ports/unix: Add coverage test for frozen functions and generators. 2024-02-16 14:17:01 +11:00
webassembly webassembly/api: Resolve thenables returned from runPythonAsync. 2024-05-07 11:33:05 +10:00