[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Oct 27 15:53:13 PDT 2009


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/918

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 85298
Blamelist: bwilson,ddunbar,dpatel,evancheng,hernande,johannes,johnny,jyasskin,lattner,ofv

BUILD FAILED: failed test-llvm unittest-llvm

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 docs/LangRef.html
 include/llvm/Bitcode/LLVMBitCodes.h
 include/llvm/Instruction.def
 include/llvm/Instructions.h
 include/llvm/Support/InstVisitor.h
 lib/AsmParser/LLLexer.cpp
 lib/AsmParser/LLParser.cpp
 lib/AsmParser/LLParser.h
 lib/AsmParser/LLToken.h
 lib/Bitcode/Reader/BitcodeReader.cpp
 lib/Bitcode/Writer/BitcodeWriter.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
 lib/VMCore/AsmWriter.cpp
 lib/VMCore/Instruction.cpp
 lib/VMCore/Instructions.cpp
 test/Feature/terminators.ll
At: Tue 27 Oct 2009 12:13:40
Changed By: lattner
Comments: add enough support for indirect branch for the feature test to pass
(assembler,asmprinter, bc reader+writer) and document it.  Codegen
currently aborts on it.





Files:
 lib/CodeGen/CGObjC.cpp
 test/CodeGenObjC/synthesize_ivar.m
 test/Coverage/objc-language-features.inc
At: Tue 27 Oct 2009 12:23:39
Changed By: ddunbar
Comments: Fix crash when synthesizing property setters when the property type and ivar
type have mismatched Objective-C types.
  - <rdar://problem/7336352> [irgen] crash in synthesized property construction



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.





File: docs/LangRef.html
At: Tue 27 Oct 2009 13:31:31
Changed By: lattner
Comments: fix pasto pointed out by Rafael




Files:
 docs/tutorial/LangImpl4.html
 docs/tutorial/OCamlLangImpl4.html
 include/llvm/ExecutionEngine/ExecutionEngine.h
 lib/ExecutionEngine/ExecutionEngine.cpp
 lib/ExecutionEngine/JIT/JIT.cpp
 lib/ExecutionEngine/JIT/JITEmitter.cpp
 tools/lli/lli.cpp
 unittests/ExecutionEngine/JIT/JITTest.cpp
At: Tue 27 Oct 2009 13:31:31
Changed By: jyasskin
Comments: Change the JIT to compile eagerly by default as agreed in
http://llvm.org/PR5184, and beef up the comments to describe what both options
do and the risks of lazy compilation in the presence of threads.




File: lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
At: Tue 27 Oct 2009 13:46:32
Changed By: lattner
Comments: don't use stdio




File: lib/Target/ARM/ARMInstrInfo.td
At: Tue 27 Oct 2009 13:46:32
Changed By: johnny
Comments: Set condition code bits of BL and BLr9 to 0b1110 (ALways) to distinguish between
BL_pred and BLr9_pred.




Files:
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.h
At: Tue 27 Oct 2009 13:51:32
Changed By: dpatel
Comments: Do not held on to DenseMap slot accross map insertion. The insertion may cause the map to grow rending the slot invalid.
Use this opportunity to use ValueMap instead of DenseMap.




LOGS:
Last 10 lines of 'test-llvm.stdio':
	Running /Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Transforms/TailDup/dg.exp ...
	Running /Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		4562
	# of unexpected failures	1
	# of expected failures		38
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'test-llvm.fails':
	FAIL: /Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/2004-01-01-UnknownInitSize.c
	

Last 10 lines of 'unittest-llvm.stdio':
	[       OK ] JIT.GlobalInFunction
	[----------] 2 tests from JITTest
	[ RUN      ] JITTest.FarCallToKnownFunction
	[       OK ] JITTest.FarCallToKnownFunction
	[ RUN      ] JITTest.ModuleDeletion
	Assertion failed: (0 && "This target doesn't implement emitFunctionStubAtAddr!"), function emitFunctionStubAtAddr, file /Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include/llvm/Target/TargetJITInfo.h, line 65.
	make[3]: *** [unitcheck] Abort trap
	make[2]: *** [JIT/.makeunitcheck] Error 2
	make[1]: *** [ExecutionEngine/.makeunitcheck] Error 2
	make: *** [unittests] Error 2




More information about the llvm-testresults mailing list