summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2018-07-12 01:54:29 +0000
committerDean Michael Berris <dberris@google.com>2018-07-12 01:54:29 +0000
commit31167c44d9e4ae8fc2cd98cab3094a4bfa56105f (patch)
tree1f9c8c665f23185d9c7235de29ed58e203cef706 /test
parent1c21b0a658fbb8132b59d8b6ca99c108c4ebad78 (diff)
[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
Diffstat (limited to 'test')
-rw-r--r--test/xray/TestCases/Posix/profiling-multi-threaded.cc3
-rw-r--r--test/xray/TestCases/Posix/profiling-single-threaded.cc3
2 files changed, 4 insertions, 2 deletions
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"