zephyr/tests/kernel
Alberto Escolar Piedras 1ce3898832 tests pipe_api: Fix unitialized variable warning
Fix so the compiler does not throw a warning thinking that those
buffers may be used unitialized inside k_pipe_write/read().

Note clang does not the array size being of a variable size and
initialized as it throws a
"error: variable length array folded to constant array as an extension"

The issue was discovered with with gcc 14.2

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-01-20 20:55:18 +01:00
..
cache boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
common tests: kernel: Test endian-specific buffer convert and copy functions 2025-01-17 13:56:33 +01:00
condvar/condvar_api
context Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
device tests: kernel: exclude xenvm with GICv3 from device tests 2024-12-05 22:09:31 +01:00
early_sleep
events
fatal Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
fifo everywhere: replace double words 2024-06-25 06:05:35 -04:00
fpu_sharing tests: kernel: fpu_sharing Fixed missing struct defs for ARM 2024-11-16 14:57:17 -05:00
gen_isr_table tests: kernel: gen_isr_table: Fix test for nRF VPR targets 2025-01-15 15:05:38 +01:00
interrupt soc: nordic: Introduce the nRF54L05 and nRF54L10 2024-11-21 09:26:38 +01:00
ipi_cascade Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
ipi_optimize tests: Add IPI_OPTIMIZE tests 2024-06-04 22:35:54 -04:00
lifo
mbox hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
mem_heap/k_heap_api kernel: Add tests for k_heap_calloc 2024-12-30 17:32:03 +01:00
mem_protect tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
mem_slab hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
mp arch: rename arch_start_cpu() to arch_cpu_start() 2024-03-25 09:58:35 +00:00
msgq
mutex tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +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 samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
pipe tests pipe_api: Fix unitialized variable warning 2025-01-20 20:55:18 +01:00
poll test: k_msgq_put should trigger reschedule 2024-12-14 01:04:43 +01:00
profiling/profiling_api tests: kernel: remove pm from profiling test 2024-04-25 09:55:08 +00:00
queue tests: copy intel_adsp_ace30_ptl.conf to *_sim.conf 2024-11-18 13:18:22 -05:00
sched tests: kernel: Increase MAX_THREAD_BYTES to 6 2025-01-17 10:42:10 +01:00
semaphore tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
sleep tests: sleep: reduce verbosity 2024-01-09 09:58:57 +01:00
smp arch: common: be able to use ROM_START_OFFSET on RISCV 2025-01-17 09:07:45 +01:00
smp_abort arch/x86: Make irq_offload SMP-safe on x86_64 2024-06-04 07:57:06 +02:00
smp_boot_delay samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
smp_suspend tests: smp_suspend: Add configurable delay 2024-01-26 15:55:27 +00:00
spinlock arch: rename arch_start_cpu() to arch_cpu_start() 2024-03-25 09:58:35 +00:00
stack/stack everywhere: replace double words 2024-06-25 06:05:35 -04:00
threads tests: kernel: Increase MAX_THREAD_BYTES to 6 2025-01-17 10:42:10 +01:00
tickless/tickless_concept tests: tickless: do not enable PM 2024-04-25 09:55:08 +00:00
timer tests: kernel: timer: timer_behavior: Reduce tick frequency(nrf54l09pdk) 2025-01-16 22:40:16 +01:00
usage/thread_runtime_stats tests: kernel: Fix for nRF54H20 2025-01-14 15:38:32 +01:00
workq tests: kernel: workq_stop uninitialized variable 2025-01-14 13:25:35 +01:00
xip everywhere: replace double words 2024-06-25 06:05:35 -04:00