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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Feb 22 15:45:49 PST 2010


The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/5355

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

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 96826
Blamelist: evancheng,lattner

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
File: utils/TableGen/DAGISelMatcherGen.cpp
At: Mon 22 Feb 2010 15:35:46
Changed By: lattner
Comments: Change ComplexPattern handling to push the node being matched as
well as the operands produced when the pattern is matched.  This
allows CheckSame to work correctly when matching replicated 
names involving ComplexPatterns.  This fixes a bunch of MSP430 
failures, we're down to 13 failures, two of which are
due to a sched bug.
Properties: 




Files:
 lib/Transforms/InstCombine/InstCombineCalls.cpp
 test/CodeGen/X86/critical-edge-split.ll
 test/CodeGen/X86/ins_subreg_coalesce-3.ll
 test/CodeGen/X86/trunc-to-bool.ll
 test/CodeGen/X86/xor-icmp.ll
 test/Transforms/InstCombine/objsize.ll
At: Mon 22 Feb 2010 15:35:46
Changed By: evancheng
Comments: Instcombine constant folding can normalize gep with negative index to index with large offset. When instcombine objsize checking transformation sees these geps where the offset seemingly point out of bound, it should just return "i don't know" rather than asserting.
Properties: 




Files:
 test/CodeGen/MSP430/AddrMode-bis-rx.ll
 test/CodeGen/MSP430/AddrMode-bis-xr.ll
 test/CodeGen/MSP430/AddrMode-mov-rx.ll
 test/CodeGen/MSP430/AddrMode-mov-xr.ll
 test/CodeGen/MSP430/bit.ll
At: Mon 22 Feb 2010 15:35:46
Changed By: lattner
Comments: no need to run llvm-as here.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/X86/ins_subreg_coalesce-3.ll
	    LLVM :: CodeGen/X86/trunc-to-bool.ll
	    LLVM :: CodeGen/X86/xor-icmp.ll
	
	  Expected Passes    : 4537
	  Expected Failures  : 26
	  Unsupported Tests  : 510
	  Unexpected Failures: 4
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/X86/critical-edge-split.ll
	LLVM :: CodeGen/X86/ins_subreg_coalesce-3.ll
	LLVM :: CodeGen/X86/trunc-to-bool.ll
	LLVM :: CodeGen/X86/xor-icmp.ll

Last 10 lines of 'xfail':
	LLVM :: LLVMC/MultiplePluginPriorities.td
	LLVM :: LLVMC/OutputSuffixHook.td
	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/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 'critical-edge-split.ll':
	Exit Code: 1
	Command Output (stdout):
	--
	--
	Command Output (stderr):
	--
	--
	
	********************
	

Last 10 lines of 'ins_subreg_coalesce-3.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	Expected 3 lines, got 5.
	--
	
	********************
	

Last 10 lines of 'trunc-to-bool.ll':
	<stdin>:12:9: note: scanning from here
	_test2: ## @test2
	        ^
	<stdin>:15:12: note: possible intended match here
	 movl 4(%esp), %eax
	           ^
	--
	
	********************
	

Last 10 lines of 'xor-icmp.ll':
	<stdin>:28:7: note: scanning from here
	 sete %cl
	      ^
	<stdin>:31:2: note: possible intended match here
	 jne LBB2_2
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list