Skip to content

Commit 657d7a3

Browse files
duynguyenxanashif
authored andcommitted
tests: Exclude EK_RA8M1 from testing CPP98
The Renesas RA HAL isn't compatible with the C++98 standard so skipping the test ek_ra8m1 on CI Signed-off-by: Duy Phuong Hoang. Nguyen <[email protected]>
1 parent f93f801 commit 657d7a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lib/cpp/cxx/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ tests:
3535
cpp.main.cpp98:
3636
arch_exclude: posix
3737
# Exclude nRF54L15 and nRF54H20 as Nordic HAL is not compatible with C++98.
38+
# Exclude EK_RA8M1 as Renesas RA HAL is not compatible with C++98.
3839
platform_exclude:
3940
- nrf54l15pdk/nrf54l15/cpuapp
4041
- nrf54h20dk/nrf54h20/cpuapp
4142
- nrf54h20dk/nrf54h20/cpurad
43+
- ek_ra8m1
4244
build_only: true
4345
extra_configs:
4446
- CONFIG_STD_CPP98=y

0 commit comments

Comments
 (0)