tests/kernel/semaphore/semaphore failed on iotdk board. #22624
Labels
area: ARC
ARC Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Describe the bug
Running tests/kernel/semaphore/semaphore on iotdk board,
it would stop at "starting test - test_sem_take_timeout_isr" and timeout.
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
*** Booting Zephyr OS build zephyr-v2.1.0-2157-g4eaac5c7b379 ***
Running test suite test_semaphore
starting test - test_k_sema_init
PASS - test_k_sema_init
starting test - test_sema_thread2thread
PASS - test_sema_thread2thread
starting test - test_sema_thread2isr
PASS - test_sema_thread2isr
starting test - test_sema_reset
PASS - test_sema_reset
starting test - test_sema_count_get
PASS - test_sema_count_get
starting test - test_simple_sem_from_isr
PASS - test_simple_sem_from_isr
starting test - test_simple_sem_from_task
PASS - test_simple_sem_from_task
starting test - test_sem_take_no_wait
PASS - test_sem_take_no_wait
starting test - test_sem_take_no_wait_fails
PASS - test_sem_take_no_wait_fails
starting test - test_sem_take_timeout_fails
PASS - test_sem_take_timeout_fails
starting test - test_sem_take_timeout
PASS - test_sem_take_timeout
starting test - test_sem_take_timeout_forever
PASS - test_sem_take_timeout_forever
starting test - test_sem_take_timeout_isr
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: