-
Notifications
You must be signed in to change notification settings - Fork 7.5k
samples/mpu/mpu_stack_guard_test: Found "Test not passed" #14870
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
I think this is expected. Try to execute with CONFIG_HW_STACK_PROTECTION=y (I think it is set in the alternative prj.conf). You should expect not to see: "Test not passed". |
@cinlyooi-intel building with:
Will make the test pass as mentioned above. |
@ioannisg : You are right. Examining sample.yaml says we are expecting the console output I am seeing. I am closing this test case. |
I am reopenning this because I noticed the "Test not passed" mentioned by @IanisG on the same line as "Canary = 0x0000000f". Missed that initially. I also only see that line with the "test" testcase, and not seeing it with the "test_stack_guard" testcase I consider -DCONF_FILE=prj_stack_guard.conf case, i.e. sample.yaml's test_stack_guard testcase as a Pass because I am not seeing "Test not passed". Also updated the title and bug description |
This old "test" has been superseded by test cases in tests/kernel/mem_protect. Fixes: zephyrproject-rtos#14870 Signed-off-by: Andrew Boie <[email protected]>
This old "test" has been superseded by test cases in tests/kernel/mem_protect. Fixes: #14870 Signed-off-by: Andrew Boie <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
** Description **
For "test" Test case in sample.yaml, i.e. no prj_stack_guard.conf, we see
Test not passed
.To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: