-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
tests/cmsis_rtos_v1 fails on nrf52840_pca10056 #11723
Comments
@pizi-nordic can you take a look? |
I was not able to reproduce this problem.
Should we really consider this tests successful when we observe not expected faults? |
No, not at all. We need to find out what triggered the fault and how to fix it. |
In sanitycheck this should be caught and reported as failed. |
@carlescufi: Fault was triggered by my changes in the code. What surprised me is that test with faults completed successfully. @nashif: Is detection of fault is done in the external scripts (monitoring sanity check execution) or in C code running on device under test? |
@pizi-nordic can you open a new issue for the aspect of FAULTs not being treated as testcase fails. Seems like we should close this issue as not-reproducible. |
can't reproduce |
Describe the bug
test_kernel_systick
fails on nrf52840_pca10056 in CI run and I couldn't reproduce locally. The issue is sporadic.To Reproduce
Steps to reproduce the behavior:
Expected behavior
All test cases should pass without any assertion failure or crash.
Screenshots or console output
Environment (please complete the following information):
OS: Linux
Toolchain: Zephyr SDK 0.9.5
Since the failure is not seen locally, I couldn't git bisect to find on what commit the failure was first seen.
Additional context
#11721 #11722 also fails on nrf52840_pca10056 and they are sporadic.
The text was updated successfully, but these errors were encountered: