zephyr/tests/kernel
Keith Packard db49cd3899 tests/kernel: Validate constructor execution order
Check the order of constructors, making sure those with a specified
priority are called in numeric order after which those without priority are
called.

Signed-off-by: Keith Packard <keithp@keithp.com>
2025-04-16 20:36:27 +02:00
..
cache
common tests/kernel: Validate constructor execution order 2025-04-16 20:36:27 +02:00
condvar/condvar_api
context tests/kernel/context: Remove BOARD_NATIVE_POSIX check 2025-03-12 02:27:36 +01:00
device linker: Allow for 999 priority levels in init levels 2025-03-19 18:53:22 -04:00
early_sleep
events
fatal tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
fifo
fpu_sharing tests: float_disable: honor custom ARM interrupt controllers 2025-03-31 08:06:36 +02:00
gen_isr_table tests: kernel: gen_isr_table: Fix irq tests for rv64 targets 2025-04-16 08:10:47 +02:00
interrupt tests: kernel: interrupt: Remove MS_TO_US 2025-02-20 06:05:37 +01:00
ipi_cascade Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
ipi_optimize tests: Update ipi_optimize for x86_64 directed IPIs 2025-03-07 20:22:40 +01:00
lifo
mbox
mem_heap/k_heap_api
mem_protect everywhere: Use correct macro for gcc-specific warnings 2025-03-20 21:57:47 +01:00
mem_slab
mp
msgq tests: kernel/msgq_api: join threads after each test 2025-01-22 20:47:05 +01:00
mutex kernel/sched: Re-sort waitq on priority change 2025-03-24 07:58:36 +01:00
obj_core tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
obj_tracking tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
pending tests: kernel/pending: fix incorrect test names 2025-04-12 00:02:59 +02:00
pipe tests: kernel/pipe_api: move local k_pipe var to global 2025-03-14 17:55:50 +01:00
poll tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
profiling/profiling_api
queue
sched kernel: rename 'dumb' scheduler and simply call it 'simple' 2025-03-15 00:34:58 +01:00
semaphore tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
sleep tests: kernel/sleep: exclude npcx platforms from the test 2025-04-04 07:42:30 +02:00
smp arch: common: be able to use ROM_START_OFFSET on RISCV 2025-01-17 09:07:45 +01:00
smp_abort
smp_boot_delay
smp_suspend
spinlock
stack/stack
threads tests: drivers: add overlay/testcase for silabs xg29_rb4412a board 2025-03-20 17:14:35 +01:00
tickless/tickless_concept tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
timer kernel: timeout: z_add_timeout to return expiration tick 2025-04-15 19:09:33 +02:00
usage/thread_runtime_stats tests: kernel: usage: thread_runtime_stats: Improve test_all_stats_usage 2025-02-25 15:14:33 +00:00
workq tests: kernel: workq_stop uninitialized variable 2025-01-14 13:25:35 +01:00
xip