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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Mar 24 16:11:23 PDT 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/4812

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

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

Build Reason: 
Build Source Stamp: 99443
Blamelist: enderby,grosbach,kremenek,rafael

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/X86/X86InstrFormats.td
 test/MC/AsmParser/X86/x86_32-encoding.s
At: Wed 24 Mar 2010 15:30:35
Changed By: enderby
Comments: Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does
not get an "Unknown immediate size" assert failure when used.  All instructions 
of this form have an 8-bit immediate.  Also added a test case of an example
instruction that is of this form.
Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMInstrVFP.td
 lib/Target/ARM/ARMSubtarget.cpp
 lib/Target/ARM/ARMSubtarget.h
At: Wed 24 Mar 2010 15:35:35
Changed By: grosbach
Comments: Make the use of the vmla and vmls VFP instructions controllable via cmd line.
Preliminary testing shows significant performance wins by not using these
instructions.Properties: 




Files:
 include/llvm/CodeGen/SelectionDAGNodes.h
 include/llvm/IntrinsicsX86.td
 lib/Target/X86/X86ISelLowering.h
 lib/Target/X86/X86InstrSSE.td
 test/MC/AsmParser/X86/x86_32-bit_cat.s
 test/MC/AsmParser/X86/x86_32-encoding.s
At: Wed 24 Mar 2010 15:35:35
Changed By: enderby
Comments: Added the Advanced Encryption Standard (AES) Instructions.
Properties: 




File: Makefile.programs
At: Wed 24 Mar 2010 15:35:35
Changed By: grosbach
Comments: test ARM vmla/vmls performanceProperties: 




File: lib/Checker/CheckSecuritySyntaxOnly.cpp
At: Wed 24 Mar 2010 15:40:35
Changed By: kremenek
Comments: Improve static analyzer diagnostic concerning the use of 'mktemp'Properties: 




File: lib/Checker/CheckSecuritySyntaxOnly.cpp
At: Wed 24 Mar 2010 15:40:35
Changed By: kremenek
Comments: Use llvm::SmallString instead of std::string.Properties: 




Files:
 test/CodeGenCXX/PR6677.cpp
 test/CodeGenCXX/template-instantiation.cpp
At: Wed 24 Mar 2010 15:45:35
Changed By: rafael
Comments: Discussing with dgregor we decided that we should not force the emission of
implicit methods on explicit template instantiation definitions. As a
consequence, we should emit them at every use, even if we see a explicit
template instantiation declaration.

This is already the current behaviour, but it is good to test for that :-)

Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
	    LLVM :: CodeGen/PowerPC/bswap-load-store.ll
	
	  Expected Passes    : 4598
	  Expected Failures  : 28
	  Unsupported Tests  : 515
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
	LLVM :: CodeGen/PowerPC/bswap-load-store.ll

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit.s
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	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++/hello.cpp
	LLVM :: LLVMC/C++/together.cpp
	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 '2006-07-19-stwbrx-crash.ll':
	    0x1821c18: i32 = Constant<0> [ORD=1] [ID=2]
	    0x1821c9c: i32 = undef [ORD=1] [ID=3]
	  0x1821b94: i32,ch = CopyFromReg 0x1006858, 0x1821b10 [ID=5]
	    0x1006858: ch = EntryToken [ORD=1] [ID=0]
	    0x1821b10: i32 = Register %reg1025 [ID=1]
	  0x1821fb4: ch = ValueType:i16 [ID=4]
	--
	
	********************
	

Last 10 lines of 'bswap-load-store.ll':
	<stdin>:1:2: note: scanning from here
	 .machine ppc
	 ^
	<stdin>:3:27: note: possible intended match here
	 .section __TEXT,__symbol_stub1,symbol_stubs,pure_instructions,16
	                          ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
	    LLVM :: CodeGen/PowerPC/bswap-load-store.ll
	
	  Expected Passes    : 5040
	  Expected Failures  : 36
	  Unsupported Tests  : 65
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
	LLVM :: CodeGen/PowerPC/bswap-load-store.ll

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit.s
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	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-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 :: 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 :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of '2006-07-19-stwbrx-crash.ll':
	    0x1021c18: i32 = Constant<0> [ORD=1] [ID=2]
	    0x1021c9c: i32 = undef [ORD=1] [ID=3]
	  0x1021b94: i32,ch = CopyFromReg 0xb06888, 0x1021b10 [ID=5]
	    0xb06888: ch = EntryToken [ORD=1] [ID=0]
	    0x1021b10: i32 = Register %reg1025 [ID=1]
	  0x1021fb4: ch = ValueType:i16 [ID=4]
	--
	
	********************
	

Last 10 lines of 'bswap-load-store.ll':
	<stdin>:1:2: note: scanning from here
	 .machine ppc
	 ^
	<stdin>:3:27: note: possible intended match here
	 .section __TEXT,__symbol_stub1,symbol_stubs,pure_instructions,16
	                          ^
	--
	
	********************
	




More information about the llvm-testresults mailing list