-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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: nrf: posix: portability.posix.common.tls.newlib fails on nrf9160dk_nrf9160 #31721
Comments
will take a look |
I think this test is unstable in fact. It eventually passes after some retries |
I can't reproduce this @PerMac , are you sure you keep seeing the error? |
My suggestion is to close this ticket. |
It does not fail for me (but i only tested gnu arm embedded) |
I still see this with v-2-5-0 -rc2 Sometimes some scenarios from this test pass, but most of the time at least one will fail and it is always an issue with |
I've run the reproducing command on |
I will close the ticket then. Might be as you are suggesting Peter, that it is a particular board issue (if it matters I have 0.9.0 on my desk). |
so is this a regression then? |
Possibly, or it was just chance that it passed in #31721 (comment). It does fail for me today; I'll see if I can bisect. |
Yes, I believe it is regression. |
I hit a failure at zephyr-v2.5.0-108-g84e4e62c2db5 so I think the problem may have been reintroduced earlier. I'll report back when I know more. |
My bisect between v2.5.0-rc2-8-gcf946d3365 and zephyr-v2.5.0-693-gd19741f1ec located the failure at zephyr-v2.5.0-7-g91946ef21c. zephyr-v2.5.0-6-gdd4322154067 passed ten (10) reps. zephyr-v2.5.0-7-g91946ef21c fails quickly. zephyr-v2.5.0-268-g3fe33 failed at rep 8 so the problem was visible there, even if it wasn't revealed in local testing. All this with SDK 0.12.3. zephyr-v2.5.0-7-g91946ef21c (91946ef) is not supposed to change any behavior, so this may be due to something as subtle as code placement and caching. I've got a nice script that does the necessary testing for a generic twister failure at a particular commit. It could probably be used with |
This does not really seem to fail; I 've tested it with 2.6.0-RC1 and with current master. |
Describe the bug
The test portability.posix.common.tls.newlib from tests/posix/common/ fails on nrf9160dk_nrf9160
To Reproduce
Steps to reproduce the behavior:
./scripts/twister --device-testing -T tests/posix/common/ -p nrf9160dk_nrf9160 --device-serial /dev/ttyACM0 -v -v
Expected behavior
The test passes
Impact
Not clear
Logs and console output
The part containing FAIL status:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: