zephyr/tests/kernel/timer
Nicolas Pitre a1d21ca69b tests: timer_behavior: don't fail the test with timer wrap-arounds
If the timer driver only implements sys_clock_cycle_get_32() (meaning
CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER=n) and the hardware clock is high
enough then the reported cycle count may wrap an uint32_t during the
test. This makes validating the total test duration pointless as it
cannot be measured. Just print a warning instead of failing the test
in that case.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2023-04-18 16:46:13 -04:00
..
cycle64 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
starve tests: kernel: timer: starve: Adjust timeout value 2022-12-21 10:11:23 +01:00
timer_api tests: mark testcases with pm where CONFIG_PM=y is forced 2023-04-04 13:34:45 +02:00
timer_behavior tests: timer_behavior: don't fail the test with timer wrap-arounds 2023-04-18 16:46:13 -04:00
timer_error_case tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00
timer_monotonic tests: kernel: timer: remove extra TC_START 2023-04-05 10:27:28 +02:00