-
Notifications
You must be signed in to change notification settings - Fork 7.5k
foundries.io CI: tests/kernel/mem_protect/stackprot fails on nrf52 #15379
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
@mike-scott : From your description this seems to not be related to sanitycheck, but to this particular test? Also, Is this test failing in the Zephyr master branch? (If so, the problem would not be related to your CI) |
@aescolar sanitycheck runs this for nrf52 hardware. The "easy" way to reproduce is to run just this test. The actual regression was found via sanitycheck for real HW. I don't see the issue with the description. |
Note: this test will probably fail on a lot more hardware than just nrf52_blenano2. I'll adjust the title to mention the test specifically. |
@mike-scott Actually this change passed the CI test before check in. Anyway I will fix it ASAP. |
increase stack size for stackprot test, commit 3e255e9 cause this issue. Fixes: zephyrproject-rtos#15379. Signed-off-by: Wentong Wu <[email protected]>
revert commit 3e255e9 which is to adjust stack size on qemu_x86 platform for coverage test, but break other platform's CI test. Fixes: zephyrproject-rtos#15379. Signed-off-by: Wentong Wu <[email protected]>
revert commit 3e255e9 which is to adjust stack size on qemu_x86 platform for coverage test, but break other platform's CI test. Fixes: zephyrproject-rtos#15379. Signed-off-by: Wentong Wu <[email protected]>
CI does not run on real HW |
revert commit 3e255e9 which is to adjust stack size on qemu_x86 platform for coverage test, but break other platform's CI test. Fixes: #15379. Signed-off-by: Wentong Wu <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Due to PR: 3e255e9
sanitycheck now fails on nrf52_blenano2 -- and probably a lot of other arm HW. (log below in "Screenshots or console output")
Related CI failure:
https://ci.foundries.io/projects/zephyr/builds/5694/sanity-test-nrf52/
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pass sanitycheck like previous to this commit
Impact
It's a regression for CI testing.. all of nRF52 and other arm HW will probably fail this test as a result
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: