zephyr/tests/subsys/cpp/libcxx/testcase.yaml
Stephanos Ioannidis 9dd570f8a2 tests: Remove explicit newlib nano override
This commit removes explicit `CONFIG_NEWLIB_LIBC_NANO=n` overrides
because the newlib nano variant is no longer enabled by default when
it is available.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2022-10-19 16:02:51 +02:00

31 lines
701 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_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