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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Feb 24 18:16:23 PST 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/4507

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

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

Build Reason: 
Build Source Stamp: 97094
Blamelist: dgregor,lattner,pingbak

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/CellSPU/SPU.h
 lib/Target/CellSPU/SPURegisterInfo.cpp
 lib/Target/CellSPU/SPURegisterInfo.h
At: Wed 24 Feb 2010 17:55:31
Changed By: pingbak
Comments: Large stack frame patch for the CellSPU: handle stack frames that exceed 8176
(511*16) bytes register displacement (D-form).

NOTE: This is a potential headache, given the SPU's local core limitations,
allowing the software developer to commit stack overrun suicide unknowingly.
Also, large SPU stack frames will cause code size explosion. But, one presumes
that the software developer knows what they're doing...

Contributed by Kalle.Raiskila at nokia.com, edited slightly before commit.
Properties: 




Files:
 include/clang/AST/ExprCXX.h
 lib/AST/ExprCXX.cpp
 lib/AST/StmtPrinter.cpp
 lib/Sema/Sema.h
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/TreeTransform.h
 test/SemaTemplate/destructor-template.cpp
 test/SemaTemplate/member-access-expr.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: dgregor
Comments: Use CXXPseudoDestructorExpr as the stored representation for dependent
expressions that look like pseudo-destructors, e.g.,

  p->T::~T()

where p has dependent type.

At template instantiate time, we determine whether we actually have a
pseudo-destructor or a member access, and funnel down to the
appropriate routine in Sema.

Fixes PR6380.

Properties: 




Files:
 include/llvm/CodeGen/DAGISelHeader.h
 utils/TableGen/DAGISelEmitter.cpp
 utils/TableGen/DAGISelMatcher.cpp
 utils/TableGen/DAGISelMatcher.h
 utils/TableGen/DAGISelMatcherEmitter.cpp
 utils/TableGen/DAGISelMatcherOpt.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: lattner
Comments: rename PushMatcherNode -> ScopeMatcherNode to more accurately
reflect what it does.  Switch the sense of the Next and the Check
arms to be more logical.  No functionality change.
Properties: 




File: utils/TableGen/DAGISelMatcherOpt.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: lattner
Comments: add some noop code to push it out of my tree.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/CellSPU/call.ll
	    LLVM :: CodeGen/CellSPU/struct_1.ll
	    LLVM :: CodeGen/CellSPU/vec_const.ll
	
	  Expected Passes    : 4558
	  Expected Failures  : 25
	  Unsupported Tests  : 511
	  Unexpected Failures: 3
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/CellSPU/call.ll
	LLVM :: CodeGen/CellSPU/struct_1.ll
	LLVM :: CodeGen/CellSPU/vec_const.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/include.c
	LLVM :: LLVMC/C++/together.cpp
	LLVM :: LLVMC/C/emit-llvm.c
	LLVM :: LLVMC/C/hello.c
	LLVM :: LLVMC/C++/hello.cpp
	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 'call.ll':
	14 llc               0x00000001000303bc start + 52
	15 llc               0x0000000000000002 start + 4294769786
	Stack dump:
	0.	Program arguments: llc -march=cellspu 
	1.	Running pass 'Prolog/Epilog Insertion & Frame Finalization' on function '@stub_2'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/CellSPU/Output/call.ll.script: line 11:  5852 Abort trap              'llc' '-march=cellspu' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/CellSPU/call.ll' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/CellSPU/Output/call.ll.tmp1.s'
	--
	
	********************
	

Last 10 lines of 'struct_1.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	Expected 11 lines, got 27.
	--
	
	********************
	

Last 10 lines of 'vec_const.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	Expected 6 lines, got 24.
	--
	
	********************
	




More information about the llvm-testresults mailing list