[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Sun Mar 7 15:39:04 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/6002
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
Build Reason:
Build Source Stamp: 97925
Blamelist: dgregor
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/CGExprAgg.cpp
lib/Sema/SemaCXXCast.cpp
test/CodeGenCXX/nullptr.cpp
test/SemaCXX/static-cast.cpp
At: Sun 07 Mar 2010 15:29:24
Changed By: dgregor
Comments: Perform overload resolution when static_cast'ing from a
pointer-to-member-to-derived to a pointer-to-member-to-base. Fixes
PR6072.
Properties:
Files:
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/typename-specifier-4.cpp
At: Sun 07 Mar 2010 15:29:24
Changed By: dgregor
Comments: Robustify callers that rebuild typename type nodes again NULL return
types. Fixes PR6463.
Properties:
Files:
test/SemaCXX/exceptions.cpp
test/SemaTemplate/instantiate-function-1.cpp
At: Sun 07 Mar 2010 15:29:24
Changed By: dgregor
Comments: Downgrade errors when trying to catch a pointer or reference to
incomplete type to warnings; GCC (and EDG in GCC compatibility mode)
permit such handles. Fixes PR6527.
Properties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (2):
Clang :: SemaCXX/exceptions.cpp
Clang :: SemaTemplate/instantiate-function-1.cpp
Expected Passes : 2087
Expected Failures : 13
Unexpected Failures: 2
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: SemaCXX/exceptions.cpp
Clang :: SemaTemplate/instantiate-function-1.cpp
Last 10 lines of 'xfail':
Clang :: CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p3.cpp
Clang :: CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
Clang :: CXX/temp/temp.param/p14.cpp
Clang :: CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
Clang :: CodeGen/blocks-2.c
Clang :: CodeGenCXX/conversion-function.cpp
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 'exceptions.cpp':
Line 15: cannot catch pointer to incomplete type 'struct A'
Line 16: cannot catch reference to incomplete type 'struct A'
error: 'warning' diagnostics expected but not seen:
Line 15: pointer to incomplete type 'struct A'
Line 16: reference to incomplete type 'struct A'
45 diagnostics generated.
--
********************
Last 10 lines of 'instantiate-function-1.cpp':
--
error: 'error' diagnostics seen but not expected:
Line 197: cannot catch pointer to incomplete type 'struct Incomplete'
error: 'warning' diagnostics expected but not seen:
Line 197: incomplete type
30 diagnostics generated.
--
********************
More information about the llvm-testresults
mailing list