zephyr/tests/kernel/threads
Daniel DeGrasse 369a54514f tests: kernel: threads: Correct test assertion in thread_apis test
Thread APIs test for k_busy_wait incorrectly asserted that a delay of
100 us should produce a delay in cycles less than or equal to to 100 cycles
of the hardware clock. Since most hardware clocks are fast, this assertion
was valid, but it does not test for the actual delay.

Fix the assertion to verify that a delay of 100 us produces a delay in
cycles less than or equal to 100 us worth of hardware clock cycles.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2021-12-13 20:13:21 -05:00
..
dynamic_thread cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
no-multithreading cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
thread_apis tests: kernel: threads: Correct test assertion in thread_apis test 2021-12-13 20:13:21 -05:00
thread_error_case cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
thread_init cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
thread_stack tests: correct some testsuite name 2021-11-09 15:51:44 -05:00
tls kernel: mem_domain: init function to return error values 2021-11-22 12:45:22 -05:00