summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-07-31 06:09:57 +0000
committerDean Michael Berris <dberris@google.com>2017-07-31 06:09:57 +0000
commitda26635ad1bd32f654102730632ed70dbbe36ecd (patch)
tree8b3535ed74215b3d459bf85db51824daf5e2e40c /test/xray
parent1421294197a63a343207b96347efa718962752cd (diff)
[XRay][compiler-rt] Require build-in-tree and x86_64-linux.
The quiet-start.cc test currently fails for arm (and potentially other platforms). This change limits it to x86_64-linux. Follow-up to D35789. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/TestCases/Linux/quiet-start.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/xray/TestCases/Linux/quiet-start.cc b/test/xray/TestCases/Linux/quiet-start.cc
index 08d3a8acc..42d9f8847 100644
--- a/test/xray/TestCases/Linux/quiet-start.cc
+++ b/test/xray/TestCases/Linux/quiet-start.cc
@@ -7,6 +7,10 @@
// RUN: XRAY_OPTIONS="patch_premain=true verbosity=0" %run %t 2>&1 | \
// RUN: FileCheck %s --check-prefix QUIET
// RUN: XRAY_OPTIONS="" %run %t 2>&1 | FileCheck %s --check-prefix DEFAULT
+//
+// FIXME: Understand how to make this work on other platforms
+// REQUIRES: built-in-llvm-tree
+// REQRUIES: x86_64-linux
#include <iostream>
using namespace std;