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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sat May 29 19:05:04 PDT 2010


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

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

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

Build Reason: 
Build Source Stamp: 105128
Blamelist: dgregor

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Parse/Action.h
 include/clang/Sema/CodeCompleteConsumer.h
 lib/Parse/ParseDecl.cpp
 lib/Parse/ParseExpr.cpp
 lib/Parse/ParseStmt.cpp
 lib/Sema/Sema.h
 lib/Sema/SemaCodeComplete.cpp
 test/Index/complete-exprs.c
 test/Index/complete-type-factors.m
At: Sat 29 May 2010 18:52:17
Changed By: dgregor
Comments: Teach code completion to adjust its completion priorities based on the
type that we expect to see at a given point in the grammar, e.g., when
initializing a variable, returning a result, or calling a function. We
don't prune the candidate set at all, just adjust priorities to favor
things that should type-check, using an ultra-simplified type system.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 87.07s
	********************
	Failing Tests (1):
	    Clang :: Index/complete-type-factors.m
	
	  Expected Passes    : 2271
	  Expected Failures  : 17
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: Index/complete-type-factors.m

Last 10 lines of 'xfail':
	Clang :: CodeGen/blocks-2.c
	Clang :: CodeGenCXX/conversion-function.cpp
	Clang :: FixIt/fixit-errors.c
	Clang :: FixIt/fixit-pmem.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/pr4489.c
	Clang :: PCH/source-manager-stack.c
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'complete-type-factors.m':
	<stdin>:158:1: note: scanning from here
	ParmDecl:{ResultType enum Priority}{TypedText priority} (4)
	^
	<stdin>:159:33: note: possible intended match here
	EnumConstantDecl:{ResultType enum Color}{TypedText Red} (30)
	                                ^
	--
	
	********************
	




More information about the llvm-testresults mailing list