From a6a296d05012e02cf1366cd0ae498c13c4a09758 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 18 Nov 2021 10:41:14 +0100 Subject: [PATCH] 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 --- tests/posix/common/testcase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/posix/common/testcase.yaml b/tests/posix/common/testcase.yaml index 8c62fb2c0b5..4e105f4306b 100644 --- a/tests/posix/common/testcase.yaml +++ b/tests/posix/common/testcase.yaml @@ -24,12 +24,14 @@ tests: extra_configs: - CONFIG_NEWLIB_LIBC=n - CONFIG_THREAD_LOCAL_STORAGE=y + - CONFIG_MAIN_STACK_SIZE=1152 portability.posix.common.tls.newlib: 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 extra_configs: - CONFIG_NEWLIB_LIBC=y - CONFIG_THREAD_LOCAL_STORAGE=y + - CONFIG_MAIN_STACK_SIZE=1152 portability.posix.common.nsim: platform_allow: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard extra_configs: