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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Oct 19 18:46:08 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/14534

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

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

Build Reason: 
Build Source Stamp: 116901
Blamelist: dgregor

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Sema/Sema.h
 lib/Sema/SemaLookup.cpp
 test/SemaObjC/super.m
At: Tue 19 Oct 2010 18:33:53
Changed By: dgregor
Comments: Introduce a simple cache for unqualified typo corrections, so that we
don't repeatedly loop through identifiers, correcting the same typo'd
identifier over and over again. 

We still bail out after 20 typo corrections, but this should help
improve performance in the common case where we're typo-correcting
because the user forgot to include a header.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    Clang :: FixIt/typo.cpp
	
	  Expected Passes    : 2604
	  Expected Failures  : 20
	  Unsupported Tests  : 1
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: FixIt/typo.cpp

Last 10 lines of 'xfail':
	Clang :: FixIt/fixit-errors.c
	Clang :: FixIt/fixit-pmem.cpp
	Clang :: Lexer/hexfloat.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/pr4489.c
	Clang :: PCH/source-manager-stack.c
	Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'unsupported':
	Clang :: FixIt/typo.m

Last 10 lines of 'typo.cpp':
	--
	error: 'note' diagnostics expected but not seen: 
	  Line 51: 'member' declared here
	18 errors generated.
	error: error reading '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/FixIt/Output/typo.cpp.tmp'
	1 error generated.
	--
	
	********************
	




More information about the llvm-testresults mailing list