<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><div><br><div><div>On Jul 10, 2013, at 5:37 PM, Quentin Colombet <<a href="mailto:qcolombet@apple.com">qcolombet@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; 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; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Hal,<div><br></div><div>This is failing for me on OSX:</div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">-bash: not: command not found</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div apple-content-edited="true"><div style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">-Quentin</div></div><br><div><div>On Jul 10, 2013, at 4:25 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;">Author: hfinkel<br>Date: Wed Jul 10 18:25:03 2013<br>New Revision: 186046<br><br>URL:<span class="Apple-converted-space"> </span><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:<span class="Apple-converted-space"> </span><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 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 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:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/nonconst-static-iv.ll?rev=186046&r1=186045&r2=186046&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/nonconst-static-iv.ll?rev=186046&r1=186045&r2=186046&view=diff</a><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 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 i1), { i8 } { i8 1 }, { i8 } { i8 2 }), i8 0, 0)<br>@1 = external global i32<br><br><br>_______________________________________________<br>llvm-commits mailing list<br><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a></div></blockquote></div><br></div>_______________________________________________<br>llvm-commits mailing list<br><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a></div></blockquote></div><br></div></div></body></html>