micropython/tests/esp32
Thorsten von Eicken ab4e197707 esp32/modsocket: Fix getaddrinfo to raise on error.
This commit fixes the behaviour of socket.getaddrinfo on the ESP32 so it
raises an OSError when the name resolution fails instead of returning a []
or a resolution for 0.0.0.0.

Tests are added (generic and ESP32-specific) to verify behaviour consistent
with CPython, modulo the different types of exceptions per MicroPython
documentation.
2020-05-09 16:43:48 +10:00
..
check_err_str.py esp32: Consolidate check_esp_err functions and add IDF error string. 2020-04-23 10:59:07 +10:00
check_err_str.py.exp esp32: Consolidate check_esp_err functions and add IDF error string. 2020-04-23 10:59:07 +10:00
esp32_idf_heap_info.py esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module. 2020-04-23 00:02:11 +10:00
esp32_idf_heap_info.py.exp esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module. 2020-04-23 00:02:11 +10:00
partition_ota.py esp32: Improve support for OTA updates. 2020-05-03 15:00:45 +10:00
partition_ota.py.exp esp32: Improve support for OTA updates. 2020-05-03 15:00:45 +10:00
resolve_on_connect.py esp32/modsocket: Fix getaddrinfo to raise on error. 2020-05-09 16:43:48 +10:00