From bfb1634af595207aa98e4a7233d12edb9b6769d7 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 28 Apr 2021 09:20:47 -0400 Subject: [PATCH] tests: cpp: run exceptions tests only on mps2_an385 While we wait for #32448, run only on mps2_an385. Signed-off-by: Anas Nashif --- tests/subsys/cpp/libcxx/testcase.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/subsys/cpp/libcxx/testcase.yaml b/tests/subsys/cpp/libcxx/testcase.yaml index 584c455647d..5b5e8744820 100644 --- a/tests/subsys/cpp/libcxx/testcase.yaml +++ b/tests/subsys/cpp/libcxx/testcase.yaml @@ -3,13 +3,14 @@ common: integration_platforms: - mps2_an385 tests: - application_development.cpp.libcxx: + 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 + cpp.libcxx.exceptions: + # FIXME: change when issue is resolved #32448 + platform_allow: mps2_an385 toolchain_exclude: xcc min_flash: 54 tags: cpp