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:
Anas Nashif 2025-03-26 12:27:58 -04:00 committed by Benjamin Cabé
commit 37c4631a0b
10 changed files with 0 additions and 37 deletions

View file

@ -43,8 +43,6 @@ tests:
- mps2/an385
kernel.common.stack_sentinel:
extra_args: CONF_FILE=sentinel.conf
platform_exclude:
- qemu_cortex_a9 # FIXME: See issue #39948
tags: kernel
integration_platforms:
- qemu_x86

View file

@ -4,10 +4,8 @@ tests:
tags:
- kernel
- userspace
# FIXME: qemu_arc/qemu_arc_hs6x is excluded due to a run-time failure, see #49492
platform_exclude:
- nrf52dk/nrf52810
- qemu_arc/qemu_arc_hs6x
kernel.poll.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
ignore_faults: true
@ -15,9 +13,7 @@ tests:
- kernel
- userspace
- libc
# FIXME: qemu_arc/qemu_arc_hs6x is excluded due to a run-time failure, see #49492
platform_exclude:
- nrf52dk/nrf52810
- qemu_arc/qemu_arc_hs6x
extra_configs:
- CONFIG_MINIMAL_LIBC=y

View file

@ -1,8 +1,6 @@
tests:
kernel.tickless.concept:
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:
- litex_vexriscv
- rv32m1_vega/openisa_rv32m1/zero_riscy

View file

@ -3,9 +3,6 @@ tests:
tags:
- kernel
- 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:
tags:
- kernel

View file

@ -1,10 +1,5 @@
common:
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:
net.socket.poll:
min_ram: 21

View file

@ -5,10 +5,6 @@ common:
tags:
- net
- 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:
net.socket.reuseaddr_reuseport:
extra_configs:

View file

@ -6,10 +6,6 @@ common:
- socket
- userspace
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:
net.socket.select:
extra_configs:

View file

@ -1,10 +1,5 @@
common:
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:
net.socket.service:
min_ram: 21

View file

@ -8,12 +8,6 @@ common:
- userspace
filter: CONFIG_FULL_LIBC_SUPPORTED
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:
net.socket.tcp:
extra_configs:

View file

@ -5,7 +5,5 @@ common:
- qemu
tests:
testing.ztest.ztress:
# FIXME: qemu_cortex_r5 is excluded due to a run-time failure, see #49494
platform_exclude: qemu_cortex_r5
integration_platforms:
- qemu_x86