Allow allow-cpp.libcxx.arcmwdtlib for all arc targets in case of ARC MWDT toolchain. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
30 lines
665 B
YAML
30 lines
665 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
|
|
min_flash: 54
|
|
tags: cpp
|
|
extra_configs:
|
|
- CONFIG_ARCMWDT_LIBC=y
|