From 6dc611ad324af0f474333f459b7e79fcd5e63f67 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Wed, 27 Nov 2024 09:49:50 +0700 Subject: [PATCH] tests: lib: cpp: cxx: Exclude Renesas RZ in cpp98 Exclude Renesas RZ in cpp98 as Renesas HALs are not compatible with C++98. Signed-off-by: Binh Nguyen --- tests/lib/cpp/cxx/testcase.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/lib/cpp/cxx/testcase.yaml b/tests/lib/cpp/cxx/testcase.yaml index e9fc90855c4..8535faf9c30 100644 --- a/tests/lib/cpp/cxx/testcase.yaml +++ b/tests/lib/cpp/cxx/testcase.yaml @@ -35,7 +35,8 @@ tests: cpp.main.cpp98: arch_exclude: posix # Exclude nRF54L series, nRF54H20 and nRF9280 as Nordic HAL is not compatible with C++98. - # Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL is not compatible with C++98. + # Exclude CONFIG_HAS_RENESAS_RA_FSP and CONFIG_HAS_RENESAS_RZ_FSP as Renesas HALs are not + # compatible with C++98. platform_exclude: - nrf54l15dk/nrf54l05/cpuapp - nrf54l15dk/nrf54l10/cpuapp @@ -45,7 +46,7 @@ tests: - nrf54h20dk/nrf54h20/cpurad - nrf9280pdk/nrf9280/cpuapp - nrf9280pdk/nrf9280/cpurad - filter: not CONFIG_HAS_RENESAS_RA_FSP + filter: not CONFIG_HAS_RENESAS_RA_FSP and not CONFIG_HAS_RENESAS_RZ_FSP build_only: true extra_configs: - CONFIG_STD_CPP98=y