2018-06-29 21:30:24 +08:00
|
|
|
sample:
|
|
|
|
description: userspace memory domain protection
|
|
|
|
example application
|
|
|
|
name: protected memory
|
|
|
|
common:
|
2018-10-16 03:28:35 +08:00
|
|
|
tags: userspace
|
2018-06-29 21:30:24 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "MSG"
|
|
|
|
tests:
|
2019-03-31 23:31:22 +08:00
|
|
|
sample.kernel.memory_protection.shared_mem:
|
2018-06-29 21:30:24 +08:00
|
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
2020-01-28 22:23:51 +08:00
|
|
|
# Until #21317 is fixed
|
|
|
|
platform_exclude: twr_ke18f qemu_x86_64
|