[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Aug 18 12:07:12 PDT 2010


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

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 111376
Blamelist: ddunbar,djg,grosbach,lattner

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
File: tools/llc/llc.cpp
At: Wed 18 Aug 2010 11:01:01
Changed By: djg
Comments: Eliminate some redundancy by relying on raw_fd_ostream to handle "-"
properly.
Properties: 




Files:
 include/llvm/Target/TargetRegisterInfo.h
 lib/CodeGen/LocalStackSlotAllocation.cpp
 lib/Target/ARM/ARMBaseRegisterInfo.cpp
 lib/Target/ARM/ARMBaseRegisterInfo.h
At: Wed 18 Aug 2010 11:01:01
Changed By: grosbach
Comments: Add hook for re-using virtual base registers for local stack slot access.
Nothing fancy, just ask the target if any currently available base reg
is in range for the instruction under consideration and use the first one
that is. Placeholder ARM implementation simply returns false for now.

ongoing saga of rdar://8277890

Properties: 




Files:
 include/llvm/Analysis/ValueTracking.h
 lib/Analysis/BasicAliasAnalysis.cpp
 lib/Analysis/ValueTracking.cpp
At: Wed 18 Aug 2010 11:27:01
Changed By: lattner
Comments: move gep decomposition out of ValueTracking into BasicAA.  The form of
decomposition that it is doing is very basicaa specific and is only used
by basicaa.
Properties: 




Files:
 lib/MC/MCAssembler.cpp
 test/MC/ELF
 test/MC/ELF/bss.ll
 test/MC/ELF/dg.exp
At: Wed 18 Aug 2010 11:27:01
Changed By: ddunbar
Comments: MC/ELF: Allow null values in virtual sections, ELF doesn't use special
directives for putting contents in .bss, for example.Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: Transforms/DeadStoreElimination/crash.ll
	
	  Expected Passes    : 4923
	  Expected Failures  : 29
	  Unsupported Tests  : 549
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: Transforms/DeadStoreElimination/crash.ll

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.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 'crash.ll':
	21 opt               0x0000000000000003 start + 4294585139
	Stack dump:
	0.	Program arguments: opt -dse -S 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Dead Store Elimination' on function '@test2'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/Transforms/DeadStoreElimination/Output/crash.ll.script: line 2: 23669 Abort trap              'opt' '-dse' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/Transforms/DeadStoreElimination/crash.ll'
	--
	
	********************
	




More information about the llvm-testresults mailing list