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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Nov 10 17:34:22 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/10849

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

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

Build Reason: 
Build Source Stamp: 118754
Blamelist: dgregor,djg,rjmccall,stoklund,stuart

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Frontend/ASTUnit.h
 include/clang/Frontend/CompilerInstance.h
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/CompilerInstance.cpp
 test/Index/complete-driver-errors.c
 tools/libclang/CIndex.cpp
At: Wed 10 Nov 2010 16:42:37
Changed By: dgregor
Comments: Improve ASTUnit's capture of diagnostics so that the
diagnostic-capturing client lives as long as the ASTUnit itself
does. Otherwise, we can end up with crashes when we get a diagnostic
outside of parsing/code completion. The circumstances under which this
happen are really hard to reproduce, because a file needs to change
from under us.
Properties: 




Files:
 gcc/c-opts.c
 gcc/calls.c
 gcc/common.opt
 gcc/config/arm/darwin.h
 gcc/config/darwin.h
 gcc/cp/decl.c
 gcc/cp/init.c
 gcc/dwarf2out.c
 gcc/function.c
 gcc/opts.c
 gcc/tree-eh.c
 gcc/tree-ssa-math-opts.c
At: Wed 10 Nov 2010 16:42:37
Changed By: stuart
Comments: Support -fno-exceptions in Objective-C++.
Tweaked flag_exceptions from a binary into a trinary variable.
Properties: 




File: lib/Analysis/MemoryDependenceAnalysis.cpp
At: Wed 10 Nov 2010 16:47:38
Changed By: djg
Comments: It's not necessary to clear out the Size and TBAATag at each of
these points.
Properties: 




File: lib/Sema/SemaInit.cpp
At: Wed 10 Nov 2010 16:52:54
Changed By: rjmccall
Comments: Unnest;  no functionality change.

Properties: 




File: lib/CodeGen/Spiller.cpp
At: Wed 10 Nov 2010 16:57:39
Changed By: stoklund
Comments: Delete SplittingSpiller. It was not being used by anyone, and it is being
superceded by SplitKit.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: FrontendC/2008-04-08-NoExceptions.c
	    LLVM :: FrontendC/func-aligned.c
	
	  Expected Passes    : 5508
	  Expected Failures  : 42
	  Unsupported Tests  : 69
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: FrontendC/2008-04-08-NoExceptions.c
	LLVM :: FrontendC/func-aligned.c

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neon-table-encoding.s
	LLVM :: MC/ARM/neon-vld-encoding.s
	LLVM :: MC/ARM/neon-vst-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 :: 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 :: FrontendObjC/2010-02-23-DbgInheritance.m
	LLVM :: FrontendObjC/2010-03-17-StructRef.m
	LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of '2008-04-08-noexceptions.c':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/bin/llvm-gcc -m32  -emit-llvm -w -S -o - /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/FrontendC/2008-04-08-NoExceptions.c | not grep {declare.*nounwind}
	--
	Exit Code: 1
	Command Output (stderr):
	--
	Expected 2 lines, got 0.
	--
	
	********************
	

Last 10 lines of 'func-aligned.c':
	<stdin>:1:1: note: scanning from here
	; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/FrontendC/func-aligned.c'
	^
	<stdin>:5:1: note: possible intended match here
	define void @foo() align 64 {
	^
	--
	
	********************
	




More information about the llvm-testresults mailing list