[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Aug 25 20:05:54 PDT 2010
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/9666
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 112151
Blamelist: dgregor,djg,echristo,rjmccall
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/llvm/ADT/SmallVector.h
At: Wed 25 Aug 2010 19:14:37
Changed By: rjmccall
Comments: SmallVector's growth policies don't like starting from zero capacity.
I think there are good reasons to change this, but in the interests
of short-term stability, make SmallVector<...,0> reserve non-zero
capacity in its constructors. This means that SmallVector<...,0>
uses more memory than SmallVector<...,1> and should really only be
used (unless/until this workaround is removed) by clients that
care about using SmallVector with an incomplete type.
Properties:
Files:
lib/Headers/emmintrin.h
lib/Headers/smmintrin.h
At: Wed 25 Aug 2010 19:14:37
Changed By: echristo
Comments: Move some type defines from smmintrin.h to emmintrin.h to match where
gcc defines them.
Properties:
Files:
include/clang/Sema/DelayedDiagnostic.h
include/clang/Sema/Sema.h
include/clang/Sema/SemaInternal.h
lib/Sema/Sema.cpp
lib/Sema/SemaAccess.cpp
lib/Sema/SemaDeclAttr.cpp
At: Wed 25 Aug 2010 19:14:37
Changed By: rjmccall
Comments: Restore r112114 now that SmallVector<...,0> is safe.
Properties:
Files:
include/clang-c/Index.h
lib/Frontend/ASTUnit.cpp
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports
At: Wed 25 Aug 2010 19:25:23
Changed By: dgregor
Comments: Move the sorting of code-completion results out of the main path and
into the clients, e.g., the printing code-completion consumer and
c-index-test. Clients may want to re-sort the results anyway.
Provide a libclang function that sorts the results.
Properties:
File: include/clang/Basic/SourceManager.h
At: Wed 25 Aug 2010 19:29:37
Changed By: djg
Comments: Fix a typo.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 108.26s
********************
Failing Tests (1):
Clang :: Index/complete-objc-message.m
Expected Passes : 2480
Expected Failures : 19
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:55:1: warning: incomplete implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:24:3:{24:3-24:11}: warning: method '-xx' not found (return type defaults to 'id')
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:55:1: warning: incomplete implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:24:3:{24:3-24:11}: warning: method '-xx' not found (return type defaults to 'id')
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:55:1: warning: incomplete implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:24:3:{24:3-24:11}: warning: method '-xx' not found (return type defaults to 'id')
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:55:1: warning: incomplete implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:24:3:{24:3-24:11}: warning: method '-xx' not found (return type defaults to 'id')
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:24:3:{24:3-24:11}: warning: method '-xx' not found (return type defaults to 'id')
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/complete-objc-message.m:55:1: warning: incomplete implementation
Last 10 lines of 'fail':
Clang :: Index/complete-objc-message.m
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-pmem.cpp
Clang :: FixIt/fixit-errors.c
Clang :: Lexer/hexfloat.cpp
Clang :: PCH/changed-files.c
Clang :: PCH/pr4489.c
Clang :: PCH/source-manager-stack.c
Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
Clang :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'complete-objc-message.m':
<stdin>:7:184: note: scanning from here
ObjCInstanceMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)f}{HorizontalSpace }{Text Arg1:}{Placeholder (int)i1}{HorizontalSpace }{Text Arg2:}{Placeholder (int)i2} (20)
^
<stdin>:12:1: note: possible intended match here
ObjCInstanceMethodDecl:{ResultType int}{TypedText OtherMethod:}{Placeholder (float)f}{HorizontalSpace }{Text Arg1:}{Placeholder (int)i1}{HorizontalSpace }{Text Arg2:}{Placeholder (int)i2} (20)
^
--
********************
More information about the llvm-testresults
mailing list