[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Dec 28 12:37:51 PST 2009


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

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

Buildslave for this Build: clattner.apple.com

Build Reason: 
Build Source Stamp: 92223
Blamelist: lattner

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/VMCore/Metadata.cpp
At: Mon 28 Dec 2009 11:49:38
Changed By: lattner
Comments: tidy up and delete a dead smallvector.
Properties: 




LOGS:
Last 10 lines of 'test-clang.stdio':
	    Clang::Index/complete-protocols.m
	    Clang::Index/remap-complete.c
	    Clang::Lexer/rdr-6096838-2.c
	    Clang::Lexer/rdr-6096838.c
	
	  Expected Passes    : 1896
	  Expected Failures  : 19
	  Unexpected Failures: 15
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'test-clang.fail':
	Clang::Index/complete-interfaces.m
	Clang::Index/complete-member-access.m
	Clang::Index/complete-objc-message.m
	Clang::Index/complete-properties.m
	Clang::Index/complete-property-flags.m
	Clang::Index/complete-property-getset.m
	Clang::Index/complete-protocols.m
	Clang::Index/remap-complete.c
	Clang::Lexer/rdr-6096838-2.c
	Clang::Lexer/rdr-6096838.c

Last 10 lines of 'test-clang.xfail':
	Clang::CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
	Clang::CodeGen/asm-inout.c
	Clang::CodeGen/blocks-2.c
	Clang::CodeGenCXX/rtti.cpp
	Clang::CodeGenObjC/PR4894-recursive-debug-crash.m
	Clang::PCH/source-manager-stack.c
	Clang::Sema/ms-fuzzy-asm.c
	Clang::SemaCXX/rval-references-xfail.cpp
	Clang::SemaObjCXX/overload.mm
	Clang::SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'test-clang.bitfield-promote.c':
	Command Output (stdout):
	--
	--
	Command Output (stderr):
	--
	Expected 2 lines, got 1.
	--
	
	********************
	

Last 10 lines of 'test-clang.code-completion.cpp':
	<stdin>:1:1: note: scanning from here
	UnionDecl:{Informative Y::}{TypedText memfunc}{LeftParen (}{Optional }{Text }
	^
	<stdin>:3:37: note: possible intended match here
	<not implemented>:{LeftBracket [}{ResultType }
	                                    ^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-at-directives.m':
	<stdin>:1:1: note: scanning from here
	ClassDecl:{Text ;}{ResultType }{Placeholder alias}{Text }{Placeholder class}{Placeholder }{RightAngle >}{Placeholder }{LeftBracket [}
	^
	<stdin>:1:34: note: possible intended match here
	ClassDecl:{Text ;}{ResultType }{Placeholder alias}{Text }{Placeholder class}{Placeholder }{RightAngle >}{Placeholder }{LeftBracket [}
	                                 ^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-at-exprstmt.m':
	<stdin>:1:1: note: scanning from here
	<not implemented>:{RightParen )}{Informative }{RightParen )}{LeftParen (}{Placeholder selector}{RightParen )}{RightParen )}{TypedText synchronized}{Text }{LeftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}{Informative }
	^
	<stdin>:2:98: note: possible intended match here
	<not implemented>:{Text ;}{Comma , }{TypedText try}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @finally}{LeftBrace {}{Placeholder statements}{RightBrace }}
	                                                                                                 ^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-categories.m':
	<stdin>:1:1: note: scanning from here
	UnionDecl:{LeftAngle <}{Text }
	^
	<stdin>:1:2: note: possible intended match here
	UnionDecl:{LeftAngle <}{Text }
	 ^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-interfaces.m':
	<stdin>:1:1: note: scanning from here
	UnionDecl:{RightBrace }}{Text }
	^
	<stdin>:1:25: note: possible intended match here
	UnionDecl:{RightBrace }}{Text }
	                        ^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-member-access.m':
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/tools/clang/test/Index/complete-member-access.m:26:65: error: expected string not found in input
	// CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText prop1}
	                                                                ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-objc-message.m':
	<stdin>:1:1: note: scanning from here
	<not implemented>:{TypedText classMethod1:}{Placeholder (id)a}{Text withKeyword:}{Placeholder (int)b}{Optional }{ResultType void}{TypedText classMethod2}{Optional }{ResultType id}{TypedText new}{Optional }{ResultType id}{TypedText protocolClassMethod}
	^
	<stdin>:1:221: note: possible intended match here
	<not implemented>:{TypedText classMethod1:}{Placeholder (id)a}{Text withKeyword:}{Placeholder (int)b}{Optional }{ResultType void}{TypedText classMethod2}{Optional }{ResultType id}{TypedText new}{Optional }{ResultType id}{TypedText protocolClassMethod}
	                                                                                                                                                                                                                            ^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-properties.m':
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/tools/clang/test/Index/complete-properties.m:25:65: error: expected string not found in input
	// CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop0}
	                                                                ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-property-flags.m':
	<stdin>:1:1: note: scanning from here
	<not implemented>:{Text = }{Placeholder method}{Text }{LeftBracket [}
	^
	<stdin>:1:14: note: possible intended match here
	<not implemented>:{Text = }{Placeholder method}{Text }{LeftBracket [}
	             ^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-property-getset.m':
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/tools/clang/test/Index/complete-property-getset.m:23:73: error: expected string not found in input
	// CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter1}
	                                                                        ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'test-clang.complete-protocols.m':
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/tools/clang/test/Index/complete-protocols.m:18:53: error: expected string not found in input
	// CHECK-CC1: ObjCProtocolDecl:{TypedText Protocol1}
	                                                    ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'test-clang.remap-complete.c':
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/tools/clang/test/Index/remap-complete.c:4:82: error: expected string not found in input
	// CHECK: FunctionDecl:{ResultType void}{TypedText f0}{LeftParen (}{RightParen )}
	                                                                                 ^
	<stdin>:1:1: note: scanning from here
	UnionDecl:{TypedText f0}{LeftParen (}{RightParen )}{Text }
	^
	--
	
	********************
	

Last 10 lines of 'test-clang.rdr-6096838-2.c':
	--
	Command Output (stderr):
	--
	error: 'error' diagnostics seen but not expected: 
	  Line 5: magnitude of floating-point constant too small for type 'long double'; minimum is 4.940656458412465E-324
	3 diagnostics generated.
	--
	
	********************
	

Last 10 lines of 'test-clang.rdr-6096838.c':
	--
	Command Output (stderr):
	--
	error: 'error' diagnostics seen but not expected: 
	  Line 6: magnitude of floating-point constant too small for type 'long double'; minimum is 4.940656458412465E-324
	2 diagnostics generated.
	--
	
	********************
	




More information about the llvm-testresults mailing list