[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Dec 16 11:05:58 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/1767
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-10
Build Reason:
Build Source Stamp: 91548
Blamelist: dgregor
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGExprAgg.cpp
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaInit.cpp
test/CodeGenCXX/value-init.cpp
test/SemaCXX/dcl_init_aggr.cpp
At: Wed 16 Dec 2009 10:51:52
Changed By: dgregor
Comments: When value-initializing a class with no user-defined constructors but
with a non-trivial default constructor, zero-initialize the storage
and then call the default constructor. Fixes PR5800.
Properties:
LOGS:
Last 10 lines of 'test-clang.stdio':
Testing Time: 24.77s
********************
Failing Tests (1):
Clang::CodeGenCXX/value-init.cpp
Expected Passes : 1885
Expected Failures : 18
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'test-clang.fail':
Clang::CodeGenCXX/value-init.cpp
Last 10 lines of 'test-clang.xfail':
Clang::CXX/dcl.dcl/dcl.spec/dcl.typedef/p4.cpp
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::CodeGenCXX/rtti.cpp
Clang::CodeGenObjC/PR4894-recursive-debug-crash.m
Clang::PCH/source-manager-stack.c
Clang::SemaObjCXX/overload.mm
Clang::SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'test-clang.value-init.cpp':
<stdin>:24:28: note: scanning from here
call void @llvm.memset.i64(i8* %tmp2, i8 0, i64 8, i32 8)
^
<stdin>:25:2: note: possible intended match here
call void @_ZN1BC1Ev(%struct.B* %tmp1)
^
--
********************
More information about the llvm-testresults
mailing list