zephyr/tests/kernel/usage/thread_runtime_stats/testcase.yaml
Filip Kokosinski 06615c148d tests/kernel/usage/thread_runtime_stats: relax precision test for RISC-V
This commit relaxes the precision requirements for idle event statistic
test when RISC-V machine timer driver is used. This is needed for some
platforms (e.g. hifive1), for which the cycle count is too low to pass
the checks where a percent deviation of peak cycles count is allowed.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2022-06-13 13:21:16 -04:00

13 lines
432 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