[PATCH] D30635: [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 15:19:11 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL297238: [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64. (authored by dberris).
Changed prior to commit:
https://reviews.llvm.org/D30635?vs=90788&id=90949#toc
Repository:
rL LLVM
https://reviews.llvm.org/D30635
Files:
compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc
Index: compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc
===================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc
+++ compiler-rt/trunk/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30635.90949.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/d08c0169/attachment.bin>
More information about the llvm-commits
mailing list