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

reel_board:running tests/kernel/workq/work_queue_api/ failed #29534

Closed
Zhaoningx opened this issue Oct 26, 2020 · 1 comment
Closed

reel_board:running tests/kernel/workq/work_queue_api/ failed #29534

Zhaoningx opened this issue Oct 26, 2020 · 1 comment
Assignees
Labels
area: Kernel bug The issue is a bug, or the PR is fixing a bug

Comments

@Zhaoningx
Copy link
Collaborator

Describe the bug
running tests/kernel/workq/work_queue_api/ failed due to the condition is not our expected(assert failed)

To Reproduce
Steps to reproduce the behavior:
sanitycheck -p reel_board --device-testing --device-serial /dev/ttyACM0 -T tests/kernel/workq/work_queue_api/ -vv
west flash
see error

*** Booting Zephyr OS build zephyr-v2.4.0-983-g3c79b565fe7e ***
DEBUG - DEVICE: START - test_user_workq_granted_access
DEBUG - DEVICE: PASS - test_user_workq_granted_access
DEBUG - DEVICE: ===================================================================
DEBUG - DEVICE: START - test_work_submit_to_multipleq
DEBUG - DEVICE:
DEBUG - DEVICE: Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/workq/work_queue_api/src/main.c:277: twork_submit_multipleq: k_delayed_work_pending(&new_work) is false
DEBUG - DEVICE:
DEBUG - DEVICE: FAIL - test_work_submit_to_multipleq
DEBUG - DEVICE: ===================================================================
DEBUG - DEVICE: START - test_work_resubmit_to_queue
DEBUG - DEVICE: PASS - test_work_resubmit_to_queue
DEBUG - DEVICE: ===================================================================
DEBUG - DEVICE: START - test_work_resubmit_nowait_to_queue
DEBUG - DEVICE: PASS - test_work_resubmit_nowait_to_queue

Environment (please complete the following information):
OS: Fedora28
Toolchain: Zephyr-sdk-0.11.3
Commit ID: g3c79b565fe7e

@Zhaoningx Zhaoningx added the bug The issue is a bug, or the PR is fixing a bug label Oct 26, 2020
@pabigot
Copy link
Collaborator

pabigot commented Oct 26, 2020

Duplicate of #29329

@pabigot pabigot marked this as a duplicate of #29329 Oct 26, 2020
@pabigot pabigot closed this as completed Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

3 participants