zephyr/tests/application_development/libcxx/testcase.yaml
Artur Lipowski bc2ad24d1a tests: Add base test for C++ exceptions handling.
Try to throw and catch C++ exception of int type.

Related to: #32448 and #34229


Signed-off-by: Artur Lipowski <Artur.Lipowski@hidglobal.com>
2021-04-15 12:26:11 +02:00

19 lines
442 B
YAML

common:
filter: TOOLCHAIN_HAS_NEWLIB == 1
integration_platforms:
- mps2_an385
tests:
application_development.cpp.libcxx:
platform_exclude: qemu_x86_coverage
toolchain_exclude: xcc
min_flash: 54
tags: cpp
application_development.cpp.libcxx.exceptions:
platform_exclude: qemu_x86_coverage
toolchain_exclude: xcc
min_flash: 54
tags: cpp
timeout: 5
extra_configs:
- CONFIG_EXCEPTIONS=y