diff options
| author | Ian Rogers <irogers@google.com> | 2025-12-04 14:55:22 -0800 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2025-12-23 10:13:50 -0800 |
| commit | 9e724085dacdeec60642e25b1b89245e14f48ef9 (patch) | |
| tree | 052c128afb89bf8865b91a66003541c693dfa4b5 /tools/perf | |
| parent | b3d1dcd02c8cc1da723c1e9a6b74849ed94b6d30 (diff) | |
| download | linux-9e724085dacdeec60642e25b1b89245e14f48ef9.tar.gz linux-9e724085dacdeec60642e25b1b89245e14f48ef9.zip | |
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>
Diffstat (limited to 'tools/perf')
| -rwxr-xr-x | tools/perf/tests/shell/top.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/shell/top.sh b/tools/perf/tests/shell/top.sh index 768ebcf7a89c..ad7fccd09025 100755 --- a/tools/perf/tests/shell/top.sh +++ b/tools/perf/tests/shell/top.sh @@ -1,5 +1,5 @@ #!/bin/bash -# perf top tests +# perf top tests (exclusive) # SPDX-License-Identifier: GPL-2.0 set -e |
