From 74817cbc2c3d4cc03067f356a54c246d7a924662 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Tue, 8 Nov 2022 14:32:56 -0800 Subject: [PATCH] tests: mem_map: do not run on Intel Audio DSP SoCs Amend the filtering so that the normal mem_map (with exec) test is not going to run on Intel Audio DSP SoCs. Signed-off-by: Daniel Leung --- tests/kernel/mem_protect/mem_map/testcase.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/kernel/mem_protect/mem_map/testcase.yaml b/tests/kernel/mem_protect/mem_map/testcase.yaml index 186e60faf02..aaf41156113 100644 --- a/tests/kernel/mem_protect/mem_map/testcase.yaml +++ b/tests/kernel/mem_protect/mem_map/testcase.yaml @@ -5,7 +5,7 @@ common: - mmu tests: kernel.memory_protection.mem_map: - filter: CONFIG_MMU and not CONFIG_X86_64 + filter: CONFIG_MMU and not CONFIG_X86_64 and not CONFIG_SOC_FAMILY_INTEL_ADSP extra_sections: _TRANSPLANTED_FUNC extra_configs: - CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0 @@ -43,3 +43,4 @@ tests: extra_args: EXTRA_CFLAGS=-DSKIP_EXECUTE_TESTS platform_allow: - intel_adsp/ace30/ptl + - intel_adsp/ace30/ptl/sim