-
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/kernel/timer/timer_api failed on frdm_k64f board. #21813
Comments
@chen-png, I have not been able to reproduce the failure. Does this error happen to you on every run or only occasionally? |
I have reproduce this failure only on the commit id f05cbb4. The error does not happen in the later version version 5c1a3f and the commit 4e13 which is before f05cbb4. @@ -412,6 +413,7 @@ void test_timer_k_define(void)
|
it failed occasionally. |
I used git bisect command and found that it was first failed at commit-id 8bdabcc. |
Okay, I was using the tip of master to try to reproduce and was not able to have it occur. |
This test still passes on master at e4479e2 |
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
*** Booting Zephyr OS build zephyr-v2.1.0-803-gf05cbb421ddf ***
Running test suite timer_api
starting test - test_time_conversions
PASS - test_time_conversions
starting test - test_timer_duration_period
PASS - test_timer_duration_period
starting test - test_timer_period_0
PASS - test_timer_period_0
starting test - test_timer_expirefn_null
PASS - test_timer_expirefn_null
starting test - test_timer_periodicity
PASS - test_timer_periodicity
starting test - test_timer_status_get
PASS - test_timer_status_get
starting test - test_timer_status_get_anytime
PASS - test_timer_status_get_anytime
starting test - test_timer_status_sync
PASS - test_timer_status_sync
starting test - test_timer_k_define
Assertion failed at ZEPHYR_BASE/tests/kernel/timer/timer_api/src/main.c:64: duration_expire: interval >= 100 is false
FAIL - test_timer_k_define
starting test - test_timer_user_data
PASS - test_timer_user_data
starting test - test_timer_remaining_get
PASS - test_timer_remaining_get
Test suite timer_api failed.
PROJECT EXECUTION FAILED
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: