[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 20:31:43 PST 2017
pelikan updated this revision to Diff 90788.
pelikan marked an inline comment as done.
pelikan added a comment.
- finally use something that will work based on LIT's unit tests
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 || powerpc
#include "xray/xray_interface.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30635.90788.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/133dd933/attachment.bin>
More information about the llvm-commits
mailing list