-
Notifications
You must be signed in to change notification settings - Fork 2k
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
test/msg_send_receive: fails on samr21-xpro #5699
Labels
Area: tests
Area: tests and testing framework
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Comments
BytesGalore
added
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Area: tests
Area: tests and testing framework
labels
Jul 27, 2016
BytesGalore
changed the title
test/msg_send_receive: fials on samr21-xpro
test/msg_send_receive: fails on samr21-xpro
Jul 27, 2016
any hint @kaspar030 ? |
Try to revert #5444 |
Have you tested on other platforms? |
on |
Looks to me like the threads are sending around pointers to their stacks, and in the last iteration, one of the threads already exited. Could you try to add |
@kaspar030 that did it |
(I mean the test succeeds now) |
I'll prepare a PR. |
nice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: tests
Area: tests and testing framework
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Found during release 2016.07 testing RIOT-OS/Release-Specs#24 (comment)
The test fails on samr21-xpro board because of a wrong value present in
msg_resp.content.ptr
in the last iteration.Printing the values of
counter
andmsg_resp.content.ptr (resp val)
for each iteration revealed:... all ok until the last one:
The text was updated successfully, but these errors were encountered: