From 663dbfadbf9c276a1124b5911dac46a0b68904fc Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Thu, 22 Feb 2018 07:17:01 +0000 Subject: [PATCH] Try to fix the syntax in test Reported on a buildbot: Error in XFAIL list: couldn't parse text: '| arm || aarch64 || mips' in expression: 'freebsd | arm || aarch64 || mips' Add || in the place of | Fallout from D43382 llvm-svn: 325751 --- compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0e1d762..ee3eb70 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 -- 2.7.4