zephyr/tests/kernel
Alberto Escolar Piedras 972a4d9f6f tests/kernel/context: Improve to resist parallel threads interrupting
This test assumes that nothing will wake the CPU apart from
the timer set by the test.
But that is not necessarily the case.
Some other platform thread started at boot
may be waking the CPU every now and then.

Let's allow for some spurious wakes while we are testing k_cpu_idle,
while at the same time ensuring we are not just busy waiting
all the way.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-01-15 09:58:26 +01:00
..
cache tests: kernel/cache: skip i-cache range tests if Xtensa MMU 2023-12-18 12:25:04 +01:00
common tests: add a tag for nano libc tests 2023-12-21 09:18:44 +01:00
condvar/condvar_api
context tests/kernel/context: Improve to resist parallel threads interrupting 2024-01-15 09:58:26 +01:00
device
early_sleep
events
fatal tests: fatal: Add message explaining OOPS 2023-12-11 09:56:33 +01:00
fifo
fpu_sharing
gen_isr_table arch: riscv: introduce RISCV_PRIVILEGED 2024-01-09 09:40:07 +01:00
interrupt tests: interrupt: sw_isr_table: fix index test for n+1 instance 2023-12-08 08:40:41 -05:00
lifo
mbox
mem_heap/k_heap_api tests: move shared_multi_heap to tests/lib 2023-12-13 17:27:54 -05:00
mem_protect xtensa: mmu: rename prefix z_xtensa to xtensa_mmu 2023-12-13 09:41:24 +01:00
mem_slab
mp
msgq
mutex
obj_core
obj_tracking
pending
pipe tests: Initialize array in pipe test 2023-12-15 14:51:35 -05:00
poll
profiling/profiling_api
queue
sched
semaphore
sleep tests: sleep: reduce verbosity 2024-01-09 09:58:57 +01:00
smp
smp_boot_delay
smp_suspend tests: Add thread suspend-resume SMP stress test 2024-01-11 10:05:02 +01:00
spinlock
stack/stack
threads ztest: shell: add shell support 2024-01-09 09:58:57 +01:00
tickless/tickless_concept
timer ztest: fix ztest_run_test_suite usage and macros 2024-01-09 08:15:22 -05:00
usage/thread_runtime_stats
workq
xip