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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Dec 14 16:27:31 PST 2010


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

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

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

Build Reason: 
Build Source Stamp: 121812
Blamelist: grosbach,stoklund,void

BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/CodeGen/AggressiveAntiDepBreaker.cpp
At: Tue 14 Dec 2010 15:27:58
Changed By: stoklund
Comments: Simplify AggressiveAntiDepBreaker's use of register aliases.Properties: 




File: lib/CodeGen/CallingConvLower.cpp
At: Tue 14 Dec 2010 15:31:40
Changed By: stoklund
Comments: Simplify CCState's use of register aliases.Properties: 




File: lib/CodeGen/RegAllocGreedy.cpp
At: Tue 14 Dec 2010 15:41:57
Changed By: stoklund
Comments: Simplify RegAllocGreedy's use of register aliases.Properties: 




File: lib/Target/ARM/ARMISelDAGToDAG.cpp
At: Tue 14 Dec 2010 15:46:40
Changed By: void
Comments: Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
particular, we want

   ldr r2, [r3]

to be equivalent to

   ldr r2, [r3, #0]

and not

   ldr r2, [r3, r0]

Properties: 




File: lib/Target/ARM/ARMInstrThumb.td
At: Tue 14 Dec 2010 15:46:40
Changed By: void
Comments: Comments and cleaning.Properties: 




File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 14 Dec 2010 15:51:50
Changed By: grosbach
Comments: thumb adr fixup needs alignment just like the t2 version.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: CodeGen/Thumb/asmprinter-bug.ll
	    LLVM :: CodeGen/Thumb/ldr_ext.ll
	
	  Expected Passes    : 5111
	  Expected Failures  : 43
	  Unsupported Tests  : 557
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/Thumb/asmprinter-bug.ll
	LLVM :: CodeGen/Thumb/ldr_ext.ll

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/DeadArgElim/deadexternal.ll
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/TailCallElim/nocapture.ll
	LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll

Last 10 lines of 'unsupported':
	LLVM :: LLVMC/C++/unknown_suffix.unk
	LLVM :: LLVMC/C/emit-llvm-opt.c
	LLVM :: LLVMC/C/emit-llvm.c
	LLVM :: LLVMC/C/hello.c
	LLVM :: LLVMC/C/include.c
	LLVM :: LLVMC/C/opt-test.c
	LLVM :: LLVMC/C/sink.c
	LLVM :: LLVMC/C/wall.c
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'asmprinter-bug.ll':
	LLVM ERROR: Cannot yet select: 0x1843350: i32,ch = load 0x130fbe4, 0x18429c0, 0x1842f10<LD2[%0], sext from i16> [ID=36]
	  0x130fbe4: ch = EntryToken [ORD=1] [ID=0]
	  0x18429c0: i32,ch = CopyFromReg 0x130fbe4, 0x1842938 [ORD=1] [ID=27]
	    0x130fbe4: ch = EntryToken [ORD=1] [ID=0]
	    0x1842938: i32 = Register %reg16423 [ORD=1] [ID=4]
	  0x1842f10: i32 = undef [ORD=2] [ID=10]
	--
	
	********************
	

Last 10 lines of 'ldr_ext.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input
	; V5: ldrb
	      ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: CodeGen/Thumb/asmprinter-bug.ll
	    LLVM :: CodeGen/Thumb/ldr_ext.ll
	
	  Expected Passes    : 5591
	  Expected Failures  : 51
	  Unsupported Tests  : 69
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/Thumb/asmprinter-bug.ll
	LLVM :: CodeGen/Thumb/ldr_ext.ll

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/DeadArgElim/deadexternal.ll
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/TailCallElim/nocapture.ll
	LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll

Last 10 lines of 'unsupported':
	LLVM :: FrontendObjC/2009-08-05-utf16.m
	LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
	LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
	LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
	LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
	LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
	LLVM :: FrontendObjC/2010-03-17-StructRef.m
	LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'asmprinter-bug.ll':
	LLVM ERROR: Cannot yet select: 0x1042d50: i32,ch = load 0xe0fc14, 0x10423c0, 0x1042910<LD2[%0], sext from i16> [ID=36]
	  0xe0fc14: ch = EntryToken [ORD=1] [ID=0]
	  0x10423c0: i32,ch = CopyFromReg 0xe0fc14, 0x1042338 [ORD=1] [ID=27]
	    0xe0fc14: ch = EntryToken [ORD=1] [ID=0]
	    0x1042338: i32 = Register %reg16423 [ORD=1] [ID=4]
	  0x1042910: i32 = undef [ORD=2] [ID=10]
	--
	
	********************
	

Last 10 lines of 'ldr_ext.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input
	; V5: ldrb
	      ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	




More information about the llvm-testresults mailing list