Skip to content

Commit 574e166

Browse files
hakehuangnashif
authored andcommitted
test: portability.posix.common.newlib: exclude lpcxpresso55s06
exclude newlib for posix testing as the MAX_HEAP_SIZE will be too small if enabled NEWLIBC fixing: #43873 Signed-off-by: Hake Huang <[email protected]>
1 parent a2ee4a3 commit 574e166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/posix/common/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests:
1010
extra_configs:
1111
- CONFIG_NEWLIB_LIBC=n
1212
portability.posix.common.newlib:
13-
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb
13+
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb lpcxpresso55s06
1414
filter: TOOLCHAIN_HAS_NEWLIB == 1
1515
extra_configs:
1616
- CONFIG_NEWLIB_LIBC=y
@@ -26,7 +26,7 @@ tests:
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 ehl_crb
29+
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb lpcxpresso55s06
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

0 commit comments

Comments
 (0)