Skip to content

Commit f79d879

Browse files
aescolarnashif
authored andcommitted
tests: Thread-Metric: Fix filter description
Correct the description of why we exclude the POSIX arch Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent c1b8cd7 commit f79d879

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/benchmarks/thread_metric/testcase.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ common:
22
tags:
33
- kernel
44
- benchmark
5-
# Native platforms excluded as timer interrupts may not be detected
6-
# qemu_nios2 excluded as it is slow
5+
# Native platforms excluded as they are not relevant: These benchmarks run some kernel primitives
6+
# in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
7+
# time does not pass while the CPU executes. So the benchmark just appears as if hung.
78
arch_exclude:
89
- posix
10+
# qemu_nios2 excluded as it is slow
911
platform_exclude:
1012
- qemu_nios2
1113
integration_platforms:

0 commit comments

Comments
 (0)