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. |
||
|---|---|---|
| .. | ||
| check_err_str.py | ||
| check_err_str.py.exp | ||
| esp32_idf_heap_info.py | ||
| esp32_idf_heap_info.py.exp | ||
| partition_ota.py | ||
| partition_ota.py.exp | ||
| resolve_on_connect.py | ||