esp-idf/components/heap/test_apps
Guillaume Souchere bd0dbbe767 test(heap): Extend task tracking test with task handle check
Add a test to make sure that the task handles returned in the
task tracking information are valid task handles.

To verify that, feed the task name returned by pcTaskGetName()
using the task handle under test to xTaskGetHandle() and make
sure the task handle returned matches the one under test.
2024-04-10 11:23:07 +02:00
..
heap_tests test(heap): Extend task tracking test with task handle check 2024-04-10 11:23:07 +02:00
host_test_linux esp_system, heap: increase host test timeout for CI 2023-04-06 10:23:44 +08:00
.build-test-rules.yml ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00