[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Nov 8 22:18:52 PST 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/11552
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 118493
Blamelist: andersca,dgregor
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/CGRecordLayout.h
lib/CodeGen/CGRecordLayoutBuilder.cpp
At: Mon 08 Nov 2010 21:32:37
Changed By: andersca
Comments: Introduce the concept of a non-virtual base type to CGRecordLayoutBuilder as a first step towards fixing PR6995.Properties:
Files:
include/clang-c/Index.h
test/Index/code-complete-errors.c
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/CIndexDiagnostic.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports
At: Mon 08 Nov 2010 21:32:37
Changed By: dgregor
Comments: Introduce clang_getSpellingLocation() into libclang, to provide the
location where we're spelling a token even within a
macro. clang_getInstantiationLocation() tells where we instantiated
the macro.
I'm still not thrilled with the CXSourceLocation/CXSourceRange APIs,
since they gloss over macro-instantiation information.
Properties:
Files:
lib/Frontend/DocumentXML.cpp
lib/Lex/PPMacroExpansion.cpp
At: Mon 08 Nov 2010 21:48:06
Changed By: dgregor
Comments: Appeasing MSVC, take 3Properties:
LOGS:
Last 10 lines of 'stdio':
Failing Tests (3):
Clang :: Index/annotate-tokens-pp.c
Clang :: Index/blocks.c
Clang :: Index/c-index-getCursor-test.m
Expected Passes : 2635
Expected Failures : 20
Unexpected Failures: 3
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/blocks.c:8:11: warning: type specifier missing, defaults to 'int'
Last 10 lines of 'fail':
Clang :: Index/annotate-tokens-pp.c
Clang :: Index/blocks.c
Clang :: Index/c-index-getCursor-test.m
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-errors.c
Clang :: FixIt/fixit-pmem.cpp
Clang :: FixIt/typo.m
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 :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'annotate-tokens-pp.c':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Index/annotate-tokens-pp.c:176:11: error: expected string not found in input
// CHECK: Identifier: "z" [25:34 - 25:35] VarDecl=z:25:3 (Definition)
^
<stdin>:148:1: note: scanning from here
Identifier: "z" [25:34 - 25:35] VarDecl=z:25:34 (Definition)
^
--
********************
Last 10 lines of 'blocks.c':
<stdin>:19:1: note: scanning from here
// CHECK: <invalid loc>:17:17: UnexposedStmt=
^
<stdin>:29:11: note: possible intended match here
// CHECK: blocks.c:9:30: UnexposedStmt= Extent=[9:30 - 9:55]
^
--
********************
Last 10 lines of 'c-index-getcursor-test.m':
<stdin>:108:1: note: scanning from here
// CHECK: [57:10 - 58:4] UnexposedStmt=
^
<stdin>:109:11: note: possible intended match here
// CHECK: [58:4 - 58:8] VarDecl=my_var:2:1 (Definition)
^
--
********************
More information about the llvm-testresults
mailing list