Skip to content

Commit 184a2a6

Browse files
pillo79dkalowsk
authored andcommitted
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 <[email protected]>
1 parent d33686f commit 184a2a6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/subsys/llext/simple/testcase.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ common:
22
tags: llext
33
platform_exclude:
44
# platforms with active issues
5-
- apollo4p_evb # See #73443
6-
- apollo4p_blue_kxr_evb # See #73443
75
- numaker_pfm_m487 # See #63167
86
- s32z2xxdc2/s32z270/rtu0 # See commit 18a0660
97
- s32z2xxdc2/s32z270/rtu1 # See commit 18a0660
@@ -35,7 +33,7 @@ tests:
3533
# subsystem (storage type, ELF type, MPU/MMU etc)
3634
llext.simple.readonly:
3735
arch_allow: arm riscv # Xtensa needs writable storage
38-
filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE
36+
filter: not CONFIG_MPU and not CONFIG_MMU
3937
extra_configs:
4038
- arch:arm:CONFIG_ARM_MPU=n
4139
- arch:arm:CONFIG_ARM_AARCH32_MMU=n
@@ -59,7 +57,7 @@ tests:
5957
arch_allow: arm xtensa riscv
6058
integration_platforms:
6159
- qemu_xtensa/dc233c # Xtensa ISA
62-
filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE
60+
filter: not CONFIG_MPU and not CONFIG_MMU
6361
extra_configs:
6462
- arch:arm:CONFIG_ARM_MPU=n
6563
- arch:arm:CONFIG_ARM_AARCH32_MMU=n
@@ -83,7 +81,7 @@ tests:
8381
arch_allow: arm xtensa riscv
8482
integration_platforms:
8583
- qemu_xtensa/dc233c # Xtensa ISA
86-
filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE
84+
filter: not CONFIG_MPU and not CONFIG_MMU
8785
extra_configs:
8886
- arch:arm:CONFIG_ARM_MPU=n
8987
- arch:arm:CONFIG_ARM_AARCH32_MMU=n

0 commit comments

Comments
 (0)