[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Sun Nov 14 09:52:43 PST 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6257
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 119045
Blamelist: kremenek
BUILD FAILED: failed test-clang_1
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/clang/Basic/LangOptions.h
At: Sun 14 Nov 2010 09:08:07
Changed By: kremenek
Comments: Clean up initialization of LangOptions object by splitting part of it into a parent class
'LangOptionsBase' that default initializes all flags to 0. Now the ctor of LangOptions
only initializes the flags that might be non-zero (significantly simplifying things).
This also appeases Valgrind on Mac OS X, which no longer reports that one of the flags
may be uninitialized.Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 19.04s
********************
Failing Tests (1):
Clang :: Index/recursive-cxx-member-calls.cpp
Expected Passes : 2647
Expected Failures : 20
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: Index/recursive-cxx-member-calls.cpp
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 'recursive-cxx-member-calls.cpp':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Index/recursive-cxx-member-calls.cpp:189:18: error: expected string not found in input
// CHECK-tokens: Keyword: "typedef" [1:1 - 1:8]
^
<stdin>:1:1: note: scanning from here
^
--
********************
More information about the llvm-testresults
mailing list