micropython/tests/ports
Damien George b78fac161e tests/ports/esp32/check_err_str.py: Preallocate global variable.
This test fails on all esp32 boards without this fix, because the
try/except that runs with the heap locked attempts to increase the size of
the globals dict when assigning to the exception variable `e`.

Fix that by preallocating the global variable `e`.

Signed-off-by: Damien George <damien@micropython.org>
2025-12-16 23:37:59 +11:00
..
alif_hardware tests/ports/alif_hardware: Add flash testing script. 2025-04-09 00:22:33 +10:00
cc3200 all: Upgrade to ruff v0.9.6. 2025-02-25 13:02:49 +01:00
esp32 tests/ports/esp32/check_err_str.py: Preallocate global variable. 2025-12-16 23:37:59 +11:00
qemu tests/ports/qemu: Add arch flags MPY import checks test. 2025-10-24 19:13:15 +02:00
renesas-ra tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
rp2 tests: Generalise rp2 timer test into a cross-port test. 2025-09-25 23:59:24 +10:00
stm32 tests/ports/stm32: Tweak tests to run on a wider set of boards. 2025-07-08 13:18:55 +10:00
stm32_hardware tests/ports/stm32_hardware: Convert DMA test to use unittest. 2024-12-06 13:48:23 +11:00
unix all: Replace legacy name with MicroPython and MPy as applicable. 2025-10-04 00:19:40 +10:00
webassembly webassembly/objjsproxy: Support arbitrary number of args with kwargs. 2025-10-06 12:35:20 +11:00