zephyr/tests/kernel/poll/testcase.yaml
Anas Nashif 37c4631a0b 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>
2025-03-28 21:52:13 +01:00

20 lines
381 B
YAML

tests:
kernel.poll:
ignore_faults: true
tags:
- kernel
- userspace
platform_exclude:
- nrf52dk/nrf52810
kernel.poll.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
ignore_faults: true
tags:
- kernel
- userspace
- libc
platform_exclude:
- nrf52dk/nrf52810
extra_configs:
- CONFIG_MINIMAL_LIBC=y