[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Dec 18 02:56:23 PST 2009


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

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

Buildslave for this Build: smoosh-10

Build Reason: 
Build Source Stamp: 91676
Blamelist: rjmccall

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Sema/Lookup.h
 lib/Sema/Sema.h
 lib/Sema/SemaDecl.cpp
 lib/Sema/SemaLookup.cpp
 test/SemaCXX/nested-name-spec.cpp
At: Fri 18 Dec 2009 02:41:52
Changed By: rjmccall
Comments: Pull Sema::isAcceptableLookupResult into SemaLookup.  Extract the criteria into
different functions and pick the function at lookup initialization time.
In theory we could actually divide the criteria functions into N different
functions for the N cases, but it's so not worth it.

Among other things, lets us invoke LookupQualifiedName without recomputing
IDNS info every time.

Do some refactoring in SemaDecl to avoid an awkward special case in LQN
that was only necessary for redeclaration testing for anonymous structs/unions ---
which could be done more efficiently with a scoped lookup anyway.

Properties: 




LOGS:
Last 10 lines of 'test-clang.stdio':
	Testing Time: 26.71s
	********************
	Failing Tests (1):
	    Clang::SemaCXX/nested-name-spec.cpp
	
	  Expected Passes    : 1888
	  Expected Failures  : 21
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'test-clang.fail':
	Clang::SemaCXX/nested-name-spec.cpp

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.nested-name-spec.cpp':
	--
	Command Output (stderr):
	--
	error: 'error' diagnostics seen but not expected: 
	  Line 206: expected a class or namespace
	44 diagnostics generated.
	--
	
	********************
	




More information about the llvm-testresults mailing list