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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Oct 27 14:21:28 PDT 2009


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

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

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

Build Reason: 
Build Source Stamp: 85290
Blamelist: bwilson,ddunbar,evancheng,hernande,johannes,ofv

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
File: CMakeLists.txt
At: Tue 27 Oct 2009 12:43:39
Changed By: ofv
Comments: CMake: Append LLVM_LIBDIR_SUFFIX to library destination.

Based on a patch by Ingmar Vanhassel.




File: test/CodeGen/function-attributes.c
At: Tue 27 Oct 2009 12:48:39
Changed By: ddunbar
Comments: Convert test to FileCheck.



Files:
 lib/CodeGen/CGCall.cpp
 test/CodeGen/function-attributes.c
At: Tue 27 Oct 2009 12:48:39
Changed By: ddunbar
Comments: Set OptimizeForSize LLVM function attribute with -Os.



File: lib/Target/ARM/ARMInstrInfo.td
At: Tue 27 Oct 2009 12:56:32
Changed By: bwilson
Comments: Do not clear the "S" bit for RSCri and RSCrs.  They inherit from the "sI"
instruction format that already takes care of setting this.




File: CMakeLists.txt
At: Tue 27 Oct 2009 13:01:31
Changed By: ofv
Comments: Rather than excluding quite some things, and still installing
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really
want to install.

Patch by Ingmar Vanhassel!




Files:
 include/llvm/Target/TargetLowering.h
 lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 lib/CodeGen/SelectionDAG/TargetLowering.cpp
 lib/Target/Alpha/AlphaISelLowering.cpp
 lib/Target/Alpha/AlphaISelLowering.h
 lib/Target/Mips/MipsISelLowering.cpp
 lib/Target/Mips/MipsISelLowering.h
 lib/Target/SystemZ/SystemZISelLowering.cpp
 lib/Target/SystemZ/SystemZISelLowering.h
 lib/Target/X86/X86ISelLowering.cpp
 lib/Target/X86/X86ISelLowering.h
At: Tue 27 Oct 2009 13:01:32
Changed By: evancheng
Comments: Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which returns true if the fp immediate can be natively codegened by target.



File: CMakeLists.txt
At: Tue 27 Oct 2009 13:01:32
Changed By: ofv
Comments: Rather than excluding quite some things, and still installing
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really
want to install.

Patch by Ingmar Vanhassel!




File: CMakeLists.txt
At: Tue 27 Oct 2009 13:06:31
Changed By: ofv
Comments: CMake: Install .inc files too.




Files:
 include/llvm/Analysis/MallocFreeHelper.h
 include/llvm/Analysis/MemoryBuiltins.h
 lib/Analysis/AliasSetTracker.cpp
 lib/Analysis/BasicAliasAnalysis.cpp
 lib/Analysis/CMakeLists.txt
 lib/Analysis/CaptureTracking.cpp
 lib/Analysis/IPA/Andersens.cpp
 lib/Analysis/IPA/GlobalsModRef.cpp
 lib/Analysis/MallocFreeHelper.cpp
 lib/Analysis/MemoryBuiltins.cpp
 lib/Analysis/MemoryDependenceAnalysis.cpp
 lib/Analysis/PointerTracking.cpp
 lib/Transforms/IPO/FunctionAttrs.cpp
 lib/Transforms/IPO/GlobalOpt.cpp
 lib/Transforms/Scalar/DeadStoreElimination.cpp
 lib/Transforms/Scalar/GVN.cpp
 lib/Transforms/Scalar/InstructionCombining.cpp
 lib/Transforms/Scalar/SCCP.cpp
 lib/Transforms/Utils/Local.cpp
 lib/VMCore/Instruction.cpp
At: Tue 27 Oct 2009 13:06:31
Changed By: hernande
Comments: Rename MallocFreeHelper as MemoryBuiltins



File: test/FrontendC++/2009-10-27-crash.cpp
At: Tue 27 Oct 2009 13:06:31
Changed By: johannes
Comments: Testcase for llvm-gcc patch 85284.





File: gcc/llvm-convert.cpp
At: Tue 27 Oct 2009 13:06:31
Changed By: johannes
Comments: We already had a hack to do this:
// G++ has various bugs handling {} initializers where it doesn't
// synthesize a zero node of the right type.  Instead of figuring out G++,
// just hack around it by special casing zero and allowing it to be the
// wrong size.
but the handling was limited to bitfields.  It turns out this can happen
with non-bitfields as well; extend it to cover that case.





File: test/FrontendC++/2009-10-27-crash.cpp
At: Tue 27 Oct 2009 13:16:32
Changed By: johannes
Comments: Add radar number.





LOGS:
Last 10 lines of 'test-llvm.stdio':
	Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Transforms/TailDup/dg.exp ...
	Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		4567
	# of unexpected failures	1
	# of expected failures		33
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'test-llvm.fails':
	FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/FrontendC/2004-01-01-UnknownInitSize.c
	




More information about the llvm-testresults mailing list