<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'll investigate a little more and see what the problem is.<div><br><div><div>On Oct 17, 2007, at 1:23 PM, Steve Naroff wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><br><div><div>On Oct 17, 2007, at 1:04 PM, Ted Kremenek wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I'm getting the following test failures for "make test" (latest version of clang & llvm).  Should I be expecting these to fail right now?</div></blockquote><div><br class="khtml-block-placeholder"></div>No...there should be no failures.</div><div><br class="khtml-block-placeholder"></div><div>I just updated/built and all the ObjC tests pass.</div><div><br class="khtml-block-placeholder"></div><div>Odd,</div><div><br class="khtml-block-placeholder"></div><div>snaroff</div><div><br><blockquote type="cite"><div><br class="webkit-block-placeholder"></div><div>(kremenek@grue:clang)$ make test</div><div>cd test; make</div><div><b><SNIP></b></div><div>Sema/DoubleMethod.m</div><div>******************** TEST 'Sema/DoubleMethod.m' FAILED! ********************</div><div>Command: </div><div> clang -fsyntax-only -verify Sema/DoubleMethod.m</div><div>Output:</div><div>Errors expected but not seen:</div><div>  Line 13: previous declaration is here</div><div>  Line 14: duplicate declaration of method 'method'</div><div>******************** TEST 'Sema/DoubleMethod.m' FAILED! ********************</div><div>Sema/alias-test-1.m</div><div>Sema/alias-test-2.m</div><div>Sema/arg-duplicate.c</div><div>Sema/arg-invalid.c</div><div>Sema/argument-checking.m</div><div>******************** TEST 'Sema/argument-checking.m' FAILED! ********************</div><div>Command: </div><div> clang -fsyntax-only -verify Sema/argument-checking.m</div><div>Output:</div><div>Errors expected but not seen:</div><div>  Line 23: incompatible types passing 'int' to method expecting 'struct S'</div><div>  Line 24: incompatible types passing 'int' to method expecting 'struct S'</div><div>Errors seen but not expected:</div><div>  Line 9: cannot find definition of 'id'</div><div>  Line 11: cannot find definition of 'id'</div><div>  Line 12: cannot find definition of 'id'</div><div>  Line 16: use of undeclared identifier 'id'</div><div>  Line 22: use of undeclared identifier 'obj'</div><div>  Line 22: expected expression</div><div>  Line 23: use of undeclared identifier 'obj'</div><div>  Line 23: expected expression</div><div>  Line 24: use of undeclared identifier 'obj'</div><div>  Line 24: expected expression</div><div>Warnings expected but not seen:</div><div>  Line 22: incompatible types passing 'int' to method expecting 'char *'</div><div>******************** TEST 'Sema/argument-checking.m' FAILED! ********************</div><div>...</div><div><b>(other errors omitted which look like crashes).</b></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">cfe-commits mailing list</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a></div> </blockquote></div><br></div></blockquote></div><br></div></body></html>