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 <hake.huang@oss.nxp.com>
This commit is contained in:
parent
a2ee4a3968
commit
574e166e13
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=n
|
||||
portability.posix.common.newlib:
|
||||
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb
|
||||
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb lpcxpresso55s06
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
|
@ -26,7 +26,7 @@ tests:
|
|||
- CONFIG_THREAD_LOCAL_STORAGE=y
|
||||
- CONFIG_MAIN_STACK_SIZE=1152
|
||||
portability.posix.common.tls.newlib:
|
||||
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb
|
||||
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb lpcxpresso55s06
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue