[compiler-rt] r333733 - [XRay] Fix supposely failing test for FreeBSD

David Carlier via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 02:15:45 PDT 2018


Author: devnexen
Date: Fri Jun  1 02:15:44 2018
New Revision: 333733

URL: http://llvm.org/viewvc/llvm-project?rev=333733&view=rev
Log:
[XRay] Fix supposely failing test for FreeBSD

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

Reviewers: krytarowski, vitalybuka

Reviewed By: dberris

Differential Revision: https://reviews.llvm.org/D47622


Modified:
    compiler-rt/trunk/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc

Modified: compiler-rt/trunk/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc?rev=333733&r1=333732&r2=333733&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc Fri Jun  1 02:15:44 2018
@@ -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>




More information about the llvm-commits mailing list