micropython/tests/ports/esp32
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
..
check_err_str.py tests/ports/esp32/check_err_str.py: Preallocate global variable. 2025-12-16 23:37:59 +11:00
check_err_str.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
esp32_idf_heap_info.py esp32: Add support for ESP32-C2 (aka ESP8684). 2025-07-30 10:51:29 +10:00
esp32_idf_heap_info.py.exp esp32: Add support for ESP32-C2 (aka ESP8684). 2025-07-30 10:51:29 +10:00
esp32_nvs.py tests: Four typos in tests directory. 2025-02-25 23:34:53 +11:00
esp32_nvs.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
partition_ota.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
partition_ota.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00