From 31167c44d9e4ae8fc2cd98cab3094a4bfa56105f Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Thu, 12 Jul 2018 01:54:29 +0000 Subject: [XRay][compiler-rt] Fixup: require x86_64 for profiling mode tests This constrains the build environments we are testing/supporting for the runtime tests until we can be sure xray works in more platforms. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@336878 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/xray/TestCases/Posix/profiling-multi-threaded.cc | 3 ++- test/xray/TestCases/Posix/profiling-single-threaded.cc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/xray/TestCases/Posix/profiling-multi-threaded.cc b/test/xray/TestCases/Posix/profiling-multi-threaded.cc index f5f582ece..7ccad1bac 100644 --- a/test/xray/TestCases/Posix/profiling-multi-threaded.cc +++ b/test/xray/TestCases/Posix/profiling-multi-threaded.cc @@ -11,7 +11,8 @@ // RUN: [ $PROFILES -eq 1 ] // RUN: rm -f xray-log.profiling-multi-* // -// UNSUPPORTED: target-is-mips64,target-is-mips64el +// REQUIRES: x86_64-target-arch +// REQUIRES: built-in-llvm-tree #include "xray/xray_interface.h" #include "xray/xray_log_interface.h" diff --git a/test/xray/TestCases/Posix/profiling-single-threaded.cc b/test/xray/TestCases/Posix/profiling-single-threaded.cc index c6037c777..fd508b1ac 100644 --- a/test/xray/TestCases/Posix/profiling-single-threaded.cc +++ b/test/xray/TestCases/Posix/profiling-single-threaded.cc @@ -11,7 +11,8 @@ // RUN: [ $PROFILES -eq 2 ] // RUN: rm -f xray-log.profiling-single-* // -// UNSUPPORTED: target-is-mips64,target-is-mips64el +// REQUIRES: x86_64-target-arch +// REQUIRES: built-in-llvm-tree #include "xray/xray_interface.h" #include "xray/xray_log_interface.h" -- cgit v1.2.3