From dda2e71097773e6360085f171b3ef4fe88552f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C3=85berg?= Date: Thu, 27 May 2021 19:05:40 +0200 Subject: [PATCH] tests: libcxx: added qemu_leon3 to C++ exception test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This exercises the SPARC support for C++ exceptions. Signed-off-by: Martin Ã…berg --- tests/subsys/cpp/libcxx/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/subsys/cpp/libcxx/testcase.yaml b/tests/subsys/cpp/libcxx/testcase.yaml index 1716544e638..593372b4178 100644 --- a/tests/subsys/cpp/libcxx/testcase.yaml +++ b/tests/subsys/cpp/libcxx/testcase.yaml @@ -9,7 +9,7 @@ tests: min_flash: 54 tags: cpp cpp.libcxx.exceptions: - arch_exclude: nios2 sparc + arch_exclude: nios2 toolchain_exclude: xcc min_flash: 54 tags: cpp