Do not use common integration_platforms, instead do that per scenario and use the right platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
32 lines
735 B
YAML
32 lines
735 B
YAML
tests:
|
|
cpp.libcxx.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
min_ram: 24
|
|
tags: cpp
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
- CONFIG_NEWLIB_LIBC_NANO=n
|
|
- CONFIG_EXCEPTIONS=y
|
|
integration_platforms:
|
|
- mps2_an385
|
|
cpp.libcxx.newlib_nano:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
tags: cpp
|
|
timeout: 60
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
- CONFIG_NEWLIB_LIBC_NANO=y
|
|
integration_platforms:
|
|
- mps2_an385
|
|
cpp.libcxx.arcmwdtlib:
|
|
toolchain_allow: arcmwdt
|
|
platform_allow: nsim_hs nsim_em
|
|
min_flash: 54
|
|
tags: cpp
|
|
extra_configs:
|
|
- CONFIG_ARCMWDT_LIBC=y
|