tests: Skip CPP98 for Renesas device using FSP hal

As Renesas Hal is not compatitble with C++98 we use
filter CONFIG_HAS_RENESAS_RA_FSP to skip the test

Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
Duy Nguyen 2024-08-01 13:14:22 +07:00 committed by Fabio Baltieri
commit 22e42e7176

View file

@ -35,12 +35,12 @@ tests:
cpp.main.cpp98:
arch_exclude: posix
# Exclude nRF54L15 and nRF54H20 as Nordic HAL is not compatible with C++98.
# Exclude EK_RA8M1 as Renesas RA 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
- ek_ra8m1
filter: not CONFIG_HAS_RENESAS_RA_FSP
build_only: true
extra_configs:
- CONFIG_STD_CPP98=y