You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: