tests: remove various filters due to bugs/issue that were fixed
Some platforms were excluded due to issues that were fixed or resolved themselves. Enable those platforms again and remove the comments related to the issues. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8e908176c7
commit
37c4631a0b
10 changed files with 0 additions and 37 deletions
|
@ -43,8 +43,6 @@ tests:
|
||||||
- mps2/an385
|
- mps2/an385
|
||||||
kernel.common.stack_sentinel:
|
kernel.common.stack_sentinel:
|
||||||
extra_args: CONF_FILE=sentinel.conf
|
extra_args: CONF_FILE=sentinel.conf
|
||||||
platform_exclude:
|
|
||||||
- qemu_cortex_a9 # FIXME: See issue #39948
|
|
||||||
tags: kernel
|
tags: kernel
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
|
|
@ -4,10 +4,8 @@ tests:
|
||||||
tags:
|
tags:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
# FIXME: qemu_arc/qemu_arc_hs6x is excluded due to a run-time failure, see #49492
|
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- nrf52dk/nrf52810
|
- nrf52dk/nrf52810
|
||||||
- qemu_arc/qemu_arc_hs6x
|
|
||||||
kernel.poll.minimallibc:
|
kernel.poll.minimallibc:
|
||||||
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
||||||
ignore_faults: true
|
ignore_faults: true
|
||||||
|
@ -15,9 +13,7 @@ tests:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
- libc
|
- libc
|
||||||
# FIXME: qemu_arc/qemu_arc_hs6x is excluded due to a run-time failure, see #49492
|
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- nrf52dk/nrf52810
|
- nrf52dk/nrf52810
|
||||||
- qemu_arc/qemu_arc_hs6x
|
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_MINIMAL_LIBC=y
|
- CONFIG_MINIMAL_LIBC=y
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.tickless.concept:
|
kernel.tickless.concept:
|
||||||
arch_exclude: nios2
|
arch_exclude: nios2
|
||||||
# FIXME: This test fails sporadically on all QEMU platforms, but fails
|
|
||||||
# consistently when coverage is enabled. Disable until 14173 is fixed.
|
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- litex_vexriscv
|
- litex_vexriscv
|
||||||
- rv32m1_vega/openisa_rv32m1/zero_riscy
|
- rv32m1_vega/openisa_rv32m1/zero_riscy
|
||||||
|
|
|
@ -3,9 +3,6 @@ tests:
|
||||||
tags:
|
tags:
|
||||||
- kernel
|
- kernel
|
||||||
- timer
|
- timer
|
||||||
# FIXME: This test may fail for qemu_arc/qemu_arc_hs on certain host systems.
|
|
||||||
# See foss-for-synopsys-dwc-arc-processors/qemu#67.
|
|
||||||
platform_exclude: qemu_arc/qemu_arc_hs
|
|
||||||
kernel.timer.monotonic.apic.tsc:
|
kernel.timer.monotonic.apic.tsc:
|
||||||
tags:
|
tags:
|
||||||
- kernel
|
- kernel
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
# 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).
|
|
||||||
platform_exclude:
|
|
||||||
- mps2/an385
|
|
||||||
tests:
|
tests:
|
||||||
net.socket.poll:
|
net.socket.poll:
|
||||||
min_ram: 21
|
min_ram: 21
|
||||||
|
|
|
@ -5,10 +5,6 @@ common:
|
||||||
tags:
|
tags:
|
||||||
- net
|
- net
|
||||||
- socket
|
- socket
|
||||||
# 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).
|
|
||||||
platform_exclude: mps2/an385
|
|
||||||
tests:
|
tests:
|
||||||
net.socket.reuseaddr_reuseport:
|
net.socket.reuseaddr_reuseport:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -6,10 +6,6 @@ common:
|
||||||
- socket
|
- socket
|
||||||
- userspace
|
- userspace
|
||||||
filter: CONFIG_FULL_LIBC_SUPPORTED
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
||||||
# 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).
|
|
||||||
platform_exclude: mps2/an385
|
|
||||||
tests:
|
tests:
|
||||||
net.socket.select:
|
net.socket.select:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
# 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).
|
|
||||||
platform_exclude:
|
|
||||||
- mps2/an385
|
|
||||||
tests:
|
tests:
|
||||||
net.socket.service:
|
net.socket.service:
|
||||||
min_ram: 21
|
min_ram: 21
|
||||||
|
|
|
@ -8,12 +8,6 @@ common:
|
||||||
- userspace
|
- userspace
|
||||||
filter: CONFIG_FULL_LIBC_SUPPORTED
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
||||||
timeout: 180
|
timeout: 180
|
||||||
# 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).
|
|
||||||
platform_exclude:
|
|
||||||
- mps2/an385
|
|
||||||
- mps2/an383
|
|
||||||
tests:
|
tests:
|
||||||
net.socket.tcp:
|
net.socket.tcp:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -5,7 +5,5 @@ common:
|
||||||
- qemu
|
- qemu
|
||||||
tests:
|
tests:
|
||||||
testing.ztest.ztress:
|
testing.ztest.ztress:
|
||||||
# FIXME: qemu_cortex_r5 is excluded due to a run-time failure, see #49494
|
|
||||||
platform_exclude: qemu_cortex_r5
|
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue