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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Feb 22 18:27:48 PST 2010


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/964

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

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

Build Reason: 
Build Source Stamp: 96850
Blamelist: djg,fjahanian,kremenek,lattner,rjmccall,zhongxingxu

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/AST/DeclCXX.h
 lib/AST/DeclCXX.cpp
 lib/CodeGen/CGCXX.cpp
 lib/CodeGen/CGCall.cpp
 lib/CodeGen/CGClass.cpp
 lib/CodeGen/CodeGenFunction.h
 lib/CodeGen/CodeGenModule.cpp
 lib/CodeGen/CodeGenModule.h
 lib/CodeGen/CodeGenTypes.h
 test/CodeGenCXX/constructors.cpp
 test/CodeGenCXX/default-arguments.cpp
 test/CodeGenCXX/destructors.cpp
 test/CodeGenCXX/virtual-destructor-calls.cpp
 test/CodeGenCXX/vtable-pointer-initialization.cpp
At: Mon 22 Feb 2010 16:50:42
Changed By: rjmccall
Comments: Perform two more constructor/destructor code-size optimizations:

1) emit base destructors as aliases to their unique base class destructors
under some careful conditions.  This is enabled for the same targets that can
support complete-to-base aliases, i.e. not darwin.

2) Emit non-variadic complete constructors for classes with no virtual bases
as calls to the base constructor.  This is enabled on all targets and in
theory can trigger in situations that the alias optimization can't (mostly
involving virtual bases, mostly not yet supported).

These are bundled together because I didn't think it worthwhile to split them,
not because they really need to be.

Properties: 




Files:
 include/llvm/CodeGen/DAGISelHeader.h
 utils/TableGen/DAGISelMatcherEmitter.cpp
At: Mon 22 Feb 2010 17:00:52
Changed By: lattner
Comments: switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a
VBR encoding for the insanity being perpetrated by the spu backend. 
Properties: 




File: include/llvm/CodeGen/DAGISelHeader.h
At: Mon 22 Feb 2010 17:10:44
Changed By: lattner
Comments: fix an off-by-one error.
Properties: 




File: utils/TableGen/DAGISelMatcherEmitter.cpp
At: Mon 22 Feb 2010 17:10:44
Changed By: lattner
Comments: really fix an off-by-one error
Properties: 




File: lib/Target/CellSPU/SPUISelDAGToDAG.cpp
At: Mon 22 Feb 2010 17:20:42
Changed By: lattner
Comments: the cell backend is making all sorts of unsafe and incorrect assumptions 
about ownership and update policies.  It isn't clear why it is doing all
this lowering at isel time instead of in legalize.  This fixes fcmp64.ll
Properties: 




File: include/clang/Checker/PathSensitive/MemRegion.h
At: Mon 22 Feb 2010 17:20:42
Changed By: zhongxingxu
Comments: Correct comment.Properties: 




File: lib/Sema/SemaChecking.cpp
At: Mon 22 Feb 2010 17:20:42
Changed By: kremenek
Comments: Simplify logic for determining values of 'ReturnsVoid' and 'HasNoReturn' flags.
No functionality change.Properties: 




File: lib/Sema/SemaChecking.cpp
At: Mon 22 Feb 2010 17:20:42
Changed By: kremenek
Comments: Use SmallVectorImpl::iterator.Properties: 




File: test/Transforms/InstCombine/ptr-int-cast.ll
At: Mon 22 Feb 2010 17:30:42
Changed By: djg
Comments: Convert this test to FileCheck and add a testcase for PR3574.
Properties: 




Files:
 include/clang/AST/DeclObjC.h
 lib/AST/ASTContext.cpp
 lib/AST/DeclObjC.cpp
 lib/Sema/SemaDeclObjC.cpp
 test/SemaObjC/ivar-in-class-extension.m
At: Mon 22 Feb 2010 17:30:42
Changed By: fjahanian
Comments: More support for ivars in class extension.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/CellSPU/fcmp64.ll
	
	  Expected Passes    : 4537
	  Expected Failures  : 26
	  Unsupported Tests  : 510
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/CellSPU/fcmp64.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 'fcmp64.ll':
	2  libSystem.B.dylib 0x90b749fc _sigtramp + 68
	
	Stack dump:
	0.	Program arguments: llc -march=cellspu 
	1.	Running pass 'Cell SPU DAG->DAG Pattern Instruction Selection' on function '@fcmp_eq_setcc_f64'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/CellSPU/Output/fcmp64.ll.script: line 2: 73402 Abort trap              'llc' '-march=cellspu' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/CellSPU/fcmp64.ll' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/CellSPU/Output/fcmp64.ll.tmp1.s'
	--
	
	********************
	

Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/CellSPU/fcmp64.ll
	
	  Expected Passes    : 4972
	  Expected Failures  : 38
	  Unsupported Tests  : 63
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/CellSPU/fcmp64.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 :: FrontendObjC/2009-04-14-AsmSection.m
	LLVM :: FrontendObjC/2009-04-27-bitfield-vs-ivar.m
	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 :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'fcmp64.ll':
	2  libSystem.B.dylib 0x90b749fc _sigtramp + 68
	3  llc               0x00867eec llvm::createSourceListDAGScheduler(llvm::SelectionDAGISel*, llvm::CodeGenOpt::Level) + 7404
	Stack dump:
	0.	Program arguments: llc -march=cellspu 
	1.	Running pass 'Cell SPU DAG->DAG Pattern Instruction Selection' on function '@fcmp_eq_setcc_f64'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/CellSPU/Output/fcmp64.ll.script: line 2: 23940 Abort trap              'llc' '-march=cellspu' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/CellSPU/fcmp64.ll' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/CellSPU/Output/fcmp64.ll.tmp1.s'
	--
	
	********************
	




More information about the llvm-testresults mailing list