tests/lib/*: Switch integration platform to native_sim
Swith integration_platforms from native_posix(_64) to native_sim(_64). Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
6db47c70fa
commit
1a3ba0ec82
17 changed files with 35 additions and 35 deletions
|
|
@ -9,14 +9,14 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_CBPRINTF_COMPLETE=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_no_generic:
|
||||
extra_configs:
|
||||
- CONFIG_CBPRINTF_COMPLETE=y
|
||||
- CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0"
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_fp:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -25,7 +25,7 @@ tests:
|
|||
- CONFIG_CBPRINTF_COMPLETE=y
|
||||
- CONFIG_FPU=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_fp_align_offset:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -35,7 +35,7 @@ tests:
|
|||
- CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1"
|
||||
- CONFIG_FPU=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_long_double:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -46,7 +46,7 @@ tests:
|
|||
- CONFIG_FPU=y
|
||||
- CONFIG_MINIMAL_LIBC=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_long_double_align_offset:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -58,13 +58,13 @@ tests:
|
|||
- CONFIG_FPU=y
|
||||
- CONFIG_MINIMAL_LIBC=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_nano:
|
||||
extra_configs:
|
||||
- CONFIG_CBPRINTF_NANO=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
# Same test but with test compiled as C++
|
||||
libraries.cbprintf.package_cpp:
|
||||
|
|
@ -72,7 +72,7 @@ tests:
|
|||
- CONFIG_CPP=y
|
||||
- CONFIG_CBPRINTF_COMPLETE=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_no_generic_cpp:
|
||||
extra_configs:
|
||||
|
|
@ -80,7 +80,7 @@ tests:
|
|||
- CONFIG_CBPRINTF_COMPLETE=y
|
||||
- CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0"
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_fp_cpp:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -90,7 +90,7 @@ tests:
|
|||
- CONFIG_CBPRINTF_COMPLETE=y
|
||||
- CONFIG_FPU=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_fp_align_offset_cpp:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -101,7 +101,7 @@ tests:
|
|||
- CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1"
|
||||
- CONFIG_FPU=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_long_double_cpp:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -113,7 +113,7 @@ tests:
|
|||
- CONFIG_FPU=y
|
||||
- CONFIG_MINIMAL_LIBC=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_long_double_align_offset_cpp:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
@ -126,14 +126,14 @@ tests:
|
|||
- CONFIG_FPU=y
|
||||
- CONFIG_MINIMAL_LIBC=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package_nano_cpp:
|
||||
extra_configs:
|
||||
- CONFIG_CPP=y
|
||||
- CONFIG_CBPRINTF_NANO=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
libraries.cbprintf.package.picolibc:
|
||||
filter: CONFIG_PICOLIBC_SUPPORTED
|
||||
|
|
|
|||
|
|
@ -48,5 +48,5 @@ tests:
|
|||
- CONFIG_EXTERNAL_LIBCPP=y
|
||||
- CONFIG_CPP_EXCEPTIONS=y
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
common:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tests:
|
||||
libraries.hash_function.identity:
|
||||
# RNG seems to be broken on qemu_cortex_a53
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
common:
|
||||
min_ram: 24
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
||||
tests:
|
||||
libraries.hash_map.separate_chaining.djb2:
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ tests:
|
|||
filter: not CONFIG_SOC_NSIM
|
||||
timeout: 480
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ tests:
|
|||
- heap
|
||||
- heap_align
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
- mps2_an521
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ tests:
|
|||
min_flash: 34
|
||||
tags: json
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
tests:
|
||||
libraries.linear_range:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ tests:
|
|||
- heap
|
||||
- mem_blocks
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ tests:
|
|||
- heap
|
||||
- mem_blocks.stats
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ tests:
|
|||
libraries.data_structures:
|
||||
tags: notify
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ tests:
|
|||
- onoff
|
||||
- timer
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ tests:
|
|||
- kernel
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ common:
|
|||
tests:
|
||||
libraries.ring_buffer:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
|
||||
libraries.ring_buffer.concurrent:
|
||||
platform_allow: qemu_x86
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
common:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags:
|
||||
- smf
|
||||
tests:
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
tests:
|
||||
libraries.spsc_pbuf:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
# Exclude platform which does not link with cache functions
|
||||
platform_exclude: ast1030_evb
|
||||
timeout: 120
|
||||
|
||||
libraries.spsc_pbuf.cache:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
# Exclude platform which does not link with cache functions
|
||||
platform_exclude: ast1030_evb
|
||||
timeout: 120
|
||||
|
|
@ -17,7 +17,7 @@ tests:
|
|||
|
||||
libraries.spsc_pbuf.nocache.:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
# Exclude platform which does not link with cache functions
|
||||
platform_exclude: ast1030_evb
|
||||
timeout: 120
|
||||
|
|
@ -26,7 +26,7 @@ tests:
|
|||
|
||||
libraries.spsc_pbuf.utilization:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
# Exclude platform which does not link with cache functions
|
||||
platform_exclude: ast1030_evb
|
||||
timeout: 120
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ tests:
|
|||
libraries.sys_util:
|
||||
tags: sys_util
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
|||
Loading…
Reference in a new issue