From 784f5b5bbde2d4fedadf90c3fefbfbb4327d6843 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Mon, 10 Feb 2025 09:06:21 -0600 Subject: [PATCH] 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. A separate commit has made MMU a non-user-configurable option, which removes the ambiguity in POSIX. Signed-off-by: Chris Friedt --- tests/posix/xsi_realtime/testcase.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/posix/xsi_realtime/testcase.yaml b/tests/posix/xsi_realtime/testcase.yaml index d3b98962cf2..f084983c38b 100644 --- a/tests/posix/xsi_realtime/testcase.yaml +++ b/tests/posix/xsi_realtime/testcase.yaml @@ -13,10 +13,6 @@ common: platform_exclude: # linker_zephyr_pre0.cmd:140: syntax error (??) - qemu_xtensa/dc233c - # CONFIG_MMU=y but no arch_mem_map() or arch_mem_unmap() - - intel_ish_5_4_1 - - intel_ish_5_6_0 - - intel_ish_5_8_0 - native_sim - native_sim/native/64 tests: