From 97064045d202106b6fb9a1dd0700fae953504e98 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 16 Apr 2022 20:43:12 +0900 Subject: [PATCH] tests: kernel: syscall: Exclude for qemu_arc_em This commit excludes the kernel syscall test for the `qemu_arc_em` platform because this test may fail with the ARC QEMU 6.2 on certain host systems. Refer to the following issues for more details: * foss-for-synopsys-dwc-arc-processors/qemu#66 * zephyrproject-rtos/zephyr#44862 Signed-off-by: Stephanos Ioannidis --- tests/kernel/mem_protect/syscalls/testcase.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/kernel/mem_protect/syscalls/testcase.yaml b/tests/kernel/mem_protect/syscalls/testcase.yaml index 6c40fcda000..ac40693175f 100644 --- a/tests/kernel/mem_protect/syscalls/testcase.yaml +++ b/tests/kernel/mem_protect/syscalls/testcase.yaml @@ -2,3 +2,6 @@ tests: kernel.memory_protection.syscalls: filter: CONFIG_ARCH_HAS_USERSPACE tags: kernel security userspace ignore_faults + # FIXME: This test may fail for qemu_arc_em on certain host systems. + # See foss-for-synopsys-dwc-arc-processors/qemu#66. + platform_exclude: qemu_arc_em