sample: mpu: skip the MPU test for Armv8-R AArch64

The functionality of the MPU depends on userspace, which has not
been implemented on AArch64. Therefore we skip that case for now.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
Henry Wang 2021-03-05 17:14:39 +08:00 committed by Anas Nashif
commit 35f52fd31a

View file

@ -3,6 +3,6 @@ sample:
tests:
sample.mpu.mpu_test:
arch_allow: arm
filter: CONFIG_CPU_HAS_MPU
filter: CONFIG_CPU_HAS_MPU and not CONFIG_ARM64
tags: mpu
harness: keyboard