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:
parent
82b6a2a020
commit
97064045d2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue