zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.49k stars 6.42k forks source link

tests: debug/thread_analyzer fails in main for some targets #76908

Closed aescolar closed 1 month ago

aescolar commented 1 month ago

Describe the bug The thread analyzer feature is disabled for posix arch targets. But this newly introduced test for this feature only filtered out native_sim, while there is more platforms based on the posix arch.

To Reproduce Steps to reproduce the behavior:

  1. twister -T tests/subsys/debug/thread_analyzer/
  2. See errors

Expected behavior No failed tests.

Impact Test failing in CI when this test is triggered for any of these platforms

Logs and console output https://github.com/zephyrproject-rtos/zephyr/actions/runs/10321773875/job/28585694453?pr=76898#step:12:778

Environment (please complete the following information):

Additional context Test just introduced in 2ef8c4e74f24b7713b4ebc592da78d94edd1737e

aescolar commented 1 month ago

Reopening as it also affects bl654_dvk & decawave_dwm1001_dev