tests: posix: common: increase main stack for TLS tests
Increase main stack size (in 128 bytes) to make these tests run successfully on qemu_x86 platform. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
16d1e80cbe
commit
a6a296d050
1 changed files with 2 additions and 0 deletions
|
@ -24,12 +24,14 @@ tests:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_NEWLIB_LIBC=n
|
- CONFIG_NEWLIB_LIBC=n
|
||||||
- CONFIG_THREAD_LOCAL_STORAGE=y
|
- CONFIG_THREAD_LOCAL_STORAGE=y
|
||||||
|
- CONFIG_MAIN_STACK_SIZE=1152
|
||||||
portability.posix.common.tls.newlib:
|
portability.posix.common.tls.newlib:
|
||||||
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
|
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
|
||||||
filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|
filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_NEWLIB_LIBC=y
|
- CONFIG_NEWLIB_LIBC=y
|
||||||
- CONFIG_THREAD_LOCAL_STORAGE=y
|
- CONFIG_THREAD_LOCAL_STORAGE=y
|
||||||
|
- CONFIG_MAIN_STACK_SIZE=1152
|
||||||
portability.posix.common.nsim:
|
portability.posix.common.nsim:
|
||||||
platform_allow: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
platform_allow: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue