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:
parent
68d5af801c
commit
22e42e7176
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ tests:
|
||||||
cpp.main.cpp98:
|
cpp.main.cpp98:
|
||||||
arch_exclude: posix
|
arch_exclude: posix
|
||||||
# Exclude nRF54L15 and nRF54H20 as Nordic HAL is not compatible with C++98.
|
# 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:
|
platform_exclude:
|
||||||
- nrf54l15pdk/nrf54l15/cpuapp
|
- nrf54l15pdk/nrf54l15/cpuapp
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
- nrf54h20dk/nrf54h20/cpurad
|
- nrf54h20dk/nrf54h20/cpurad
|
||||||
- ek_ra8m1
|
filter: not CONFIG_HAS_RENESAS_RA_FSP
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_STD_CPP98=y
|
- CONFIG_STD_CPP98=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue