<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><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><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></body></html>