[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:06:19 PDT 2018


devnexen created this revision.
devnexen added reviewers: krytarowski, vitalybuka.
Herald added subscribers: Sanitizers, llvm-commits, dberris, emaste.

One test was marked as XFAIL for FreeBSD however still running when launching make check-xray


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.149410.patch
Type: text/x-patch
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180601/45201e13/attachment.bin>


More information about the llvm-commits mailing list