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

Deprecated pipe test fails for TFM non-secure board targets becuase of using deprecated functions #84233

Open
nordicjm opened this issue Jan 20, 2025 · 2 comments
Assignees
Labels
area: Kernel bug The issue is a bug, or the PR is fixing a bug

Comments

@nordicjm
Copy link
Collaborator

Describe the bug
It seems that these tests fail because of deprecated function usage warnings which are turned into errors - see https://github.com/zephyrproject-rtos/zephyr/actions/runs/12864142908/job/35862833509?pr=82907
Haven't looked into issue so assigning twister and TF-M maintainers to it

Expected behavior
Tests to pass

Impact
Showstopper holding up unrelated PRs

Environment (please complete the following information):

  • Commit SHA or Version used: e658bc1
@nordicjm nordicjm added the bug The issue is a bug, or the PR is fixing a bug label Jan 20, 2025
@tomi-font
Copy link
Collaborator

Judging from the logs, this has nothing to do with TF-M.

@tomi-font tomi-font removed their assignment Jan 20, 2025
@Mattemagikern
Copy link
Contributor

Looks like my patch is the culprit (#83283).
And it also looks like:
extra_args: CMAKE_C_FLAGS="-D__deprecated='' -D__DEPRECATED_MACRO=''"
in testcase.yaml isn't applied correctly.

@nashif nashif removed their assignment Jan 20, 2025
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

6 participants