-
Notifications
You must be signed in to change notification settings - Fork 8.4k
tests: assert_custom_header: only build on some platforms #100769
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
Conversation
|
This only affects nRF platforms (
I have not found patching viable (will require quite some reorganisation of dt header files), but perhaps we should make |
|
Or actually, what makes |
|
see #100733 |
This test does not build correctly on some modules, namely TFM, just run it on a few platform, that should be enough to validate that the feature is working correctly. Signed-off-by: Fabio Baltieri <[email protected]>
cb43b91
6470ebb to
cb43b91
Compare
|
Reworked to add a platform_allow list instead |
|



Breaks in weekly, example
west build -p -b thingy53/nrf5340/cpuapp/ns tests/subsys/debug/assert_custom_headerThis test does not build correctly on some modules, namely TFM, just run
it on a few platform, that should be enough to validate that the feature
is working correctly.
Fixes #100733