2019-02-20 06:39:17 +08:00
|
|
|
common:
|
|
|
|
tags: posix
|
|
|
|
min_ram: 64
|
|
|
|
arch_exclude: posix
|
2019-04-09 05:47:09 +08:00
|
|
|
|
2018-03-20 01:00:00 +08:00
|
|
|
tests:
|
2019-10-22 14:32:33 +08:00
|
|
|
portability.posix.common:
|
2019-04-09 05:47:09 +08:00
|
|
|
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
2019-02-20 06:39:17 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=n
|
2019-10-22 14:32:33 +08:00
|
|
|
portability.posix.common.newlib:
|
2019-04-09 05:47:09 +08:00
|
|
|
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
2019-02-20 06:39:17 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=y
|
2019-10-22 14:32:33 +08:00
|
|
|
portability.posix.common.nsim:
|
2019-04-09 05:47:09 +08:00
|
|
|
platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=n
|
|
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
2019-10-22 14:32:33 +08:00
|
|
|
portability.posix.common.newlib.nsim:
|
2019-04-09 05:47:09 +08:00
|
|
|
platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|