66 - s32z2xxdc2/s32z270/rtu0 # See commit 18a0660
77 - s32z2xxdc2/s32z270/rtu1 # See commit 18a0660
88 # platforms that are always skipped by the runtime filter
9- - qemu_arc/qemu_arc_em
10- - qemu_arc/qemu_arc_hs
11- - qemu_arc/qemu_arc_hs/xip
12- - qemu_arc/qemu_arc_hs5x
13- - qemu_arc/qemu_arc_hs6x
149 - qemu_cortex_m0
1510 - qemu_xtensa/dc233c/mmu
1611 integration_platforms :
3631 # most tests include no_mem_protection.conf, which disables memory protection
3732 # hardware completely.
3833 llext.simple.readonly :
39- arch_allow : arm riscv # Xtensa needs writable storage
34+ arch_allow : arm riscv arc # Xtensa needs writable storage
4035 filter : not CONFIG_MPU and not CONFIG_MMU
4136 extra_conf_files : ['no_mem_protection.conf']
4237 extra_configs :
@@ -57,15 +52,17 @@ tests:
5752 - CONFIG_LLEXT_HEAP_SIZE=128 # qemu_cortex_a9 requires larger heap
5853 - CONFIG_LLEXT_STORAGE_WRITABLE=n
5954 llext.simple.writable :
60- arch_allow : arm xtensa riscv
55+ arch_allow : arm xtensa riscv arc
6156 integration_platforms :
6257 - qemu_xtensa/dc233c # Xtensa ISA
6358 filter : not CONFIG_MPU and not CONFIG_MMU
6459 extra_conf_files : ['no_mem_protection.conf']
6560 extra_configs :
6661 - CONFIG_LLEXT_STORAGE_WRITABLE=y
6762 llext.simple.writable_relocatable :
68- arch_allow : arm xtensa riscv
63+ arch_allow : arm xtensa riscv arc
64+ platform_exclude :
65+ - qemu_arc/qemu_arc_hs5x # See #80949
6966 integration_platforms :
7067 - qemu_xtensa/dc233c # Xtensa ISA
7168 filter : not CONFIG_MPU and not CONFIG_MMU
7774 # Test the Symbol Link Identifier (SLID) linking feature on writable
7875 # storage to cover both ARM and Xtensa architectures on the same test.
7976 llext.simple.writable_slid_linking :
80- arch_allow : arm xtensa riscv
77+ arch_allow : arm xtensa riscv arc
8178 integration_platforms :
8279 - qemu_xtensa/dc233c # Xtensa ISA
8380 filter : not CONFIG_MPU and not CONFIG_MMU
8683 - CONFIG_LLEXT_STORAGE_WRITABLE=y
8784 - CONFIG_LLEXT_EXPORT_BUILTINS_BY_SLID=y
8885 llext.simple.writable_relocatable_slid_linking :
89- arch_allow : arm xtensa riscv
86+ arch_allow : arm xtensa riscv arc
87+ platform_exclude :
88+ - qemu_arc/qemu_arc_hs5x # See #80949
9089 integration_platforms :
9190 - qemu_xtensa/dc233c # Xtensa ISA
9291 filter : not CONFIG_MPU and not CONFIG_MMU
0 commit comments