tests/lib: Use hwmv2 native targets identifiers

For the 64 bit targets, change identifiers to the new hwmv2 ones

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-14 15:22:27 +01:00 committed by Henrik Brix Andersen
parent 185c60673b
commit 2c6db3b717
6 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ common:
- qemu_x86 - qemu_x86
platform_exclude: platform_exclude:
- native_posix - native_posix
- native_posix_64 - native_posix/native/64
tests: tests:
libraries.libc.c11_threads.minimal: libraries.libc.c11_threads.minimal:
tags: minimal_libc tags: minimal_libc

View file

@ -49,4 +49,4 @@ tests:
- CONFIG_CPP_EXCEPTIONS=y - CONFIG_CPP_EXCEPTIONS=y
integration_platforms: integration_platforms:
- native_sim - native_sim
- native_sim_64 - native_sim/native/64

View file

@ -3,8 +3,8 @@ common:
- display - display
- gui - gui
platform_allow: platform_allow:
- native_posix_64 - native_posix/native/64
- native_sim_64 - native_sim/native/64
- native_sim - native_sim
integration_platforms: integration_platforms:
- native_sim - native_sim

View file

@ -18,7 +18,7 @@ config TEST_LIB_HASH_MAP_MAX_ENTRIES
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE
For native_posix_64, the number of entries can be configured For native_sim, the number of entries can be configured
independently of the arena size since the native libc is used. independently of the arena size since the native libc is used.
source "Kconfig.zephyr" source "Kconfig.zephyr"

View file

@ -8,7 +8,7 @@ tests:
libraries.ring_buffer: libraries.ring_buffer:
integration_platforms: integration_platforms:
- native_sim - native_sim
- native_sim_64 - native_sim/native/64
libraries.ring_buffer.concurrent: libraries.ring_buffer.concurrent:
platform_allow: qemu_x86 platform_allow: qemu_x86

View file

@ -6,4 +6,4 @@ tests:
- mps2/an385 - mps2/an385
platform_exclude: platform_exclude:
- native_posix - native_posix
- native_posix_64 - native_posix/native/64