From f79d879d508d70d27ecc29dac51a397a5d514dd9 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 19 Nov 2024 14:33:16 +0100 Subject: [PATCH] tests: Thread-Metric: Fix filter description Correct the description of why we exclude the POSIX arch Signed-off-by: Alberto Escolar Piedras --- tests/benchmarks/thread_metric/testcase.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/benchmarks/thread_metric/testcase.yaml b/tests/benchmarks/thread_metric/testcase.yaml index e86a5a18ac9..474d02cf011 100644 --- a/tests/benchmarks/thread_metric/testcase.yaml +++ b/tests/benchmarks/thread_metric/testcase.yaml @@ -2,10 +2,12 @@ common: tags: - kernel - benchmark - # Native platforms excluded as timer interrupts may not be detected - # qemu_nios2 excluded as it is slow + # Native platforms excluded as they are not relevant: These benchmarks run some kernel primitives + # in a loop during a predefined time counting how many times they execute. But in the POSIX arch, + # time does not pass while the CPU executes. So the benchmark just appears as if hung. arch_exclude: - posix + # qemu_nios2 excluded as it is slow platform_exclude: - qemu_nios2 integration_platforms: