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 <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2022-11-08 14:32:56 -08:00 committed by Anas Nashif
commit 74817cbc2c

View file

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