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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Jun 8 16:34:46 PDT 2010


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/7755

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 105659
Blamelist: andersca,bruno,echristo,grosbach,jrose,kremenek

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Basic/TargetInfo.h
 lib/Basic/Targets.cpp
 lib/CodeGen/CGDeclCXX.cpp
At: Tue 08 Jun 2010 15:50:27
Changed By: andersca
Comments: On Darwin, initialization and destruction functions should go into the __StaticInit section.Properties: 




File: test/CodeGenCXX/global-init-darwin.cpp
At: Tue 08 Jun 2010 15:50:27
Changed By: andersca
Comments: Add test case.Properties: 




Files:
 include/llvm/Target/Target.td
 include/llvm/Target/TargetInstrDesc.h
 lib/Target/ARM/ARMBaseInstrInfo.cpp
 lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
 lib/Target/PowerPC/PPCHazardRecognizers.cpp
 lib/Target/X86/X86FloatingPoint.cpp
 lib/Target/X86/X86InstrFormats.td
 lib/Target/X86/X86InstrInfo.h
 lib/Target/X86/X86InstrSSE.td
 lib/Target/X86/X86MCCodeEmitter.cpp
 test/MC/AsmParser/X86/x86_32-encoding.s
 test/MC/AsmParser/X86/x86_64-encoding.s
 utils/TableGen/InstrInfoEmitter.cpp
 utils/TableGen/X86RecognizableInstr.cpp
 utils/TableGen/X86RecognizableInstr.h
At: Tue 08 Jun 2010 15:55:33
Changed By: bruno
Comments: Reapply r105521, this time appending "LLU" to 64 bit
immediates to avoid breaking the build.
Properties: 




File: lib/Target/ARM/ARMLoadStoreOptimizer.cpp
At: Tue 08 Jun 2010 15:55:33
Changed By: grosbach
Comments: fix copy/paste/modify think-oProperties: 




File: lib/Target/X86/X86MCCodeEmitter.cpp
At: Tue 08 Jun 2010 16:00:59
Changed By: echristo
Comments: Split out these asserts so it's more apparent why we're not assembling
that rip-relative address when executing in 32-bit mode.
Properties: 




File: lib/Checker/MallocChecker.cpp
At: Tue 08 Jun 2010 16:00:59
Changed By: jrose
Comments: Code cleanup: remove explicit flush() in favor of using the ostream's str()Properties: 




File: lib/Lex/Preprocessor.cpp
At: Tue 08 Jun 2010 16:05:26
Changed By: kremenek
Comments: Fix memory leak in Preprocessor where MacroInfo objects in the MICache wouldn't have their
associated SmallVectors get deallocated.Properties: 




File: lib/AST/ASTContext.cpp
At: Tue 08 Jun 2010 16:05:26
Changed By: kremenek
Comments: Fix memory leak in ASTContext where ASTRecordLayout objects involving C++ structures wouldn't have
their associated memory destroyed when using a BumpPtrAllocator.  These objects internally use
a DenseMap.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 63.70s
	********************
	Failing Tests (1):
	    Clang :: CodeGenCXX/global-init.cpp
	
	  Expected Passes    : 2294
	  Expected Failures  : 16
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: CodeGenCXX/global-init.cpp

Last 10 lines of 'xfail':
	Clang :: CodeGen/blocks-2.c
	Clang :: CodeGenCXX/conversion-function.cpp
	Clang :: FixIt/fixit-errors.c
	Clang :: FixIt/fixit-pmem.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/pr4489.c
	Clang :: PCH/source-manager-stack.c
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'global-init.cpp':
	<stdin>:44:197: note: scanning from here
	 %0 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%struct.A*)* @_ZN1DD1Ev to void (i8*)*), i8* getelementptr inbounds (%struct.A* @d, i32 0, i32 0), i8* bitcast (i8** @__dso_handle to i8*)) ; <i32> [#uses=0]
	                                                                                                                                                                                                    ^
	<stdin>:50:1: note: possible intended match here
	define internal void @_GLOBAL__I_a() section "__TEXT,__StaticInit,regular,pure_instructions" {
	^
	--
	
	********************
	




More information about the llvm-testresults mailing list