zephyr/tests/kernel/usage/thread_runtime_stats/testcase.yaml
Mateusz Holenko 9905e27353 tests: thread_runtime_stats: Skip the test on virtual Cortex-R8 platform
Current clocks configuration for the platform makes it impossible
to pass the IDLE_EVENT_STATS_PRECISION check. This is to be addressed
in the future.

Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
2024-10-01 09:58:22 +02:00

22 lines
615 B
YAML

tests:
kernel.usage:
tags: kernel
# The following architectures are excluded as they have boards that
# exhibit precision timing anomalies related to emulation.
# posix, riscv32, sparc
# The following architectures are exluded as the necessary
# thread runtime statistic hooks do not yet exist.
# mips
arch_exclude:
- posix
- sparc
- mips
# SMP is excluded as the test was only written for UP
filter: not CONFIG_SMP
integration_platforms:
- qemu_x86
- mps2/an385
platform_exclude:
- mr_canhubk3
- cortex_r8_virtual