]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf tests top: Make the test exclusive
authorIan Rogers <irogers@google.com>
Thu, 4 Dec 2025 22:55:22 +0000 (14:55 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 23 Dec 2025 18:13:50 +0000 (10:13 -0800)
commit9e724085dacdeec60642e25b1b89245e14f48ef9
tree052c128afb89bf8865b91a66003541c693dfa4b5
parentb3d1dcd02c8cc1da723c1e9a6b74849ed94b6d30
perf tests top: Make the test exclusive

With sufficient tests running the load causes the top test fails with:
```
123: perf top tests                                                  : FAILED!
 --- start ---
test child forked, pid 629856
Basic perf top test
Basic perf top test [Failed: no sample percentage found]
 ---- end(-1) ----
```
Mark the test exclusive to avoid flakes.

Fixes: 75e961730b9e ("perf tests top: Add basic perf top coverage test")
Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/top.sh