[compiler-rt] r297238 - [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 15:07:03 PST 2017


Author: dberris
Date: Tue Mar  7 17:07:03 2017
New Revision: 297238

URL: http://llvm.org/viewvc/llvm-project?rev=297238&view=rev
Log:
[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

Modified:
    compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc

Modified: compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc?rev=297238&r1=297237&r2=297238&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc Tue Mar  7 17:07:03 2017
@@ -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
 




More information about the llvm-commits mailing list