[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 18:49:05 PST 2017
pelikan updated this revision to Diff 90778.
pelikan marked an inline comment as done.
pelikan added a comment.
- fix XFAIL according to what greps out of the LLVM repo
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.90778.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/abdf78e9/attachment.bin>
More information about the llvm-commits
mailing list