Skip to content

Commit 0164f55

Browse files
committed
test: posix: xsi_realtime: do not exclude intel_ish platforms
Previously, intel_ish platforms would fail to link due to missing `arch_mem_map()` and `arch_mem_unmap()` symbols due to nuances in the x86 architecture on those platforms. The previous commit addresses this in kernel/Kconfig.vm by adding specific x86 conditions for dependencies, so the platforms no longer need to be filtered, the implementation of `mmap()` and `munmap()` on those platforms will return -1 and set errno to `ENOTSUP`. Signed-off-by: Chris Friedt <[email protected]>
1 parent 382e101 commit 0164f55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/posix/xsi_realtime/testcase.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ common:
1313
platform_exclude:
1414
# linker_zephyr_pre0.cmd:140: syntax error (??)
1515
- qemu_xtensa/dc233c
16-
# CONFIG_MMU=y but no arch_mem_map() or arch_mem_unmap()
17-
- intel_ish_5_4_1
18-
- intel_ish_5_6_0
19-
- intel_ish_5_8_0
2016
- native_sim
2117
- native_sim/native/64
2218
tests:

0 commit comments

Comments
 (0)