Files
Daniel Leung c7ec8b9353 tests: kernel/pipe_api: skip zero size test if KERNEL_COHERENCE
Zero size buffer pipes are not currently supported if memory is
not coherent between CPUs (CONFIG_KERNEL_COHERENCE=y) due to
possibility of buffers being in incoherent memory. So skip
the zero size test for now.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2025-11-13 23:14:20 +02:00
..