tests/drivers/counter/counter_basic_api failed on frdm_k64f board. #24702
Labels
area: Counter
area: Tests
Issues related to a particular existing or missing test
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: medium
Medium impact/importance bug
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
*** Booting Zephyr OS build zephyr-v2.2.0-1974-g4d7d3a25c127 ***
Running test suite test_counter
starting test - test_set_top_value_with_alarm
E: Wrap can only be set to 0xffffffff.
Skipped for RTC_0
PASS - test_set_top_value_with_alarm
starting test - test_single_shot_alarm_notop
Testing RTC_0
D: Current time is 0 ticks
D: Alarm set to 2 ticks
D: Current time is 3 ticks
Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/counter/counter_basic_api/src/test_counter.c:279: alarm_handler: (diff < counter_us_to_ticks(dev, processing_limit_us) is false)
Unexpected distance between reported alarm value(3) and actual counter value (3), top:-1 (processing time limit (0 us) might be exceeded?
FAIL - test_single_shot_alarm_notop
starting test - test_single_shot_alarm_top
E: Wrap can only be set to 0xffffffff.
Skipped for RTC_0
PASS - test_single_shot_alarm_top
starting test - test_multiple_alarms
Skipped for RTC_0
PASS - test_multiple_alarms
starting test - test_all_channels
Testing RTC_0
D: Current time is 0 ticks
D: Alarm set to 2 ticks
D: Current time is 3 ticks
PASS - test_all_channels
starting test - test_late_alarm
Skipped for RTC_0
PASS - test_late_alarm
starting test - test_late_alarm_error
Skipped for RTC_0
PASS - test_late_alarm_error
starting test - test_short_relative_alarm
D: Current time is 0 ticks
D: Alarm set to 1 ticks
D: Current time is 2 ticks
Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/counter/counter_basic_api/src/test_counter.c:279: alarm_handler: (diff < counter_us_to_ticks(dev, processing_limit_us) is false)
Unexpected distance between reported alarm value(2) and actual counter value (2), top:-1 (processing time limit (0 us) might be exceeded?
FAIL - test_short_relative_alarm
starting test - test_cancelled_alarm_does_not_expire
Skipped for RTC_0
PASS - test_cancelled_alarm_does_not_expire
starting test - test_set_top_value_without_alarm
E: Wrap can only be set to 0xffffffff.
Skipped for RTC_0
PASS - test_set_top_value_without_alarm
Test suite test_counter failed.
PROJECT EXECUTION FAILED
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: