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:
parent
06e6a84b1d
commit
74817cbc2c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue