Skip to content

Commit 9b25d8a

Browse files
dcpleungcfriedt
authored andcommitted
tests: mem_protect/mem_map: remove intel_adsp test case
This removes the special test case for intel_adsp to skip the mapped code execution test. The test can now run on the ACE3.0 hardware without issue. Signed-off-by: Daniel Leung <[email protected]>
1 parent 35b26e9 commit 9b25d8a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/kernel/mem_protect/mem_map/testcase.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,3 @@ tests:
3636
extra_sections: _TRANSPLANTED_FUNC
3737
extra_args: CONF_FILE=prj_x86_64_coverage_exec.conf
3838
platform_allow: qemu_x86_64
39-
kernel.memory_protection.mem_map.soc_intel_adsp:
40-
# This needs special treatment because the TEST_MEM_MAP section
41-
# is placed at the end. Since there is code in TEST_MEM_MAP,
42-
# rimage thinks the whole text section spans from .text to
43-
# end of TEST_MEM_MAP, which overlaps .data and others, so
44-
# it complains. Skip the execution test to avoid this issue.
45-
extra_sections: _TRANSPLANTED_FUNC
46-
extra_args: EXTRA_CFLAGS=-DSKIP_EXECUTE_TESTS
47-
platform_allow:
48-
- intel_adsp/ace30/ptl
49-
- intel_adsp/ace30/ptl/sim

0 commit comments

Comments
 (0)