Skip to content

Commit 05641ca

Browse files
committedMar 7, 2017
[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
1 parent 542d1c1 commit 05641ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler-rt/test/xray/TestCases/Linux/arg1-logger.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: rm arg1-logger-*
1010
//
1111
// At the time of writing, the ARM trampolines weren't written yet.
12-
// XFAIL: arm || aarch64
12+
// XFAIL: arm || aarch64 || mips
1313
// See the mailing list discussion of r296998.
1414
// UNSUPPORTED: powerpc64le
1515

0 commit comments

Comments
 (0)
Please sign in to comment.