[all-commits] [llvm/llvm-project] f92ae6: [test] Exclude //llvm/unittests:llvm_exegesis_test...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Wed Dec 28 08:43:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f92ae6dd300794b5ca6796290716436675be8007
https://github.com/llvm/llvm-project/commit/f92ae6dd300794b5ca6796290716436675be8007
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2022-12-28 (Wed, 28 Dec 2022)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
Log Message:
-----------
[test] Exclude //llvm/unittests:llvm_exegesis_tests due to buildkite environment.
Buildkite does not allow user perf monitoring and fails: https://buildkite.com/llvm-project/upstream-bazel/builds/49579.
```
[ RUN ] PerfHelperTest.FunctionalTest
Unable to open event. ERRNO: Permission denied. Make sure your kernel allows user space perf monitoring.
You may want to try:
$ sudo sh -c 'echo -1 > /proc/sys/kernel/perf_event_paranoid'
llvm_exegesis_tests: external/llvm-project/llvm/tools/llvm-exegesis/lib/PerfHelper.cpp:111: llvm::exegesis::pfm::Counter::Counter(llvm::exegesis::pfm::PerfEvent &&): Assertion `FileDescriptor != -1 && "Unable to open event"' failed.
```
More information about the All-commits
mailing list