After this commit (I think) test/Index/complete-synthesized.m is failing because it was passing -fobjc-nonfragile-abi via -Xclang, and so was missed by your perl.<div><br></div><div>However, removing that pair of flags doesn't fix the test, instead it begins failing for other reasons:</div>
<div><br></div><div><div>FAIL: Clang :: Index/complete-synthesized.m (2061 of 3890)</div><div>******************** TEST 'Clang :: Index/complete-synthesized.m' FAILED ********************</div><div>Script:</div><div>
--</div><div>c-index-test -code-completion-at=/home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m:24:1 -fobjc-default-synthesize-properties /home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m | FileCheck /home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m</div>
<div>c-index-test -code-completion-at=/home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m:30:2 -fobjc-default-synthesize-properties /home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m | FileCheck /home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m</div>
<div>c-index-test -code-completion-at=/home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m:34:2 -fobjc-default-synthesize-properties /home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m | FileCheck /home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m</div>
<div>--</div><div>Exit Code: 1</div><div>Command Output (stderr):</div><div>--</div><div>/home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m:46:11: error: expected string not found in input</div><div>
// CHECK: ObjCIvarDecl:{ResultType double}{TypedText _prop4} (37)</div><div>          ^</div><div><stdin>:157:1: note: scanning from here</div><div>ObjCInterfaceDecl:{TypedText A} (50)</div><div>^</div><div><stdin>:176:4: note: possible intended match here</div>
<div>NotImplemented:{ResultType B *}{TypedText self} (34)</div><div>   ^</div><div>--</div><div><br></div><div>So I don't know what next to do...</div></div>