From 184a2a65a2b9155194fd5145e85c67fd893aeb16 Mon Sep 17 00:00:00 2001 From: Luca Burelli Date: Wed, 30 Oct 2024 17:37:16 +0100 Subject: [PATCH] tests/subsys/llext: update filtering logic Restore Apollo boards now that the issue has been fixed. Also remove extra CONFIG_SOC_SERIES_S32ZE filters, as they are already covered by the 'platform_exclude' common section. Signed-off-by: Luca Burelli --- tests/subsys/llext/simple/testcase.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/subsys/llext/simple/testcase.yaml b/tests/subsys/llext/simple/testcase.yaml index b3c06bca766..16948980f4a 100644 --- a/tests/subsys/llext/simple/testcase.yaml +++ b/tests/subsys/llext/simple/testcase.yaml @@ -2,8 +2,6 @@ common: tags: llext platform_exclude: # platforms with active issues - - apollo4p_evb # See #73443 - - apollo4p_blue_kxr_evb # See #73443 - numaker_pfm_m487 # See #63167 - s32z2xxdc2/s32z270/rtu0 # See commit 18a0660 - s32z2xxdc2/s32z270/rtu1 # See commit 18a0660 @@ -35,7 +33,7 @@ tests: # subsystem (storage type, ELF type, MPU/MMU etc) llext.simple.readonly: arch_allow: arm riscv # Xtensa needs writable storage - filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE + filter: not CONFIG_MPU and not CONFIG_MMU extra_configs: - arch:arm:CONFIG_ARM_MPU=n - arch:arm:CONFIG_ARM_AARCH32_MMU=n @@ -59,7 +57,7 @@ tests: arch_allow: arm xtensa riscv integration_platforms: - qemu_xtensa/dc233c # Xtensa ISA - filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE + filter: not CONFIG_MPU and not CONFIG_MMU extra_configs: - arch:arm:CONFIG_ARM_MPU=n - arch:arm:CONFIG_ARM_AARCH32_MMU=n @@ -83,7 +81,7 @@ tests: arch_allow: arm xtensa riscv integration_platforms: - qemu_xtensa/dc233c # Xtensa ISA - filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE + filter: not CONFIG_MPU and not CONFIG_MMU extra_configs: - arch:arm:CONFIG_ARM_MPU=n - arch:arm:CONFIG_ARM_AARCH32_MMU=n