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>
20 lines
381 B
YAML
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
|