zephyr/samples/userspace/shared_mem/sample.yaml
Andrew Boie 7a1a0aac44 x86_64: disable shared_mem test until bugs fixed
re-enabling this test was premature, it still crashes very often
due to two known issues affecting x86 64-bit. Filter out for
every 64-bit x86 platform until those bugs are solved, which
will reduce CI failure noise.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-11-05 09:33:40 -05:00

17 lines
418 B
YAML

sample:
description: userspace memory domain protection
example application
name: protected memory
common:
tags: userspace
harness: console
harness_config:
type: one_line
regex:
- "MSG"
tests:
sample.kernel.memory_protection.shared_mem:
# x86_64 excluded due to #29594 and #28105
filter: CONFIG_ARCH_HAS_USERSPACE and not CONFIG_X86_64
platform_exclude: twr_ke18f