[cfe-commits] r140957 - in /cfe/trunk: include/clang/Driver/ lib/CodeGen/ lib/Driver/ lib/Frontend/ test/ARCMT/ test/Analysis/ test/CodeGenObjC/ test/CodeGenObjCXX/ test/Driver/ test/FixIt/ test/Index/ test/Lexer/ test/PCH/ test/Parser/ test/Prep

Chandler Carruth chandlerc at google.com
Sun Oct 2 00:22:35 PDT 2011


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.

However, removing that pair of flags doesn't fix the test, instead it begins
failing for other reasons:

FAIL: Clang :: Index/complete-synthesized.m (2061 of 3890)
******************** TEST 'Clang :: Index/complete-synthesized.m' FAILED
********************
Script:
--
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
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
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
--
Exit Code: 1
Command Output (stderr):
--
/home/chandlerc/src/llvm.git/tools/clang/test/Index/complete-synthesized.m:46:11:
error: expected string not found in input
// CHECK: ObjCIvarDecl:{ResultType double}{TypedText _prop4} (37)
          ^
<stdin>:157:1: note: scanning from here
ObjCInterfaceDecl:{TypedText A} (50)
^
<stdin>:176:4: note: possible intended match here
NotImplemented:{ResultType B *}{TypedText self} (34)
   ^
--

So I don't know what next to do...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111002/2dcb9602/attachment.html>


More information about the cfe-commits mailing list