[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Dec 31 10:43:24 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/2942
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
Build Reason:
Build Source Stamp: 92365
Blamelist: andersca
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/virtual-override.cpp
At: Thu 31 Dec 2009 10:34:38
Changed By: andersca
Comments: Make sure that an overriding return type is complete before checking if it's covariant. Fixes PR5920.Properties:
LOGS:
Last 10 lines of 'test-clang.stdio':
********************
Failing Tests (2):
Clang::CodeGenCXX/virt.cpp
Clang::SemaCXX/abstract.cpp
Expected Passes : 1911
Expected Failures : 18
Unexpected Failures: 2
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'test-clang.fail':
Clang::CodeGenCXX/virt.cpp
Clang::SemaCXX/abstract.cpp
Last 10 lines of 'test-clang.xfail':
Clang::CXX/temp/temp.param/p14.cpp
Clang::CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
Clang::CodeGen/asm-inout.c
Clang::CodeGen/blocks-2.c
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.virt.cpp':
virtual test18_D& foo1() { return *this; }
^
/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/virt.cpp:886:8: note: definition of 'struct test18_D' is not complete until the closing '}'
struct test18_D : test18_NV1, virtual test18_B2 {
^
22 diagnostics generated.
--
********************
Last 10 lines of 'test-clang.abstract.cpp':
Line 89: pure virtual function 'getFoo'
Line 132: definition of 'struct PR5222::B' is not complete until the closing '}'
Line 135: definition of 'struct PR5222::C' is not complete until the closing '}'
Line 130: pure virtual function 'clone'
Line 133: pure virtual function 'clone'
35 diagnostics generated.
--
********************
More information about the llvm-testresults
mailing list