From 5a9d0d5e20d3627ecd5185aa22ac6dc4f1513348 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 28 May 2021 02:32:13 +0900 Subject: [PATCH] tests: cpp: libcxx: Update C++ exceptions testing filter This commit updates the filter for cpp.libcxx.exceptions test to allow testing on all architectures except the ones that are known to be broken (see #32448). Signed-off-by: Stephanos Ioannidis --- tests/subsys/cpp/libcxx/testcase.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/subsys/cpp/libcxx/testcase.yaml b/tests/subsys/cpp/libcxx/testcase.yaml index 4336a79169d..1716544e638 100644 --- a/tests/subsys/cpp/libcxx/testcase.yaml +++ b/tests/subsys/cpp/libcxx/testcase.yaml @@ -9,8 +9,7 @@ tests: min_flash: 54 tags: cpp cpp.libcxx.exceptions: - # FIXME: change when issue is resolved #32448 - platform_allow: mps2_an385 qemu_arc_em qemu_arc_hs qemu_cortex_m0 qemu_cortex_m3 qemu_cortex_r5 qemu_riscv32 qemu_x86 qemu_xtensa + arch_exclude: nios2 sparc toolchain_exclude: xcc min_flash: 54 tags: cpp