[PATCH] D47622: [XRay] Fix supposely failing test for FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 02:20:03 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT333733: [XRay] Fix supposely failing test for FreeBSD (authored by devnexen, committed by ).

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47622

Files:
  test/xray/TestCases/Posix/arg1-logging-implicit-this.cc


Index: test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
===================================================================
--- test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
+++ test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
@@ -4,7 +4,7 @@
 // RUN: rm log-args-this-* || true
 // RUN: XRAY_OPTIONS="patch_premain=true verbosity=1 xray_logfile_base=log-args-this-" %run %t
 //
-// XFAIL: freebsd || arm || aarch64 || mips
+// XFAIL: FreeBSD || arm || aarch64 || mips
 // UNSUPPORTED: powerpc64le
 #include "xray/xray_interface.h"
 #include <cassert>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47622.149414.patch
Type: text/x-patch
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180601/ec3a1c93/attachment.bin>


More information about the llvm-commits mailing list