zephyr/tests/kernel/cache/testcase.yaml
Tomasz Bursztyka dc49dad7e0 tests/kernel: Exlude bogus platforms on cache test
Until these get fixed.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2023-12-12 19:11:13 +01:00

35 lines
729 B
YAML

tests:
kernel.cache.api:
tags:
- kernel
- cache
filter: CONFIG_CACHE_MANAGEMENT
platform_exclude:
- adp_xc7k_ae350
- bcm958402m2_m7
- bcm958401m2
integration_platforms:
- qemu_xtensa
- qemu_cortex_a53
- nsim_em
- qemu_x86
- qemu_x86_64
kernel.cache.api.minimallibc:
tags:
- kernel
- cache
- libc
filter: CONFIG_CACHE_MANAGEMENT and CONFIG_MINIMAL_LIBC_SUPPORTED
platform_exclude:
- adp_xc7k_ae350
- bcm958402m2_m7
- bcm958401m2
integration_platforms:
- qemu_xtensa
- qemu_cortex_a53
- nsim_em
- qemu_x86
- qemu_x86_64
extra_configs:
- CONFIG_MINIMAL_LIBC=y