-
Notifications
You must be signed in to change notification settings - Fork 7.5k
ARC: tests/cmsis_rtos_v2/portability.cmsis_rtos_v2 fails on nsim_em and nsim_sem #14640
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
Comments
moving to low because blocking bug is low now. |
And this has nothing to do with #14766 either. |
It's really not possible to design a test where we can enforce expectations on real vs. expected stack size: - Some platforms may increase stack size over what is expected due to rounding up the stack buffer area to the next power of two. - Some configuration options like CONFIG_STACK_RANDOM carve out space in the stack buffer, resulting in a stack size less than what is expected. Best we can do is just assert that the amount of space available should be less than the total size reported. Fixes: zephyrproject-rtos#14640 Signed-off-by: Andrew Boie <[email protected]>
It's really not possible to design a test where we can enforce expectations on real vs. expected stack size: - Some platforms may increase stack size over what is expected due to rounding up the stack buffer area to the next power of two. - Some configuration options like CONFIG_STACK_RANDOM carve out space in the stack buffer, resulting in a stack size less than what is expected. Best we can do is just assert that the amount of space available should be less than the total size reported. Fixes: #14640 Signed-off-by: Andrew Boie <[email protected]>
Even with #15123 in place I still see a failure in
FWIW I'm on today's master. |
The text was updated successfully, but these errors were encountered: