[XRay][test] Remove unneeded REQUIRES: x86_64-target-arch
authorFangrui Song <i@maskray.me>
Thu, 6 Jul 2023 04:34:02 +0000 (21:34 -0700)
committerFangrui Song <i@maskray.me>
Thu, 6 Jul 2023 04:34:02 +0000 (21:34 -0700)
commitf7624b080a6d1f379042261a61b4934f000fd2b1
tree3f756efdcce135070ec41309a4f9fc22f8663ca7
parent93e672489aaa59aeb98da9175fc4a43d42889ab0
[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.
12 files changed:
compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
compiler-rt/test/xray/TestCases/Posix/basic-filtering.cpp
compiler-rt/test/xray/TestCases/Posix/c-test.cpp
compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cpp
compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cpp
compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cpp
compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cpp
compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cpp
compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cpp
compiler-rt/test/xray/TestCases/Posix/quiet-start.cpp