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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Nov 19 17:12:39 PST 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/543

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

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

Build Reason: 
Build Source Stamp: 89423
Blamelist: djg,echristo,evancheng,kremenek,lhames,mrs,void

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Analysis/NSAutoreleasePoolChecker.cpp
 test/Analysis/retain-release-gc-only.m
At: Thu 19 Nov 2009 16:17:10
Changed By: kremenek
Comments: Fix null dereference in NSAutoreleasePoolChecker when analyzing messages sent to blocks.




File: lib/Target/ARM/ARMJITInfo.cpp
At: Thu 19 Nov 2009 16:22:15
Changed By: echristo
Comments: Update comment to reflect instruction.




Files:
 lib/CodeGen/CGCXXExpr.cpp
 lib/CodeGen/CGRtti.cpp
 lib/CodeGen/CodeGenModule.h
At: Thu 19 Nov 2009 16:32:25
Changed By: mrs
Comments: Simplify rtti building code a little.  Prep for reuse for throw rtti
generation.




Files:
 gcc/config/darwin.h
 gcc/llvm-backend.cpp
At: Thu 19 Nov 2009 16:32:28
Changed By: void
Comments: Adjust the alignment of strings so that they aren't over aligned. We only need
them aligned to 8-bytes instead of 16-bytes for 64-bit. And 4 instead of 8 in
32-bit.




File: test/FrontendC/cstring-align.c
At: Thu 19 Nov 2009 16:37:13
Changed By: void
Comments: Testcase for r89415.




File: test/FrontendC/cstring-align.c
At: Thu 19 Nov 2009 16:42:11
Changed By: void
Comments: Specify proper arch and triple for 64-bit.



File: lib/Analysis/CaptureTracking.cpp
At: Thu 19 Nov 2009 16:47:13
Changed By: djg
Comments: Use isVoidTy().




File: lib/CodeGen/CGException.cpp
At: Thu 19 Nov 2009 16:47:24
Changed By: mrs
Comments: Fix rtti generation for throws.  WIP.




File: lib/Analysis/CaptureTracking.cpp
At: Thu 19 Nov 2009 16:52:10
Changed By: djg
Comments: Refine the capture tracking rules for comparisons to be more
careful about crazy methods of capturing pointers using comparisons.
Comparisons of identified objects with null in the default address
space are not captures. And, comparisons of two pointers within the
same identified object are not captures.




File: lib/CodeGen/CGException.cpp
At: Thu 19 Nov 2009 16:57:10
Changed By: mrs
Comments: Add suport for throw;.  WIP.




Files:
 lib/CodeGen/RegAllocLinearScan.cpp
 lib/CodeGen/Spiller.cpp
 lib/CodeGen/Spiller.h
At: Thu 19 Nov 2009 16:57:10
Changed By: lhames
Comments: Removed references to LiveStacks from Spiller.* . They're no longer needed.



Files:
 lib/Target/ARM/ARMISelDAGToDAG.cpp
 test/CodeGen/ARM/remat.ll
 test/CodeGen/ARM/select-imm.ll
At: Thu 19 Nov 2009 16:57:10
Changed By: evancheng
Comments: Fix codegen of conditional move of immediates. We were not making use of the immediate forms of cmov instructions at all.




LOGS:
Last 10 lines of 'test-clang.stdio':
	Testing Time: 17.15s
	********************
	Failing Tests (1):
	    Clang::Analysis/retain-release-gc-only.m
	
	  Expected Passes    : 1761
	  Expected Failures  : 18
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'test-clang.fail':
	Clang::Analysis/retain-release-gc-only.m

Last 10 lines of 'test-clang.xfail':
	Clang::CXX/temp/temp.param/p14.cpp
	Clang::CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
	Clang::CodeGen/asm-inout.c
	Clang::CodeGen/blocks-2.c
	Clang::CodeGenObjC/PR4894-recursive-debug-crash.m
	Clang::Parser/cxx-using-declaration.cpp
	Clang::SemaObjC/id-isa-ref.m
	Clang::SemaObjCXX/overload.mm
	Clang::SemaObjCXX/references.mm
	Clang::SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'test-clang.retain-release-gc-only.m':
	  Line 360: leak
	  Line 380: leak
	  Line 384: leak
	error: 'warning' diagnostics seen but not expected: 
	  Line 343: method '-copy' not found (return type defaults to 'id')
	13 diagnostics generated.
	--
	
	********************
	




More information about the llvm-testresults mailing list