summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
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
commit45cdbdac061cc1ddc79397e94b7f0a5fe1b7912e (patch)
treec84918f528a5d9748eac1d94022fa22448742776 /compiler-rt/test
parent27c96d3d209b7c20939662dd29b1ca6ae110bf9b (diff)
downloadbcm5719-llvm-45cdbdac061cc1ddc79397e94b7f0a5fe1b7912e.tar.gz
bcm5719-llvm-45cdbdac061cc1ddc79397e94b7f0a5fe1b7912e.zip
[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 llvm-svn: 333733
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc b/compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
index ee3eb70bd81..a16f627ac03 100644
--- a/compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud