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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Feb 18 17:32:11 PST 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/3634

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

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

Build Reason: 
Build Source Stamp: 96642
Blamelist: dgregor,evancheng,fjahanian,kremenek,lattner

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

sincerely,
 -The Buildbot


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

CHANGES:
File: utils/TableGen/DAGISelMatcherGen.cpp
At: Thu 18 Feb 2010 16:35:23
Changed By: lattner
Comments: I confused myself, temporaries will be recorded right along with other inputs.
Properties: 




Files:
 lib/CodeGen/SelectionDAG/TargetLowering.cpp
 test/CodeGen/X86/xor-icmp.ll
At: Thu 18 Feb 2010 16:35:23
Changed By: evancheng
Comments: Transform (xor (setcc), (setcc)) == / != 1 to
(xor (setcc), (setcc)) != / == 1.

e.g. On x86_64
  %0 = icmp eq i32 %x, 0
  %1 = icmp eq i32 %y, 0
  %2 = xor i1 %1, %0
  br i1 %2, label %bb, label %return
=>
	testl   %edi, %edi
	sete    %al
	testl   %esi, %esi
	sete    %cl
	cmpb    %al, %cl
	je      LBB1_2
Properties: 




Files:
 include/clang/AST/ASTContext.h
 include/clang/AST/DeclObjC.h
 lib/AST/ASTContext.cpp
 lib/AST/RecordLayoutBuilder.cpp
 lib/CodeGen/CGObjCMac.cpp
 lib/Frontend/PCHReaderDecl.cpp
 lib/Frontend/RewriteObjC.cpp
 lib/Sema/SemaDecl.cpp
 lib/Sema/SemaDeclObjC.cpp
 test/CodeGenObjC/stand-alone-implementation.m
At: Thu 18 Feb 2010 16:35:23
Changed By: fjahanian
Comments: Patch removes IVars list from ObjCInterfaceDecl and
instead relies on their DeclContext for iteration, etc.

Properties: 




File: lib/Basic/Diagnostic.cpp
At: Thu 18 Feb 2010 16:45:23
Changed By: dgregor
Comments: Use a little binary header in serialized diagnostics to help the deserializer skip over noise in the streamProperties: 




Files:
 include/clang/AST/Expr.h
 lib/AST/Expr.cpp
 lib/Frontend/PCHReaderStmt.cpp
 lib/Frontend/RewriteObjC.cpp
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaInit.cpp
At: Thu 18 Feb 2010 16:45:23
Changed By: kremenek
Comments: Change InitListExpr to allocate the array for holding references
to initializer expressions in an array allocated using ASTContext.

This plugs a memory leak when ASTContext uses a BumpPtrAllocator to
allocate memory for AST nodes.

In my mind this isn't an ideal solution; it would be nice to have
a general "vector"-like class that allocates memory using ASTContext,
but whose guts could be separated from the methods of InitListExpr
itself.  I haven't gone and taken this approach yet because it isn't
clear yet if we'll eventually want an alternate solution for recylcing
memory using by InitListExprs as we are constructing the ASTs.Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: FrontendC/2003-08-23-LocalUnionTest.c
	
	  Expected Passes    : 4975
	  Expected Failures  : 32
	  Unsupported Tests  : 63
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: FrontendC/2003-08-23-LocalUnionTest.c

Last 10 lines of 'xfail':
	LLVM :: FrontendC/pr5406.c
	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 '2003-08-23-localuniontest.c':
	
	--
	Command Output (stderr):
	--
	/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/FrontendC/2003-08-23-LocalUnionTest.c: In function 'test':
	/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/FrontendC/2003-08-23-LocalUnionTest.c:9: error: redefinition of 'union foo'
	--
	
	********************
	

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]: *** [stage2-bubble] Error 2
	make: *** [all] Error 2

Last 10 lines of 'warnings':
	warning: structure `et_node' used but not defined
	warning: structure `loop' used but not defined
	warning: structure `ipa_reference_vars_info_d' used but not defined
	warning: structure `reg_info_def' used but not defined
	warning: structure `value_set' used but not defined
	../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn'
	../../llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
	../../llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
	../../llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
	../../llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return




More information about the llvm-testresults mailing list