zephyr/tests/posix
Peter Mitsis 38352ae13c test: Relocate posix mqueue receive buffer
For platforms that select Kconfig option CONFIG_KERNEL_COHERENCE,
the receive buffer used in mq_timedreceive() must not be on the
stack. This is because the k_msgq that underlies the POSIX mqueue
will attempt to perform a direct to buffer copy from the sender
when there is a waiting reader.

Fixes #60796

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2023-07-31 10:08:34 +02:00
..
common test: Relocate posix mqueue receive buffer 2023-07-31 10:08:34 +02:00
eventfd test: Exclude qemu_cortex_a53_smp from portability.posix.eventfd 2023-07-21 06:23:00 -04:00
fs tests POSIX: Do not filter fully by POSIX arch but by type of build 2023-07-05 07:01:19 -04:00
getopt tests POSIX: Do not filter fully by POSIX arch but by type of build 2023-07-05 07:01:19 -04:00
headers posix: signal: implement strsignal 2023-07-18 15:35:42 -04:00
pthread_pressure tests: posix: pthread_pressure: enable pthread barrier in twister 2023-06-12 14:06:10 -04:00