[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Jul 20 18:02:52 PDT 2009


The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/1414

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-02.apple.com

Build Reason: 
Build Source Stamp: 76516
Blamelist: akirtzidis,djg,johannes,kremenek,pizza

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/Target/X86/X86ISelLowering.cpp
At: Mon 20 Jul 2009 16:41:04
Changed By: johannes
Comments: Make sure a global matching asm 'i' constraint gets its
flags set properly.  (hasMemory is clearly irrelevant
when matching 'i', I don't understand what this was
supposed to be doing.)
gcc.apple/asm-block-25.c (test passed before by
accident, but generated code was wrong)





File: lib/Analysis/ScalarEvolution.cpp
At: Mon 20 Jul 2009 16:55:04
Changed By: djg
Comments: Remove the code that tried to evaluate whether (A pred B) is known
by determining if (B pred (B-A)) is known, as it doesn't handle
overflow correctly.




File: lib/Analysis/ScalarEvolution.cpp
At: Mon 20 Jul 2009 16:55:04
Changed By: djg
Comments: Add a comment to clarify why there isn't any code in this spot.




File: tools/index-test/index-test.cpp
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: Add '\n' to the end of error message.



Files:
 lib/Index/ASTLocation.cpp
 lib/Index/DeclReferenceMap.cpp
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: Handle references from ObjCIvarRefExprs.



Files:
 include/clang/AST/ASTContext.h
 include/clang/AST/DeclObjC.h
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/AST/ASTContext.cpp
 lib/AST/DeclObjC.cpp
 lib/Sema/SemaDeclObjC.cpp
 test/SemaObjC/category-1.m
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate
  an interface/category with its implementation (if one exists).

- Introduce ObjCInterfaceDecl::get/setImplementation() and ObjCCategoryDecl::get/setImplementation() that use the above methods.

- Add a compiler error for when a category is reimplemented.



Files:
 lib/Sema/Sema.h
 lib/Sema/SemaDeclObjC.cpp
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaExprObjC.cpp
 lib/Sema/SemaLookup.cpp
 test/SemaObjC/class-impl-1.m
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation().



Files:
 include/clang/AST/DeclObjC.h
 include/clang/Frontend/PCHBitCodes.h
 lib/AST/DeclObjC.cpp
 lib/Frontend/PCHReader.cpp
 lib/Frontend/PCHWriter.cpp
 lib/Sema/Sema.h
 lib/Sema/SemaDeclObjC.cpp
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaExprObjC.cpp
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: Remove the ObjCCategoryImpls vector from Sema class.
Use ObjCInterfaceDecl::getCategoryClassMethod() and ObjCInterfaceDecl::getCategoryInstanceMethod() for the same functionality.



File: include/clang/AST/DeclBase.h
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: Add an assertion for the return value of Decl::getNextRedeclaration().



Files:
 include/clang/AST/DeclObjC.h
 lib/AST/DeclObjC.cpp
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: Implement the virtual getNextRedeclaration() for ObjCMethodDecl.

If it's in an ObjCContainerDecl, its "redeclaration" is the method definition in the corresponding ObjCImplDecl.
If it's in an ObjCImplDecl, its "redeclaration" is the method in the interface.



Files:
 test/CodeGenObjC/object-incr-decr-1.ll
 test/Index/comments.c
 test/Index/cxx-operator-overload.cpp
 test/Index/find-decls.c
 test/Index/find-defs.c
 test/Index/find-refs.c
 test/Index/resolve-loc.c
At: Mon 20 Jul 2009 17:07:04
Changed By: akirtzidis
Comments: Use temporary output to avoid running index-test with the same commands multiple times.



File: lib/Frontend/InitPreprocessor.cpp
At: Mon 20 Jul 2009 17:09:04
Changed By: pizza
Comments: define __STDC_VERSION__ processor token for c94



Files:
 include/clang/Analysis/CallGraph.h
 include/clang/Index/Entity.h
 include/clang/Index/EntityHandler.h
 include/clang/Index/IndexProvider.h
 lib/Analysis/CallGraph.cpp
 lib/Index/Entity.cpp
 lib/Index/EntityImpl.h
 lib/Index/IndexProvider.cpp
 lib/Index/Program.cpp
 lib/Index/ProgramImpl.h
 test/Index/find-refs.c
 test/Index/foo.h
 test/Index/t1.c
 test/Index/t2.c
 tools/index-test/index-test.cpp
At: Mon 20 Jul 2009 17:09:04
Changed By: akirtzidis
Comments: Change the semantics for Entity.

Entity can now refer to declarations that are not visible outside the translation unit.
It is a wrapper of a pointer union, it's either a Decl* for declarations that don't
"cross" translation units, or an EntityImpl* which is associated with the specific "visible" Decl.

Included is a test case for handling fields across translation units.



File: lib/Target/X86/X86ISelLowering.cpp
At: Mon 20 Jul 2009 17:13:04
Changed By: johannes
Comments: revert 76503 while I figure out what's going on





Files:
 lib/Analysis/RegionStore.cpp
 lib/Analysis/SimpleSValuator.cpp
At: Mon 20 Jul 2009 17:13:04
Changed By: kremenek
Comments: RegionStore:
-refactor logic for retrieving bindings from VarDecls into
 RegionStoreManager::RetrieveVar()
- improve RegionStoreManager::CastRetrievedVal() and SimpleSValuate::EvalCastNL
  to better handle casts of values of the same canonical type as well as
  casts of LocAsInteger values.




LOGS:
Last 10 lines of 'test-llvm.stdio':
	Running /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/Transforms/TailDup/dg.exp ...
	Running /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		3948
	# of unexpected failures	3
	# of expected failures		24
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'test-llvm.fails':
	FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll for PR1761
	
	FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll for PR4152
	
	FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/asm-global-imm.ll for PR882
	




More information about the llvm-testresults mailing list