<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 17, 2007, at 1:37 PM, Fariborz Jahanian wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I saw one failure cocoa.m but not those in Ted;s list, after clang update. I am now updating llvm and see if things change.</div></blockquote><div><br class="webkit-block-placeholder"></div>llvm updated, clang update. I see one new failure:</div><div><br class="webkit-block-placeholder"></div><div><div>Sema/cocoa.m</div><div>******************** TEST 'Sema/cocoa.m' FAILED! ********************</div><div>Command: </div><div> clang Sema/cocoa.m -arch ppc</div><div>Output:</div><div>Assertion failed: (E->getType()->isPointerType() && "EvalAddr only works on pointers"), function EvalAddr, file SemaChecking.cpp, line 519.</div><div>0   clang                               0x001d258f _ZN40_GLOBAL__N_Signals.cpp_00000000_CAFC354015PrintStackTraceEv + 45</div><div>1   clang                               0x001d2935 _ZN40_GLOBAL__N_Signals.cpp_00000000_CAFC354013SignalHandlerEi + 323</div><div>2   libSystem.B.dylib                   0x95cf097b _sigtramp + 43</div><div>3   ???                                 0xffffffff 0x0 + 4294967295</div><div>4   libSystem.B.dylib                   0x95d69782 raise + 26</div><div>5   libSystem.B.dylib                   0x95d78d3f abort + 73</div><div><br class="webkit-block-placeholder"></div><div>...</div><div><br class="webkit-block-placeholder"></div><div>- Fariborz</div><div><br class="webkit-block-placeholder"></div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br class="webkit-block-placeholder"></div><div>- fariborz</div><div><br><div><div>On Oct 17, 2007, at 1:29 PM, Ted Kremenek wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div 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></div>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br></blockquote></div><br></div></div>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits<br></blockquote></div><br></body></html>