[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Dec 18 02:50:28 PST 2009
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/2468
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
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: 29.37s
********************
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::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
Clang::Analysis/misc-ps-region-store.cpp
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