[TRACKING] Fixes for automatic tests of ESP32 boards. #12763
Labels
Area: cpu
Area: CPU/MCU ports
Area: tests
Area: tests and testing framework
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Type: tracking
The issue tracks and organizes the sub-tasks of a larger effort
Description
Automatic tests for ESP32 didn't work because of problems to reset ESP32 boards using
esptool.py
. With PR #12752 it will become possible to reset ESP32 boards and to perform automatic tests.However, a number of tests are not working due to several open problems. This issue tracks the tests that are not working for ESP32 and their fixes.
Open Test Problems
tests/cond_order
(PR cpu/esp32: fix of thread priorities levels #12753)tests/heap_cmd
(PR cpu/esp32: fix of thread priorities levels #12753)tests/log_color
(PR cpu/esp32: improvements and cleanup of log_module #12044)tests/log_printfnoformat
(PR cpu/esp32: improvements and cleanup of log_module #12044)tests/mutex_order
(PR cpu/esp32: fix of thread priorities levels #12753)tests/netstats_l2
(PR cpu/esp*: define esp_now as default netdev #12787)tests/periph_timer
(PR cpu/esp32: fix xtimer dependency #12757)tests/pkg_spiffs
(PR cpu/esp32: increase timeout for spiffs and littlefs tests #12758)tests/pkg_littlefs
(PR cpu/esp32: fix to be able to use SPI flash drive with pkg_littlefs #12803)tests/posix_semaphore
(PR cpu/esp32: fix of thread priorities levels #12753)tests/rmutex_cpp
(PR cpu/esp32: fix of thread priorities levels #12753)tests/rmutex
(PR cpu/esp32: fix of thread priorities levels #12753)tests/shell
(PR cpu/esp32: fix of thread priorities levels #12753)tests/ssp
(PR [TRACKING] Fixes for automatic tests of ESP32 boards. #12763)tests/sys_arduino
(PR +cpu/esp32: workaround for UART problems #12794)Test stability issues
tests/bench_runtime_coreapis
The text was updated successfully, but these errors were encountered: