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>
17 lines
418 B
YAML
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
|