[all-commits] [llvm/llvm-project] f7624b: [XRay][test] Remove unneeded REQUIRES: x86_64-targ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jul 5 21:34:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7624b080a6d1f379042261a61b4934f000fd2b1
https://github.com/llvm/llvm-project/commit/f7624b080a6d1f379042261a61b4934f000fd2b1
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
M compiler-rt/test/xray/TestCases/Posix/basic-filtering.cpp
M compiler-rt/test/xray/TestCases/Posix/c-test.cpp
M compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cpp
M compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cpp
M compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cpp
M compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
M compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
M compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cpp
M compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cpp
M compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cpp
M compiler-rt/test/xray/TestCases/Posix/quiet-start.cpp
Log Message:
-----------
[XRay][test] Remove unneeded REQUIRES: x86_64-target-arch
fdr-thread-order.cpp can be very slow when the thread contention is large.
Enable it for AArch64 and x86-64 for now.
fdr-mode.cpp fails on a ppc64le machine. Unsupport it on ppc64le for now.
The remaining modified tests pass on AArch64, ppc64le, and x86-64.
More information about the All-commits
mailing list