summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-06-01 09:15:44 +0000
committerDavid Carlier <devnexen@gmail.com>2018-06-01 09:15:44 +0000
commit520d36f8253f23a905a9e1a2ace4a157a0148749 (patch)
tree6537e9dbe39df4000e44eca6b7314fd1a145c394 /test/xray
parentab89706ee870304eae8177b1f29c147efc6a0e22 (diff)
[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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@333733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/TestCases/Posix/arg1-logging-implicit-this.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc b/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
index ee3eb70bd..a16f627ac 100644
--- a/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
+++ b/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>