[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 16:16:51 PST 2017
pelikan updated this revision to Diff 90763.
pelikan added a comment.
- fix powerpc64le to actually work
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 || powerpc64le
#include "xray/xray_interface.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30635.90763.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/6dcb017a/attachment.bin>
More information about the llvm-commits
mailing list