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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Nov 11 00:17:33 PST 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/15464

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

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

Build Reason: 
Build Source Stamp: 118783
Blamelist: kremenek

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 test/Index/recursive-member-access.c
 tools/libclang/CIndex.cpp
At: Thu 11 Nov 2010 00:07:52
Changed By: kremenek
Comments: Generalize data-recursive visitation in CursorVisitor to also handle MemberExprs
and CXXCallMemberExprs.  This scheme is hopefully general enough to extend to the
rest of the visitor if necessary.Properties: 




Files:
 test/Index/recursive-cxx-member-calls.cpp
 tools/libclang/CIndex.cpp
At: Thu 11 Nov 2010 00:07:52
Changed By: kremenek
Comments: Annotate tokens in a separate thread to avoid blowing out stack space.  While the CursorVisitor
is gradually becoming more data recursive, AnnotateTokensVisitor does its own recursive call
within the visitor that can still blow out the stack.  This can potentially be reworked to avoid this,
but for now just do token annotation on a separate thread.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 43.13s
	********************
	Failing Tests (1):
	    Clang :: Index/recursive-cxx-member-calls.cpp
	
	  Expected Passes    : 2646
	  Expected Failures  : 20
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: Index/recursive-cxx-member-calls.cpp

Last 10 lines of 'xfail':
	Clang :: FixIt/fixit-errors.c
	Clang :: FixIt/fixit-pmem.cpp
	Clang :: FixIt/typo.m
	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 :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'recursive-cxx-member-calls.cpp':
	<stdin>:327:1: note: scanning from here
	// CHECK: recursive-cxx-member-calls.cpp:87:12: CXXConstructor=StringSwitch<T, R>:87:12 (Definition) ExtentAssertion failed: (isInstantiation() && "Not an instantiation SLocEntry!"), function getInstantiation, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/lib/Basic/../../include/clang/Basic/SourceManager.h, line 279.
	^
	<stdin>:327:42: note: possible intended match here
	// CHECK: recursive-cxx-member-calls.cpp:87:12: CXXConstructor=StringSwitch<T, R>:87:12 (Definition) ExtentAssertion failed: (isInstantiation() && "Not an instantiation SLocEntry!"), function getInstantiation, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/lib/Basic/../../include/clang/Basic/SourceManager.h, line 279.
	                                         ^
	--
	
	********************
	




More information about the llvm-testresults mailing list