@@ -6,11 +6,11 @@ common:
66
77tests :
88 portability.posix.common :
9- platform_exclude : nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
9+ platform_exclude : nsim_sem_mpu_stack_guard ehl_crb
1010 extra_configs :
1111 - CONFIG_NEWLIB_LIBC=n
1212 portability.posix.common.newlib :
13- platform_exclude : nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
13+ platform_exclude : nsim_sem_mpu_stack_guard ehl_crb
1414 filter : TOOLCHAIN_HAS_NEWLIB == 1
1515 extra_configs :
1616 - CONFIG_NEWLIB_LIBC=y
@@ -19,26 +19,26 @@ tests:
1919 extra_configs :
2020 - CONFIG_ARCMWDT_LIBC=y
2121 portability.posix.common.tls :
22- platform_exclude : nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
22+ platform_exclude : nsim_sem_mpu_stack_guard ehl_crb
2323 filter : CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
2424 extra_configs :
2525 - CONFIG_NEWLIB_LIBC=n
2626 - CONFIG_THREAD_LOCAL_STORAGE=y
2727 - CONFIG_MAIN_STACK_SIZE=1152
2828 portability.posix.common.tls.newlib :
29- platform_exclude : nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
29+ platform_exclude : nsim_sem_mpu_stack_guard ehl_crb
3030 filter : TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
3131 extra_configs :
3232 - CONFIG_NEWLIB_LIBC=y
3333 - CONFIG_THREAD_LOCAL_STORAGE=y
3434 - CONFIG_MAIN_STACK_SIZE=1152
3535 portability.posix.common.nsim :
36- platform_allow : nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
36+ platform_allow : nsim_sem_mpu_stack_guard
3737 extra_configs :
3838 - CONFIG_NEWLIB_LIBC=n
3939 - CONFIG_TEST_HW_STACK_PROTECTION=n
4040 portability.posix.common.newlib.nsim :
41- platform_allow : nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
41+ platform_allow : nsim_sem_mpu_stack_guard
4242 filter : TOOLCHAIN_HAS_NEWLIB == 1
4343 extra_configs :
4444 - CONFIG_NEWLIB_LIBC=y
0 commit comments