reimplement tests/kernel/timer/timer_api #32339
Labels
area: Tests
Issues related to a particular existing or missing test
area: Timer
Timer
Enhancement
Changes/Updates/Additions to existing features
As described in #32277 (comment) and related discussion, the timer_api test was designed for a world that exists only when tickless timer is disabled; that world was made opt-in via c0a184c back in 2018.
This repeatedly causes problems where the conditions for passing are tweaked as new platforms are discovered to reveal gaps in the test design.
The test should be re-implemented to be correct in the face of tickless configurations. To the degree
CONFIG_TICKLESS_KERNEL=n
is to be supported it should have an equivalent test.The text was updated successfully, but these errors were encountered: