diff options
author | Dean Michael Berris <dberris@google.com> | 2017-03-07 23:07:03 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2017-03-07 23:07:03 +0000 |
commit | 05641ca556635c7d33af8397a013948f03f557ab (patch) | |
tree | 04ea293f38a944aa29d0fa61976ce4ca4da590b9 | |
parent | 542d1c14634e444ce167d732a72a67e14d692728 (diff) | |
download | bcm5719-llvm-05641ca556635c7d33af8397a013948f03f557ab.tar.gz bcm5719-llvm-05641ca556635c7d33af8397a013948f03f557ab.zip |
[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
llvm-svn: 297238
-rw-r--r-- | compiler-rt/test/xray/TestCases/Linux/arg1-logger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Linux/arg1-logger.cc b/compiler-rt/test/xray/TestCases/Linux/arg1-logger.cc index 28dc28eee0a..955347b153e 100644 --- a/compiler-rt/test/xray/TestCases/Linux/arg1-logger.cc +++ b/compiler-rt/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 |