Commit a33b0887 authored by Emanuele Di Santo's avatar Emanuele Di Santo Committed by Anas Nashif
Browse files

tests: lib: cpp: cxx: add nRF9280 to exclusion list



Nordic HAL is not compatible with C++98.

Signed-off-by: default avatarEmanuele Di Santo <emdi@nordicsemi.no>
parent d1e9ddfa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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: