Skip to content

Commit 6dc611a

Browse files
binhnguyen2434kartben
authored andcommitted
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 <[email protected]>
1 parent cd49593 commit 6dc611a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/lib/cpp/cxx/testcase.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ tests:
3535
cpp.main.cpp98:
3636
arch_exclude: posix
3737
# Exclude nRF54L series, nRF54H20 and nRF9280 as Nordic HAL is not compatible with C++98.
38-
# Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL is not compatible with C++98.
38+
# Exclude CONFIG_HAS_RENESAS_RA_FSP and CONFIG_HAS_RENESAS_RZ_FSP as Renesas HALs are not
39+
# compatible with C++98.
3940
platform_exclude:
4041
- nrf54l15dk/nrf54l05/cpuapp
4142
- nrf54l15dk/nrf54l10/cpuapp
@@ -45,7 +46,7 @@ tests:
4546
- nrf54h20dk/nrf54h20/cpurad
4647
- nrf9280pdk/nrf9280/cpuapp
4748
- nrf9280pdk/nrf9280/cpurad
48-
filter: not CONFIG_HAS_RENESAS_RA_FSP
49+
filter: not CONFIG_HAS_RENESAS_RA_FSP and not CONFIG_HAS_RENESAS_RZ_FSP
4950
build_only: true
5051
extra_configs:
5152
- CONFIG_STD_CPP98=y

0 commit comments

Comments
 (0)