We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b0038 commit cf71de4Copy full SHA for cf71de4
tests/posix/common/prj.conf
@@ -8,3 +8,4 @@ CONFIG_POSIX_MQUEUE=y
8
CONFIG_HEAP_MEM_POOL_SIZE=4096
9
CONFIG_MAX_THREAD_BYTES=4
10
CONFIG_THREAD_NAME=y
11
+CONFIG_MAIN_STACK_SIZE=2048
tests/posix/common/testcase.yaml
@@ -41,7 +41,6 @@ tests:
41
extra_configs:
42
- CONFIG_NEWLIB_LIBC=n
43
- CONFIG_THREAD_LOCAL_STORAGE=y
44
- - CONFIG_MAIN_STACK_SIZE=1152
45
integration_platforms:
46
- qemu_x86
47
portability.posix.common.tls.newlib:
@@ -56,7 +55,6 @@ tests:
56
55
57
- CONFIG_NEWLIB_LIBC=y
58
59
60
portability.posix.common.nsim:
61
platform_allow: nsim_sem_mpu_stack_guard
62
0 commit comments