From b2aab9f0e82ee08af4de24289b75b8025ec8678a Mon Sep 17 00:00:00 2001 From: Watson Zeng Date: Mon, 15 Mar 2021 10:35:32 +0800 Subject: [PATCH] board: qemu_arc: disable test: tests/kernel/mem_protect/mem_protect This test fails on qemu_arc_{em|hs} consistently, due to bug in quem_arc, details: https://github.com/foss-for-synopsys-dwc-arc-processors/qemu/issues/14. To get clean results we need to disable this test until the bug is fixed and fix gets propagated to new Zephyr-SDK. Signed-off-by: Watson Zeng --- tests/kernel/mem_protect/mem_protect/testcase.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/kernel/mem_protect/mem_protect/testcase.yaml b/tests/kernel/mem_protect/mem_protect/testcase.yaml index 49aaf2e621f..abdd6aacdfe 100644 --- a/tests/kernel/mem_protect/mem_protect/testcase.yaml +++ b/tests/kernel/mem_protect/mem_protect/testcase.yaml @@ -1,7 +1,11 @@ tests: kernel.memory_protection: filter: CONFIG_ARCH_HAS_USERSPACE - platform_exclude: twr_ke18f + # FIXME: This test fails on qemu_arc_{em|hs} consistently, due to bug in quem_arc, + # details: https://github.com/foss-for-synopsys-dwc-arc-processors/qemu/issues/14. + # To get clean results we need to disable this test until the bug is fixed and fix + # gets propagated to new Zephyr-SDK. + platform_exclude: twr_ke18f qemu_arc_hs qemu_arc_em tags: kernel security userspace ignore_faults kernel.memory_protection.gap_filling.arc: filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS