boards native_posix: Remove twister support
native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
82941a6a6e
commit
6c38bc8ec4
67 changed files with 2 additions and 233 deletions
|
@ -1,25 +0,0 @@
|
|||
identifier: native_posix
|
||||
name: Native 32-bit POSIX port
|
||||
type: native
|
||||
simulation:
|
||||
- name: native
|
||||
arch: posix
|
||||
ram: 65536
|
||||
flash: 65536
|
||||
toolchain:
|
||||
- host
|
||||
- llvm
|
||||
supported:
|
||||
- can
|
||||
- counter
|
||||
- display
|
||||
- dma
|
||||
- eeprom
|
||||
- netif:eth
|
||||
- usb_device
|
||||
- adc
|
||||
- i2c
|
||||
- spi
|
||||
- gpio
|
||||
- rtc
|
||||
vendor: zephyr
|
|
@ -1,23 +0,0 @@
|
|||
identifier: native_posix/native/64
|
||||
name: Native 64-bit POSIX port
|
||||
type: native
|
||||
simulation:
|
||||
- name: native
|
||||
arch: posix
|
||||
ram: 65536
|
||||
flash: 65536
|
||||
toolchain:
|
||||
- host
|
||||
- llvm
|
||||
supported:
|
||||
- can
|
||||
- counter
|
||||
- display
|
||||
- dma
|
||||
- eeprom
|
||||
- netif:eth
|
||||
- usb_device
|
||||
- adc
|
||||
- gpio
|
||||
- rtc
|
||||
vendor: zephyr
|
|
@ -5,12 +5,10 @@ tests:
|
|||
sample.display.sdl:
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- native_posix/native/64
|
||||
- native_sim/native/64
|
||||
tags: display
|
||||
sample.display.dummy:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay"
|
||||
extra_configs:
|
||||
|
|
|
@ -6,8 +6,6 @@ tests:
|
|||
tags: eeprom
|
||||
platform_allow:
|
||||
- gd32f450i_eval
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim/native/64
|
||||
integration_platforms:
|
||||
|
|
|
@ -4,7 +4,6 @@ tests:
|
|||
sample.drivers.uart.native_tty:
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags:
|
||||
- serial
|
||||
|
|
|
@ -4,9 +4,6 @@ tests:
|
|||
sample.net.dhcpv4_client:
|
||||
harness: net
|
||||
depends_on: netif
|
||||
platform_exclude:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
tags:
|
||||
- net
|
||||
- http
|
||||
|
|
|
@ -4,9 +4,6 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- dns
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
sample:
|
||||
description: DNS resolver, mDNS and LLMNR responder
|
||||
name: DNS resolver and responder sample application
|
||||
|
|
|
@ -11,9 +11,6 @@ common:
|
|||
- server
|
||||
- socket
|
||||
- prometheus
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
# Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket
|
||||
filter: not CONFIG_HAS_RENESAS_RA_FSP
|
||||
tests:
|
||||
|
|
|
@ -10,9 +10,6 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- socket
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.net.sockets.big_http_download:
|
||||
extra_configs:
|
||||
|
|
|
@ -8,10 +8,6 @@ common:
|
|||
filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
|
||||
depends_on: can
|
||||
harness: console
|
||||
# native_posix does not work with CONFIG_POSIX_API
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.net.sockets.can.one_socket:
|
||||
extra_configs:
|
||||
|
|
|
@ -10,10 +10,6 @@ common:
|
|||
- net
|
||||
- socket
|
||||
- http
|
||||
# native_posix does not work with CONFIG_POSIX_API
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.net.sockets.dumb_http_server_mt:
|
||||
extra_configs:
|
||||
|
|
|
@ -86,8 +86,6 @@ tests:
|
|||
platform_exclude:
|
||||
- native_sim
|
||||
- native_sim/native/64
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
sample.net.sockets.echo_server.openthread:
|
||||
extra_args: EXTRA_CONF_FILE="overlay-ot.conf"
|
||||
slow: true
|
||||
|
|
|
@ -5,10 +5,6 @@ common:
|
|||
harness: net
|
||||
depends_on: netif
|
||||
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
||||
# eventfd does not work properly with native_posix so exclude it here
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.net.sockets.service.echo:
|
||||
tags:
|
||||
|
|
|
@ -5,10 +5,6 @@ common:
|
|||
- http_client
|
||||
min_ram: 32
|
||||
depends_on: netif
|
||||
# native_posix does not work with CONFIG_POSIX_API
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
sample:
|
||||
description: HTTP client sample
|
||||
name: http_client
|
||||
|
|
|
@ -9,9 +9,6 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- socket
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.net.sockets.http_get:
|
||||
filter: not CONFIG_NET_SOCKETS_OFFLOAD and not CONFIG_NATIVE_LIBC
|
||||
|
|
|
@ -11,8 +11,6 @@ common:
|
|||
- server
|
||||
- socket
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- nrf5340dk/nrf5340/cpuapp/ns # Excluding due to ROM overflow.
|
||||
tests:
|
||||
sample.net.sockets.http.server: {}
|
||||
|
|
|
@ -6,9 +6,6 @@ common:
|
|||
- net
|
||||
- socket
|
||||
- mgmt
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
sample:
|
||||
description: Test network management socket sample
|
||||
name: net_mgmt socket
|
||||
|
|
|
@ -7,10 +7,6 @@ common:
|
|||
- websocket
|
||||
min_ram: 35
|
||||
depends_on: netif
|
||||
# native_posix does not work with CONFIG_POSIX_API
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
sample:
|
||||
description: Websocket client sample
|
||||
name: websocket_client
|
||||
|
|
|
@ -7,10 +7,7 @@ common:
|
|||
sample:
|
||||
name: Telnet Server
|
||||
tests:
|
||||
sample.net.telnet:
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
sample.net.telnet: {}
|
||||
sample.net.telnet.wifi.nrf70dk:
|
||||
extra_args:
|
||||
- SNIPPET=wifi-ipv4
|
||||
|
|
|
@ -2,10 +2,7 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- zperf
|
||||
# TODO: Does not work properly with native_posix, need more TLC
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- sam_e70_xplained/same70q21
|
||||
min_ram: 64
|
||||
sample:
|
||||
|
|
3
samples/posix/env/sample.yaml
vendored
3
samples/posix/env/sample.yaml
vendored
|
@ -5,9 +5,6 @@ common:
|
|||
tags:
|
||||
- posix
|
||||
- env
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
harness: console
|
||||
|
|
|
@ -10,9 +10,6 @@ common:
|
|||
tags:
|
||||
- posix
|
||||
- net
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.posix.gettimeofday:
|
||||
harness: net
|
||||
|
|
|
@ -3,9 +3,6 @@ sample:
|
|||
name: posix uname
|
||||
common:
|
||||
tags: posix
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_riscv64
|
||||
|
|
|
@ -2,9 +2,6 @@ sample:
|
|||
name: Shell Sample
|
||||
common:
|
||||
filter: not CONFIG_NATIVE_LIBC and not CONFIG_SOC_SERIES_BSIM_NRFXX
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.shell.shell_module:
|
||||
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
|
||||
|
|
|
@ -3,7 +3,6 @@ tests:
|
|||
sample.testing.ztest:
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -4,7 +4,4 @@ tests:
|
|||
sample.usb.loopback:
|
||||
depends_on: usb_device
|
||||
tags: usb
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
harness: button
|
||||
|
|
|
@ -4,7 +4,4 @@ tests:
|
|||
sample.usb.webusb:
|
||||
depends_on: usb_device
|
||||
tags: usb
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
harness: TBD
|
||||
|
|
|
@ -3,8 +3,6 @@ tests:
|
|||
extra_args:
|
||||
- EXTRA_DTC_OVERLAY_FILE="test.overlay"
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim/native/64
|
||||
- qemu_x86
|
||||
|
|
|
@ -4,7 +4,6 @@ common:
|
|||
- input
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tests:
|
||||
drivers.input.default: {}
|
||||
|
|
|
@ -6,8 +6,6 @@ tests:
|
|||
drivers.flash.flash_simulator:
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim/native/64
|
||||
- nucleo_f411re
|
||||
|
@ -17,8 +15,6 @@ tests:
|
|||
extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim/native/64
|
||||
- nucleo_f411re
|
||||
|
@ -32,14 +28,12 @@ tests:
|
|||
drivers.flash.flash_simulator.native_erase_value_0x00:
|
||||
extra_args: DTC_OVERLAY_FILE=boards/native_ev_0x00.overlay
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
drivers.flash.flash_simulator.native_64_erase_value_0x00:
|
||||
extra_args: DTC_OVERLAY_FILE=boards/native_64_ev_0x00.overlay
|
||||
platform_allow:
|
||||
- native_posix/native/64
|
||||
- native_sim/native/64
|
||||
integration_platforms:
|
||||
- native_sim/native/64
|
||||
|
|
|
@ -4,7 +4,6 @@ tests:
|
|||
- drivers
|
||||
- modem
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -87,7 +87,6 @@ tests:
|
|||
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
|
||||
- CONFIG_DYNAMIC_THREAD_ALLOC=y
|
||||
platform_allow:
|
||||
- native_posix/native/64
|
||||
- native_sim/native/64
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
|
|
|
@ -15,7 +15,6 @@ tests:
|
|||
- qemu_x86
|
||||
- qemu_x86_64
|
||||
- qemu_xtensa/dc233c
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -4,6 +4,3 @@ tests:
|
|||
timeout: 180
|
||||
integration_platforms:
|
||||
- mps2/an385
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
|
|
|
@ -3,9 +3,6 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- dhcpv4
|
||||
platform_exclude:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
tests:
|
||||
net.dhcpv4_client:
|
||||
extra_configs:
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
common:
|
||||
depends_on: netif
|
||||
tags:
|
||||
# eventfd API does not work with native_posix so exclude it here
|
||||
- net
|
||||
- dhcpv4
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.dhcpv4_server:
|
||||
extra_configs:
|
||||
|
|
|
@ -4,9 +4,6 @@ common:
|
|||
- ipv6
|
||||
- ipv6_pe
|
||||
depends_on: netif
|
||||
platform_exclude:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
tests:
|
||||
net.ipv6:
|
||||
extra_configs:
|
||||
|
|
|
@ -5,9 +5,6 @@ common:
|
|||
depends_on: netif
|
||||
min_ram: 16
|
||||
timeout: 600
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.dns.addremove:
|
||||
min_ram: 21
|
||||
|
|
|
@ -6,9 +6,6 @@ common:
|
|||
depends_on: netif
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.dns.cache:
|
||||
build_only: false
|
||||
|
|
|
@ -5,9 +5,6 @@ common:
|
|||
depends_on: netif
|
||||
min_ram: 21
|
||||
timeout: 600
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.dns.dispatch:
|
||||
min_ram: 21
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
tests:
|
||||
net.dns:
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
min_ram: 16
|
||||
tags:
|
||||
- dns
|
||||
|
|
|
@ -5,9 +5,6 @@ common:
|
|||
depends_on: netif
|
||||
timeout: 600
|
||||
min_ram: 21
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.dns.resolve:
|
||||
extra_configs:
|
||||
|
|
|
@ -3,9 +3,6 @@ common:
|
|||
- dns
|
||||
- net
|
||||
depends_on: netif
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.dns.sd:
|
||||
min_ram: 21
|
||||
|
|
|
@ -7,8 +7,5 @@ common:
|
|||
- server
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.http.server.common: {}
|
||||
|
|
|
@ -10,9 +10,6 @@ common:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.http.server.core: {}
|
||||
net.http.server.static.fs:
|
||||
|
|
|
@ -9,8 +9,5 @@ common:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.http.server.crime: {}
|
||||
|
|
|
@ -8,8 +8,5 @@ common:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.http.server.http2_hpack: {}
|
||||
|
|
|
@ -9,9 +9,6 @@ common:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
platform_allow:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
|
|
|
@ -3,9 +3,6 @@ common:
|
|||
- dns
|
||||
- net
|
||||
depends_on: netif
|
||||
platform_exclude:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
tests:
|
||||
net.mdns:
|
||||
min_ram: 21
|
||||
|
|
|
@ -5,7 +5,4 @@ tests:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags: prometheus
|
||||
|
|
|
@ -5,7 +5,4 @@ tests:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags: prometheus
|
||||
|
|
|
@ -5,7 +5,4 @@ tests:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags: prometheus
|
||||
|
|
|
@ -5,7 +5,4 @@ tests:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags: prometheus
|
||||
|
|
|
@ -5,7 +5,4 @@ tests:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags: prometheus
|
||||
|
|
|
@ -5,7 +5,4 @@ tests:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags: prometheus
|
||||
|
|
|
@ -4,11 +4,6 @@ common:
|
|||
- net
|
||||
- socket
|
||||
- af_packet
|
||||
# The test do not work in native_posix as the zeth interface creation
|
||||
# needs root permission.
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.af_packet:
|
||||
min_ram: 21
|
||||
|
|
|
@ -4,11 +4,6 @@ common:
|
|||
- net
|
||||
- socket
|
||||
- af_packet
|
||||
# The test do not work in native_posix as the zeth interface creation
|
||||
# needs root permission.
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.af_packet.ipproto_raw:
|
||||
min_ram: 21
|
||||
|
|
|
@ -6,9 +6,6 @@ common:
|
|||
- socket
|
||||
- getaddrinfo
|
||||
- userspace
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.get_addr_info:
|
||||
min_ram: 21
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
common:
|
||||
depends_on: netif
|
||||
filter: CONFIG_FULL_LIBC_SUPPORTED
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.get_name_info:
|
||||
min_ram: 21
|
||||
|
|
|
@ -5,8 +5,6 @@ common:
|
|||
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
|
||||
platform_exclude:
|
||||
- mps2/an385
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
tests:
|
||||
net.socket.poll:
|
||||
min_ram: 21
|
||||
|
|
|
@ -3,11 +3,8 @@ common:
|
|||
# FIXME: This test fails very frequently on mps2/an385 due to the system
|
||||
# timer stability issues, so keep it disabled until the root cause
|
||||
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
|
||||
# eventfd API does not work with native_posix so exclude it here
|
||||
platform_exclude:
|
||||
- mps2/an385
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.service:
|
||||
min_ram: 21
|
||||
|
|
|
@ -6,8 +6,6 @@ common:
|
|||
depends_on: netif
|
||||
min_ram: 21
|
||||
platform_exclude:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
# See #61246 for info about these next two excludes
|
||||
- vmu_rt1170/mimxrt1176/cm7
|
||||
- mimxrt1160_evk/mimxrt1166/cm7
|
||||
|
|
|
@ -7,8 +7,6 @@ common:
|
|||
- arch
|
||||
- simulation
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
# consistently overflows flash
|
||||
- qemu_nios2
|
||||
filter: not CONFIG_NATIVE_LIBC
|
||||
|
|
|
@ -2,9 +2,6 @@ common:
|
|||
filter: not CONFIG_NATIVE_LIBC
|
||||
arch_exclude:
|
||||
- nios2
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags:
|
||||
- posix
|
||||
- filesystem
|
||||
|
|
|
@ -9,7 +9,7 @@ common:
|
|||
integration_platforms:
|
||||
- mps2/an385
|
||||
- qemu_x86
|
||||
# native_posix and native_sim link to if_*() from the host libc which causes the test to crash
|
||||
# Building with the host libC links to if_*() from the host libc which causes the test to crash
|
||||
# immediately.
|
||||
filter: not CONFIG_NATIVE_LIBC
|
||||
tests:
|
||||
|
|
|
@ -7,7 +7,6 @@ common:
|
|||
tests:
|
||||
bindesc.read:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
bindesc.read.c99:
|
||||
extra_configs:
|
||||
|
|
|
@ -2,9 +2,6 @@ common:
|
|||
platform_allow:
|
||||
- native_sim
|
||||
- native_sim/native/64
|
||||
platform_exclude:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue