<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Jul 10, 2013, at 6:11 PM, Hal Finkel <<a href="mailto:hfinkel@anl.gov">hfinkel@anl.gov</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">----- Original Message -----<br><blockquote type="cite"><br>The complete output may be useful too!<br><br><br>Apparently the path to ‘not' is not expanded.<br></blockquote><br>Can you see if you can figure out why? I believe that the relevant code below this in test/lit.cfg :<br></div></blockquote>I will try to gather more information.<br><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br>               # Handle these specially as they are strings searched<br>               # for during testing.<br>               r"\| \bcount\b",         r"\| \bnot\b"]:<br><br>Also, FWIW, it seems to work on the buildbots, right?</div></blockquote>Not on some internal buildbot.</div><div>which is strange.</div><div><br></div><div><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br>-Hal<br><br><blockquote type="cite"><br><br><br><br>-Quentin<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>On Jul 10, 2013, at 5:37 PM, Quentin Colombet < <a href="mailto:qcolombet@apple.com">qcolombet@apple.com</a> ><br>wrote:<br><br><br><br>Hi Hal,<br><br><br>This is failing for me on OSX:<br><br>-bash: not: command not found<br><br><br><br>-Quentin<br><br><br>On Jul 10, 2013, at 4:25 PM, Hal Finkel < <a href="mailto:hfinkel@anl.gov">hfinkel@anl.gov</a> > wrote:<br><br><br><br>Author: hfinkel<br>Date: Wed Jul 10 18:25:03 2013<br>New Revision: 186046<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=186046&view=rev">http://llvm.org/viewvc/llvm-project?rev=186046&view=rev</a><br>Log:<br>Set REQUIRES shell on the test cases for r186044<br><br>Trying to fix the i686-mingw32 build.<br><br>Modified:<br>llvm/trunk/test/Other/nonconst-static-ev.ll<br>llvm/trunk/test/Other/nonconst-static-iv.ll<br><br>Modified: llvm/trunk/test/Other/nonconst-static-ev.ll<br>URL:<br><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/nonconst-static-ev.ll?rev=186046&r1=186045&r2=186046&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/nonconst-static-ev.ll?rev=186046&r1=186045&r2=186046&view=diff</a><br>==============================================================================<br>--- llvm/trunk/test/Other/nonconst-static-ev.ll (original)<br>+++ llvm/trunk/test/Other/nonconst-static-ev.ll Wed Jul 10 18:25:03<br>2013<br>@@ -1,6 +1,7 @@<br>; RUN: not llc < %s 2> %t<br>; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s<br>; XFAIL: hexagon<br>+; REQUIRES: shell<br><br>@0 = global i8 extractvalue ([1 x i8] select (i1 ptrtoint (i32* @1 to<br>i1), [1 x i8] [ i8 1 ], [1 x i8] [ i8 2 ]), 0)<br>@1 = external global i32<br><br>Modified: llvm/trunk/test/Other/nonconst-static-iv.ll<br>URL:<br>http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/nonconst-static-iv.ll?rev=186046&r1=186045&r2=186046&view=diff<br>==============================================================================<br>--- llvm/trunk/test/Other/nonconst-static-iv.ll (original)<br>+++ llvm/trunk/test/Other/nonconst-static-iv.ll Wed Jul 10 18:25:03<br>2013<br>@@ -1,6 +1,7 @@<br>; RUN: not llc < %s 2> %t<br>; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s<br>; XFAIL: hexagon<br>+; REQUIRES: shell<br><br>@0 = global i8 insertvalue( { i8 } select (i1 ptrtoint (i32* @1 to<br>i1), { i8 } { i8 1 }, { i8 } { i8 2 }), i8 0, 0)<br>@1 = external global i32<br><br><br>_______________________________________________<br>llvm-commits mailing list<br>llvm-commits@cs.uiuc.edu<br>http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits<br>_______________________________________________<br>llvm-commits mailing list<br>llvm-commits@cs.uiuc.edu<br>http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits<br><br></blockquote><br>--<span class="Apple-converted-space"> </span><br>Hal Finkel<br>Assistant Computational Scientist<br>Leadership Computing Facility<br>Argonne National Laboratory</div></blockquote></div><br></body></html>