From: Kamil Rytarowski Date: Thu, 22 Feb 2018 07:17:01 +0000 (+0000) Subject: Try to fix the syntax in test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=663dbfadbf9c276a1124b5911dac46a0b68904fc;p=platform%2Fupstream%2Fllvm.git 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 --- 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