up_squared: tests/kernel/timer/timer_api failed. #32688
Labels
area: Tests
Issues related to a particular existing or missing test
bug
The issue is a bug, or the PR is fixing a bug
To Reproduce
Steps to reproduce the behavior:
Logs and console output
Booting Zephyr OS build zephyr-v2.5.0-487-g0ba94379381f
Running test suite timer_api
START - test_time_conversions
PASS - test_time_conversions
START - test_timer_duration_period
PASS - test_timer_duration_period
START - test_timer_restart
PASS - test_timer_restart
START - test_timer_period_0
PASS - test_timer_period_0
START - test_timer_expirefn_null
PASS - test_timer_expirefn_null
......
START - test_timer_user_data
PASS - test_timer_user_data
START - test_timer_remaining
PASS - test_timer_remaining
START - test_timeout_abs
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_api/src/main.c:725: test_timeout_abs: (cap_ticks + rem_ticks + 1 == exp_ticks) || (rem_ticks + cap2_ticks + 1 == exp_ticks) || (INEXACT_MS_CONVERT && (cap_ticks + rem_ticks == exp_ticks)) || (INEXACT_MS_CONVERT && (rem_ticks + cap2_ticks == exp_ticks)) is false
FAIL - test_timeout_abs
START - test_sleep_abs
PASS - test_sleep_abs
Test suite timer_api failed.
PROJECT EXECUTION FAILED
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: