Skip to content

Commit 3849ecf

Browse files
committed
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 <[email protected]>
1 parent f751edb commit 3849ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/kernel/mem_protect/mem_map/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ common:
55
- mmu
66
tests:
77
kernel.memory_protection.mem_map:
8-
filter: CONFIG_MMU and not CONFIG_X86_64
8+
filter: CONFIG_MMU and not CONFIG_X86_64 and not CONFIG_SOC_FAMILY_INTEL_ADSP
99
extra_sections: _TRANSPLANTED_FUNC
1010
extra_configs:
1111
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
@@ -43,3 +43,4 @@ tests:
4343
extra_args: EXTRA_CFLAGS=-DSKIP_EXECUTE_TESTS
4444
platform_allow:
4545
- intel_adsp/ace30/ptl
46+
- intel_adsp/ace30/ptl/sim

0 commit comments

Comments
 (0)