-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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: bsim: bluetooth: audio build failure #83388
Labels
bug
The issue is a bug, or the PR is fixing a bug
Comments
congnguyenhuu
added a commit
to nxp-upstream/zephyr
that referenced
this issue
Dec 26, 2024
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes zephyrproject-rtos#83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
This was referenced Dec 26, 2024
kartben
pushed a commit
that referenced
this issue
Dec 26, 2024
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes #83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
soburi
pushed a commit
to soburi/zephyr
that referenced
this issue
Dec 28, 2024
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes zephyrproject-rtos#83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
DNedic
pushed a commit
to eurus-project/zephyr
that referenced
this issue
Jan 3, 2025
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes zephyrproject-rtos#83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
DNedic
pushed a commit
to eurus-project/zephyr
that referenced
this issue
Jan 3, 2025
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes zephyrproject-rtos#83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
Devansh0210
pushed a commit
to Devansh0210/zephyr
that referenced
this issue
Jan 7, 2025
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes zephyrproject-rtos#83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
FlorianWeber1018
pushed a commit
to FlorianWeber1018/zephyr
that referenced
this issue
Jan 9, 2025
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes zephyrproject-rtos#83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
tests: bsim: bluetooth: audio build failure
The variable
sem_started
is using fork_sem_take
in functiontest_sink_encrypted_incorrect_code
undeclaredTo Reproduce
run cmd to build test:
nice tests/bsim/bluetooth/compile.sh
Expected behavior
This test build passed
Impact
Cause CI to fail, preventing the merging of PRs
Logs and console output
See #78073 CI bsim checks
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: