How cache test could be ran without CONFIG_CACHE_MANAGEMENT? Adding qemu_x86/x86_64 as cache related API in x86 has proven to be very brittle against changes recently: no test was at least verifying it builds properly, not to mention running it. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
27 lines
553 B
YAML
27 lines
553 B
YAML
tests:
|
|
kernel.cache.api:
|
|
tags:
|
|
- kernel
|
|
- cache
|
|
filter: CONFIG_CACHE_MANAGEMENT
|
|
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
|
|
integration_platforms:
|
|
- qemu_xtensa
|
|
- qemu_cortex_a53
|
|
- nsim_em
|
|
- qemu_x86
|
|
- qemu_x86_64
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|