zephyr/tests/subsys/cpp/libcxx/testcase.yaml
Anas Nashif bfb1634af5 tests: cpp: run exceptions tests only on mps2_an385
While we wait for #32448, run only on mps2_an385.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-04-29 09:00:40 -04:00

20 lines
435 B
YAML

common:
filter: TOOLCHAIN_HAS_NEWLIB == 1
integration_platforms:
- mps2_an385
tests:
cpp.libcxx:
platform_exclude: qemu_x86_coverage
toolchain_exclude: xcc
min_flash: 54
tags: cpp
cpp.libcxx.exceptions:
# FIXME: change when issue is resolved #32448
platform_allow: mps2_an385
toolchain_exclude: xcc
min_flash: 54
tags: cpp
timeout: 5
extra_configs:
- CONFIG_EXCEPTIONS=y