zephyr/tests/kernel
Carles Cufi 892ac07a4a cmake: Add a new no_deprecation_warning compiler flag
Commit be40d854c2ccacf14ca3fcfb01bffdc9b075c6c9 introduced the ability
of building Zephyr with deprecation warnings enabled, by making
COMPILER_WARNINGS_AS_ERRORS depend on the newly added DEPRECATION_TEST
Kconfig option. This has the downside of disabling **all** warnings, not
only the deprecation ones.

This patch instead makes DEPRECATION_TEST disable only the deprecation
warning, but leaves COMPILER_WARNINGS_AS_ERRORS enabled.
This has the advantage of being able to see other unrelated warnings
(and fail if they appear) but has the disadvantage of not printing out
the deprecation warnings themselves (since they are disabled).

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2025-06-23 12:38:07 -07:00
..
cache
common tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
condvar/condvar_api
context tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
device
early_sleep test: kenrel: group sleep tests 2025-04-22 14:03:29 +02:00
events tests/kernel: Fix code compliance issues 2025-05-21 12:35:28 +02:00
fatal arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
fifo
fpu_sharing
gen_isr_table tests: kernel: gen_isr_table: Add ISR offset definitions for nrf9280 2025-06-23 09:46:25 +02:00
interrupt tests: kernel: interrupt: Add ISR offset definitions for nrf9280 2025-06-23 09:46:25 +02:00
ipi_cascade
ipi_optimize
lifo
mbox tests: kernel: mbox: fix doxygen grouping 2025-04-22 14:03:29 +02:00
mem_heap/k_heap_api tests: kernel: k_heap: add tests for k_heap_realloc 2025-06-23 12:35:33 -07:00
mem_protect test/kernel: Initialize stack_sem in obj_validation test 2025-06-17 16:06:21 +02:00
mem_slab
mp
msgq tests: add min_ram for heap-using testcases 2025-06-02 17:37:32 +02:00
mutex
obj_core
obj_tracking
pending
pipe cmake: Add a new no_deprecation_warning compiler flag 2025-06-23 12:38:07 -07:00
poll
profiling/profiling_api arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
queue
sched
semaphore tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
sleep tests: kernel/sleep: exclude npcx platforms from the test 2025-04-29 20:10:14 -04:00
smp
smp_abort
smp_boot_delay
smp_suspend
spinlock tests: kernel: spinlock: Increase lock contention 2025-04-24 01:27:00 +02:00
stack/stack
threads
tickless/tickless_concept tests: kernel: tickless: Add support for RZ/G3S-SMARC 2025-06-03 17:08:30 +02:00
timer kernel: fix timeout bugs 2025-06-11 09:56:13 +02:00
usage/thread_runtime_stats tests: kernel: usage: turn off time slicing in thread runtime stats tests 2025-05-17 14:10:13 +02:00
workq cmake: Add a new no_deprecation_warning compiler flag 2025-06-23 12:38:07 -07:00
xip