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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Jul 8 18:26:08 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/7503

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

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

Build Reason: 
Build Source Stamp: 107947
Blamelist: bruno,bwilson,djg,lattner

BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 compile.llvm-gcc.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
 test/CodeGen/ARM/reg_sequence.ll
At: Thu 08 Jul 2010 17:43:38
Changed By: bwilson
Comments: Reenable DAG combining for vector shuffles.  It looks like it was temporarily
disabled and then never turned back on again.  Adjust some tests, one because
this change avoids an unnecessary instruction, and the other to make it
continue testing what it was intended to test.
Properties: 




File: lib/Target/X86/X86MCCodeEmitter.cpp
At: Thu 08 Jul 2010 17:43:38
Changed By: bruno
Comments: Factor out x86 segment override prefix encoding, and also use it for VEXProperties: 




Files:
 include/llvm/CodeGen/CallingConvLower.h
 include/llvm/CodeGen/FastISel.h
 include/llvm/CodeGen/FunctionLoweringInfo.h
 include/llvm/CodeGen/SelectionDAGISel.h
 include/llvm/Support/PassNameParser.h
 include/llvm/Target/TargetLowering.h
 lib/CodeGen/CallingConvLower.cpp
 lib/CodeGen/LLVMTargetMachine.cpp
 lib/CodeGen/SelectionDAG/FastISel.cpp
 lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
 lib/CodeGen/SelectionDAG/InstrEmitter.cpp
 lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 lib/CodeGen/SelectionDAG/TargetLowering.cpp
 lib/Target/X86/X86FastISel.cpp
 lib/Target/X86/X86ISelLowering.cpp
 lib/Target/X86/X86ISelLowering.h
 lib/Target/XCore/XCoreISelLowering.cpp
 lib/Target/XCore/XCoreISelLowering.h
 test/CodeGen/X86/fast-isel-loads.ll
 test/CodeGen/X86/fast-isel.ll
At: Thu 08 Jul 2010 17:43:38
Changed By: djg
Comments: Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
a DBG_VALUE after a terminator, or emitting any instructions before an EH_LABEL.
Properties: 




Files:
 lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
 test/CodeGen/ARM/reg_sequence.ll
 test/CodeGen/Thumb2/machine-licm.ll
At: Thu 08 Jul 2010 17:48:38
Changed By: bwilson
Comments: Print "dregpair" NEON operands with a space between them, for readability and
consistency with other instructions that have lists of register operands.
Properties: 




Files:
 SingleSource/Regression/C/casts.c
 SingleSource/Regression/C/casts.reference_output
At: Thu 08 Jul 2010 17:53:59
Changed By: bwilson
Comments: Change SingleSource/Regression/C/casts to explicitly use int64_t values
instead of longs.  Otherwise the output differs between 32-bit and 64-bit
targets.
Properties: 




Files:
 lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
 lib/Target/X86/X86AsmBackend.cpp
 lib/Target/X86/X86InstrInfo.td
At: Thu 08 Jul 2010 17:53:59
Changed By: lattner
Comments: have the mc lowering process handle a few tail call forms, lowering them to
jumps where possible and turning the TAILCALL marker in the instruction
asm string into a proper comment.

This eliminates a FIXME and is on the path to finishing:
rdar://7639610 - eliminate encoding and asm info for TAILJMPd TAILJMPr TAILJMPn, etc.

However, I can't eliminate the encodings for these instructions because the JIT
still exists and has its own copy of the encoder, sigh.
Properties: 




File: utils/TableGen/FastISelEmitter.cpp
At: Thu 08 Jul 2010 18:03:55
Changed By: djg
Comments: These changes should have accompanied r107943.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
	
	  Expected Passes    : 4819
	  Expected Failures  : 27
	  Unsupported Tests  : 539
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll

Last 10 lines of 'xfail':
	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/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++/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 '2010-06-29-partialredeffastalloc.ll':
	<stdin>:1:2: note: scanning from here
	 .syntax unified
	 ^
	<stdin>:22:2: note: possible intended match here
	 vld1.64 {d0, d1}, [r1]
	 ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
	
	  Expected Passes    : 5284
	  Expected Failures  : 35
	  Unsupported Tests  : 66
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll

Last 10 lines of 'xfail':
	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/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 '2010-06-29-partialredeffastalloc.ll':
	<stdin>:1:2: note: scanning from here
	 .syntax unified
	 ^
	<stdin>:22:2: note: possible intended match here
	 vld1.64 {d0, d1}, [r1]
	 ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	configure: creating ./config.status
	config.status: creating Makefile
	config.status: creating gccbug
	config.status: creating mklibgcc
	config.status: creating libada-mk
	config.status: creating ada/Makefile
	config.status: creating auto-host.h
	config.status: executing default commands
	make[1]: *** [stage1-bubble] Error 2
	make: *** [all] Error 2




More information about the llvm-testresults mailing list