zephyr/tests/kernel/common
Andy Ross 8bd8663bb3 tests/kernel/common: Fix uptime delta test for fast ticks
The test for the k_uptime_delta utilities was calling it in a loop and
waiting for the uptime to advance.  But the code was specifically
wanting it to advance 5ms or more at one go, which clearly isn't going
to work for a tick rate above 200 Hz.

The weird thing is that the test knew this and even commented about
the limitation.  Which seems silly: it's perfectly fine for the clock
to advance just a single millisecond.  That's correct behavior too.
Let's test for that, and it will work everywhere.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-07-02 22:52:29 -04:00
..
src tests/kernel/common: Fix uptime delta test for fast ticks 2019-07-02 22:52:29 -04:00
CMakeLists.txt kernel: test coverage for sflist 2019-07-01 08:25:25 -07:00
multilib.txt
prj.conf kernel: cover k_array_index_sanitize() 2019-06-30 09:22:09 -04:00
testcase.yaml tests: kernel: common: add missing userspace tag 2019-05-26 08:56:08 -04:00