[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Oct 1 17:14:55 PDT 2010
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/13978
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 115387
Blamelist: dgregor,stoklund
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/CodeGen/SimpleRegisterCoalescing.cpp
At: Fri 01 Oct 2010 16:57:08
Changed By: stoklund
Comments: Pretty up the debug output during RemoveCopyByCommutingDef.Properties:
Files:
include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
At: Fri 01 Oct 2010 16:57:08
Changed By: stoklund
Comments: When RemoveCopyByCommutingDef is creating additional identity copies, just use
LiveInterval::MergeValueNumberInto instead of trying to extend LiveRanges and
getting it wrong.
This fixed PR8249 where a valno with a multi-segment live range was defined by
an identity copy created by RemoveCopyByCommutingDef. Some of the live
segments disappeared.Properties:
File: lib/CodeGen/SimpleRegisterCoalescing.cpp
At: Fri 01 Oct 2010 16:57:08
Changed By: stoklund
Comments: Drop the use of LiveInterval::iterator and the LiveRange class in
RemoveCopyByCommutingDef.Properties:
Files:
lib/AST/ASTImporter.cpp
test/ASTMerge/Inputs/class1.cpp
test/ASTMerge/Inputs/class2.cpp
At: Fri 01 Oct 2010 16:57:08
Changed By: dgregor
Comments: Don't add an imported function into its lexical context until *after*
we've set all of its parameters. Fixes <rdar://problem/8499598>;
thanks to Sean for the diagnosis.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 43.42s
********************
Failing Tests (1):
Clang :: ASTMerge/class.cpp
Expected Passes : 2559
Expected Failures : 20
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'warnings':
// CHECK: class1.cpp:5:8: warning: type 'B' has incompatible definitions in different translation units
Last 10 lines of 'fail':
Clang :: ASTMerge/class.cpp
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 'class.cpp':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/class.cpp:5:11: error: expected string not found in input
// CHECK: class1.cpp:5:8: warning: type 'B' has incompatible definitions in different translation units
^
<stdin>:1:1: note: scanning from here
Assertion failed: (isInstantiation() && "Not an instantiation SLocEntry!"), function getInstantiation, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/lib/Serialization/../../include/clang/Basic/SourceManager.h, line 278.
^
--
********************
More information about the llvm-testresults
mailing list