summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-03-07 23:07:03 +0000
committerDean Michael Berris <dberris@google.com>2017-03-07 23:07:03 +0000
commite3a4e98943592f096058190633d0b35a79231168 (patch)
tree2496a6e2c271a78e0b7def40c9362afb68cd8b0d /test
parent557441a6a95932e2fbcce913695d6bfaee3575dc (diff)
[XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.
Summary: rL297000 and rL297003 implemented arg1 logging on amd64 and made other architectures build. We need to blacklist the new test as well. Reviewers: dberris, timshen Reviewed By: dberris Subscribers: sdardis, llvm-commits Differential Revision: https://reviews.llvm.org/D30635 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@297238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/xray/TestCases/Linux/arg1-logger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Linux/arg1-logger.cc b/test/xray/TestCases/Linux/arg1-logger.cc
index 28dc28eee..955347b15 100644
--- a/test/xray/TestCases/Linux/arg1-logger.cc
+++ b/test/xray/TestCases/Linux/arg1-logger.cc
@@ -9,7 +9,7 @@
// RUN: rm arg1-logger-*
//
// At the time of writing, the ARM trampolines weren't written yet.
-// XFAIL: arm || aarch64
+// XFAIL: arm || aarch64 || mips
// See the mailing list discussion of r296998.
// UNSUPPORTED: powerpc64le