Skip to content

Commit

Permalink
tests: lib: cpp: Exclude cpp98 test on nRF54H20
Browse files Browse the repository at this point in the history
Similar to nRF54L15, the MDK files in HAL for this SoC are not
compatible with C++98, so currently the test cannot be performed
on this SoC.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl committed Feb 1, 2024
1 parent c677513 commit 1217c66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/lib/cpp/cxx/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ tests:
# -std=c++98)
cpp.main.cpp98:
arch_exclude: posix
# Exclude nRF54L15 as its HAL is not compatible with C++98.
platform_exclude: nrf54l15pdk_nrf54l15_cpuapp
# Exclude nRF54L15 and nRF54H20 as Nordic HAL is not compatible with C++98.
platform_exclude:
- nrf54l15pdk_nrf54l15_cpuapp
- nrf54h20pdk_nrf54h20_cpuapp
- nrf54h20pdk_nrf54h20_cpurad
build_only: true
extra_configs:
- CONFIG_STD_CPP98=y
Expand Down

0 comments on commit 1217c66

Please sign in to comment.