zephyr/tests/kernel
Andy Ross 2f6b202ed5 tests/schedule_api: Correct tick/ms math for non-divisible clocks
Adjusting the tick alignment of this test caused it to start breaking
on nRF5 platforms, which use a 32768 Hz clock that doesn't divide
evenly into the millisecond precision used by the test.  The "half
slice" math ended up being wrong by a bit.

Convert to ticks first before computing the cycle delay needed.

Fixes #29705

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-01-27 16:55:58 -05:00
..
common
condvar/condvar_api tests: kernel: add test for condition variables 2021-01-19 08:55:47 -05:00
context tests: context: disable if DEMAND_PAGING 2021-01-23 19:47:23 -05:00
device tests: device: add two more error case testing 2021-01-15 12:18:16 -05:00
early_sleep
fatal logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
fifo
fpu_sharing tests: enable and run many tests on RISC-V 2021-01-15 13:06:33 -05:00
gen_isr_table
interrupt
lifo tests: fifo: exclude m2gl025_miv 2021-01-23 00:42:13 -05:00
mbox
mem_heap test: kheap: add testcase 2021-01-18 23:19:33 -05:00
mem_protect kernel: add CONFIG_ARCH_MAPS_ALL_RAM 2021-01-23 19:47:23 -05:00
mem_slab
mp
msgq/msgq_api
mutex
obj_tracing
pending
pipe
poll
profiling/profiling_api power: Use substate-id in pm subsystem 2021-01-22 09:31:20 -05:00
queue kernel: queue: develop the code coverage 2021-01-18 23:14:12 -05:00
sched tests/schedule_api: Correct tick/ms math for non-divisible clocks 2021-01-27 16:55:58 -05:00
semaphore/semaphore kernel: semaphore: Add some error case testing for semaphore 2021-01-18 22:10:09 -05:00
sleep
smp
spinlock spinlock: validate: fix the dependency with MP_NUM_CPUS 2021-01-26 08:43:45 -05:00
stack/stack
threads tests: thread: refine the thread abort test case 2021-01-24 14:18:00 -05:00
tickless Revert "tests: Exclude qemu_arc{em|hs} in some" 2021-01-23 00:42:13 -05:00
timer Revert "tests: Exclude qemu_arc{em|hs} in some" 2021-01-23 00:42:13 -05:00
workq
xip