From a33b0887d0b3d76b6bd8e91a3a7af4fb5f987a7d Mon Sep 17 00:00:00 2001 From: Emanuele Di Santo Date: Thu, 8 Aug 2024 14:31:03 +0200 Subject: [PATCH] tests: lib: cpp: cxx: add nRF9280 to exclusion list Nordic HAL is not compatible with C++98. Signed-off-by: Emanuele Di Santo --- tests/lib/cpp/cxx/testcase.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lib/cpp/cxx/testcase.yaml b/tests/lib/cpp/cxx/testcase.yaml index 305209e60ee..e3b762844f6 100644 --- a/tests/lib/cpp/cxx/testcase.yaml +++ b/tests/lib/cpp/cxx/testcase.yaml @@ -34,12 +34,14 @@ tests: # -std=c++98) cpp.main.cpp98: arch_exclude: posix - # Exclude nRF54L15 and nRF54H20 as Nordic HAL is not compatible with C++98. + # Exclude nRF54L15, 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. platform_exclude: - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp - nrf54h20dk/nrf54h20/cpurad + - nrf9280pdk/nrf9280/cpuapp + - nrf9280pdk/nrf9280/cpurad filter: not CONFIG_HAS_RENESAS_RA_FSP build_only: true extra_configs: