-
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
tests: add test_vtimer_msg_diff #1278
Conversation
This test sets three timers and renews them periodically, showing the difference they accumulate.
(chrash is on native) |
@@ -0,0 +1,6 @@ | |||
export PROJECT = test_vtimer_msg_diff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/PROJECT/APPLICATION/g
You should rebase on master maybe... |
(your branch still uses PROJECT in the build files) |
ACK and go. At least it is a tracker. |
tests: add test_vtimer_msg_diff
I discovered this issue while reading the bug tracker. I think #3270 definitively fix the crash kaspar030: can you confirm ? |
I can confirm that this test crashes before 1913b7e and works now. Nice! |
This adds a test that creates a few relative vtimers, resets them on trigger, prints their difference.
Crashes for me. :)