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

Martin Pelikán via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 01:31:38 PST 2017


pelikan created this revision.

https://reviews.llvm.org/rL297000 and https://reviews.llvm.org/rL297003 implemented arg1 logging on amd64 and made
other architectures build.  We need to blacklist the new test as well.


https://reviews.llvm.org/D30635

Files:
  test/xray/TestCases/Linux/arg1-logger.cc


Index: test/xray/TestCases/Linux/arg1-logger.cc
===================================================================
--- test/xray/TestCases/Linux/arg1-logger.cc
+++ 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 || mips64 || powerpc64
 
 #include "xray/xray_interface.h"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30635.90659.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170306/06cb08a9/attachment.bin>


More information about the llvm-commits mailing list