zephyr/tests/kernel/queue/testcase.yaml
Andy Ross 4a8b3d194c kernel/poll: Mark incompatibility with KERNEL_COHERENCE
The k_poll implementation places a struct _poller on the stack and
shares it with other threads, which is incompatible with the
KERNEL_COHERENCE model of cached stacks.

Make this a hard build failure instead of a kconfig dependency for
clarity.  The failures if a user actually enables both are subtle and
difficult to debug.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-10-21 06:38:53 -04:00

8 lines
180 B
YAML

tests:
kernel.queue:
tags: kernel userspace
kernel.queue.poll:
extra_args: CONF_FILE="prj_poll.conf"
tags: kernel userspace
filter: not CONFIG_KERNEL_COHERENCE