Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/kernel/semaphore/semaphore failed on iotdk board. #22624

Closed
chen-png opened this issue Feb 8, 2020 · 5 comments
Closed

tests/kernel/semaphore/semaphore failed on iotdk board. #22624

chen-png opened this issue Feb 8, 2020 · 5 comments
Assignees
Labels
area: ARC ARC Architecture bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@chen-png
Copy link
Collaborator

chen-png commented Feb 8, 2020

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:

  1. west build -b iotdk -p auto tests/kernel/semaphore/semaphore/
  2. west flash
  3. see error

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):

  • OS: Fedora28
  • Toolchain: Zephyr-sdk-0.11.1
  • Commit ID: 4eaac5c
@chen-png chen-png added the bug The issue is a bug, or the PR is fixing a bug label Feb 8, 2020
@andrewboie andrewboie added the area: ARC ARC Architecture label Feb 11, 2020
@andrewboie
Copy link
Contributor

Possibly the same issue: #22559

@jhedberg jhedberg added priority: low Low impact/importance bug priority: medium Medium impact/importance bug and removed priority: low Low impact/importance bug labels Feb 11, 2020
@vonhust
Copy link

vonhust commented Feb 12, 2020

can be fixed by #22608

@jhedberg
Copy link
Member

@chen-png could you retest with latest master, now that #22608 has been merged?

@andrewboie
Copy link
Contributor

This should be fixed now.

@chen-png
Copy link
Collaborator Author

yes, this has been fixed in the latest master with the merged #22608.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARC ARC Architecture bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants