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

Bill Wendling isanbard at gmail.com
Mon Dec 14 17:37:12 PST 2009


I'm going to go out on a limb and say that the reverting I did didn't cause this.

-bw

On Dec 14, 2009, at 5:32 PM, daniel_dunbar at apple.com wrote:

> The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
> Full details are available at:
> http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/1653
> 
> Buildbot URL: http://smooshlab.apple.com:8010/
> 
> Buildslave for this Build: smoosh-03.apple.com
> 
> Build Reason: 
> Build Source Stamp: 91384
> Blamelist: ddunbar,echristo,evancheng,mrs,void
> 
> BUILD FAILED: failed test.llvm.stage2
> 
> sincerely,
> -The Buildbot
> 
> 
> ================================================================================
> 
> CHANGES:
> Files:
> include/llvm/CodeGen/MachineBasicBlock.h
> lib/CodeGen/BranchFolding.cpp
> lib/CodeGen/MachineBasicBlock.cpp
> At: Mon 14 Dec 2009 16:43:29
> Changed By: void
> Comments: Revert these. They may have been causing 483_xalancbmk to fail:
> 
> $ svn merge -c -91161 https://llvm.org/svn/llvm-project/llvm/trunk
> --- Reverse-merging r91161 into '.':
> U    lib/CodeGen/BranchFolding.cpp
> U    lib/CodeGen/MachineBasicBlock.cpp
> $ svn merge -c -91113 https://llvm.org/svn/llvm-project/llvm/trunk
> --- Reverse-merging r91113 into '.':
> G    lib/CodeGen/MachineBasicBlock.cpp
> $ svn merge -c -91101 https://llvm.org/svn/llvm-project/llvm/trunk
> --- Reverse-merging r91101 into '.':
> U    include/llvm/CodeGen/MachineBasicBlock.h
> G    lib/CodeGen/MachineBasicBlock.cpp
> $ svn merge -c -91092 https://llvm.org/svn/llvm-project/llvm/trunk
> --- Reverse-merging r91092 into '.':
> G    include/llvm/CodeGen/MachineBasicBlock.h
> G    lib/CodeGen/MachineBasicBlock.cpp
> 
> Properties: 
> 
> 
> 
> 
> File: lib/ExecutionEngine/JIT/JIT.cpp
> At: Mon 14 Dec 2009 16:43:29
> Changed By: echristo
> Comments: Formatting.
> Properties: 
> 
> 
> 
> 
> Files:
> lib/CodeGen/SelectionDAG/DAGCombiner.cpp
> test/CodeGen/X86/setcc.ll
> test/CodeGen/X86/zext-shl.ll
> At: Mon 14 Dec 2009 16:43:29
> Changed By: evancheng
> Comments: Propagate zest through logical shift.
> Properties: 
> 
> 
> 
> 
> File: utils/NewNightlyTest.pl
> At: Mon 14 Dec 2009 16:43:29
> Changed By: ddunbar
> Comments: NNT: Make sure stderr for build commands goes to log file, as intended but misdirected.Properties: 
> 
> 
> 
> 
> Files:
> lib/CodeGen/SelectionDAG/DAGCombiner.cpp
> test/CodeGen/CellSPU/and_ops.ll
> At: Mon 14 Dec 2009 16:53:30
> Changed By: evancheng
> Comments: Fold (zext (and x, cst)) -> (and (zext x), cst).
> Properties: 
> 
> 
> 
> 
> Files:
> lib/Target/X86/X86ISelLowering.cpp
> lib/Target/X86/X86ISelLowering.h
> lib/Target/X86/X86Instr64bit.td
> lib/Target/X86/X86InstrInfo.td
> test/CodeGen/X86/setcc.ll
> At: Mon 14 Dec 2009 16:58:32
> Changed By: evancheng
> Comments: Use sbb x, x to materialize carry bit in a GPR. The result is all one's or all zero's.
> Properties: 
> 
> 
> 
> 
> File: lib/CodeGen/CGExpr.cpp
> At: Mon 14 Dec 2009 17:03:42
> Changed By: mrs
> Comments: Ensure we preserve line information for each  trap for
> -fcatch-undefined-behavior if we aren't optimizing.  WIP.
> Properties: 
> 
> 
> 
> 
> File: lib/Driver/Tools.cpp
> At: Mon 14 Dec 2009 17:03:42
> Changed By: ddunbar
> Comments: Driver: Pass -resource-dir to clang -cc1, since the driver presumably already found itself.Properties: 
> 
> 
> 
> 
> LOGS:
> Last 10 lines of 'test.llvm.stage2.stdio':
> 	********************
> 	Failing Tests (1):
> 	    LLVM::CodeGen/Thumb2/thumb2-ldr_pre.ll
> 	
> 	  Expected Passes    : 4869
> 	  Expected Failures  : 32
> 	  Unsupported Tests  : 61
> 	  Unexpected Failures: 1
> 	make[1]: *** [check-local-lit] Error 1
> 	make: *** [check-lit] Error 2
> 
> Last 10 lines of 'test.llvm.stage2.fail':
> 	LLVM::CodeGen/Thumb2/thumb2-ldr_pre.ll
> 
> Last 10 lines of 'test.llvm.stage2.xfail':
> 	LLVM::FrontendC/2009-02-13-zerosize-union-field-ppc.c
> 	LLVM::MC/AsmParser/directive_lsym.s
> 	LLVM::MC/AsmParser/exprs-invalid.s
> 	LLVM::Transforms/GVN/rle-no-phi-translate.ll
> 	LLVM::Transforms/GlobalOpt/2009-03-03-dbg.ll
> 	LLVM::Transforms/GlobalOpt/2009-03-05-dbg.ll
> 	LLVM::Transforms/IndVarSimplify/loop_evaluate_6.ll
> 	LLVM::Transforms/InstCombine/cast-sext-zext.ll
> 	LLVM::Transforms/TailCallElim/nocapture.ll
> 	LLVM::Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
> 
> Last 10 lines of 'test.llvm.stage2.unsupported':
> 	LLVM::FrontendObjC/2009-01-26-WriteBarrier-2.m
> 	LLVM::FrontendObjC/2009-02-05-VolatileProp.m
> 	LLVM::FrontendObjC/2009-04-14-AsmSection.m
> 	LLVM::FrontendObjC/2009-04-27-bitfield-vs-ivar.m
> 	LLVM::FrontendObjC/2009-04-28-bitfield-vs-vbc.m
> 	LLVM::FrontendObjC/2009-08-05-utf16.m
> 	LLVM::FrontendObjC/2009-08-17-DebugInfo.m
> 	LLVM::FrontendObjC/2009-11-30-Objc-ID.m
> 	LLVM::LLVMC/ObjC++/hello.mm
> 	LLVM::LLVMC/ObjC/hello.m
> 
> Last 10 lines of 'test.llvm.stage2.thumb2-ldr_pre.ll':
> 	17 llc               0x00003556 main + 6070
> 	18 llc               0x00001a36 start + 54
> 	Stack dump:
> 	0.	Program arguments: llc -march=thumb -mattr=+thumb2 
> 	1.	Running pass 'ARM Instruction Selection' on function '@test1'
> 	Expected 3 lines, got 0.
> 	--
> 	
> 	********************
> 	
> 





More information about the llvm-testresults mailing list