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 <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-04-16 20:43:12 +09:00 committed by Anas Nashif
commit 97064045d2

View file

@ -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