[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Nov 10 18:10:36 PST 2010


The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/6478

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 118755
Blamelist: dgregor,djg,dpatel,fjahanian,gkistanova,rjmccall,stoklund,stuart

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 extras/build-x-4-armeabi-hardfloat
 extras/build-x-4-armeabi-softfloat
At: Wed 10 Nov 2010 16:12:52
Changed By: gkistanova
Comments: Added script for new arm-softfloat-eabi builder. Fixed existing arm-eabi script.Properties: 




File: docs/TestingGuide.html
At: Wed 10 Nov 2010 16:17:37
Changed By: dpatel
Comments: Document debuginfo-tests.
Properties: 




Files:
 lib/CodeGen/CGBlocks.cpp
 lib/CodeGen/CGBlocks.h
 lib/Sema/SemaExpr.cpp
 test/CodeGenObjC/block-var-layout.m
 test/CodeGenObjCXX/block-var-layout.mm
At: Wed 10 Nov 2010 16:17:37
Changed By: fjahanian
Comments: Adding couple of Block API, a bug fix and
a test change, all for blocks. wip.
Properties: 




Files:
 include/llvm/CodeGen/SlotIndexes.h
 lib/CodeGen/SlotIndexes.cpp
At: Wed 10 Nov 2010 16:22:59
Changed By: stoklund
Comments: Insert two blank SlotIndexes between basic blocks instead of just one.

This is the first small step towards using closed intervals for liveness instead
of the half-open intervals we're using now.

We want to be able to distinguish between a SlotIndex that represents a variable
being live-out of a basic block, and an index representing a variable live-in to
its successor.

That requires two separate indexes between blocks. One for live-outs and one for
live-ins.

With this change, getMBBEndIdx(MBB).getPrevSlot() becomes stable so it stays
greater than any instructions inserted at the end of MBB.Properties: 




Files:
 include/llvm/Analysis/MemoryDependenceAnalysis.h
 lib/Analysis/MemoryDependenceAnalysis.cpp
At: Wed 10 Nov 2010 16:22:59
Changed By: djg
Comments: Set NonLocalDepInfo's Size field to UnknownSize when invalidating
it, so that it doesn't appear to be a known size.
Properties: 




File: gcc/c-typeck.c
At: Wed 10 Nov 2010 16:37:40
Changed By: stuart
Comments: Support taking the address of a block function within a block.
Radar 8521187.
Needs a test case.
Properties: 




Files:
 include/clang/Frontend/ASTUnit.h
 include/clang/Frontend/CompilerInstance.h
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/CompilerInstance.cpp
 test/Index/complete-driver-errors.c
 tools/libclang/CIndex.cpp
At: Wed 10 Nov 2010 16:42:37
Changed By: dgregor
Comments: Improve ASTUnit's capture of diagnostics so that the
diagnostic-capturing client lives as long as the ASTUnit itself
does. Otherwise, we can end up with crashes when we get a diagnostic
outside of parsing/code completion. The circumstances under which this
happen are really hard to reproduce, because a file needs to change
from under us.
Properties: 




Files:
 gcc/c-opts.c
 gcc/calls.c
 gcc/common.opt
 gcc/config/arm/darwin.h
 gcc/config/darwin.h
 gcc/cp/decl.c
 gcc/cp/init.c
 gcc/dwarf2out.c
 gcc/function.c
 gcc/opts.c
 gcc/tree-eh.c
 gcc/tree-ssa-math-opts.c
At: Wed 10 Nov 2010 16:42:37
Changed By: stuart
Comments: Support -fno-exceptions in Objective-C++.
Tweaked flag_exceptions from a binary into a trinary variable.
Properties: 




File: lib/Analysis/MemoryDependenceAnalysis.cpp
At: Wed 10 Nov 2010 16:47:38
Changed By: djg
Comments: It's not necessary to clear out the Size and TBAATag at each of
these points.
Properties: 




File: lib/Sema/SemaInit.cpp
At: Wed 10 Nov 2010 16:52:54
Changed By: rjmccall
Comments: Unnest;  no functionality change.

Properties: 




File: lib/CodeGen/Spiller.cpp
At: Wed 10 Nov 2010 16:57:39
Changed By: stoklund
Comments: Delete SplittingSpiller. It was not being used by anyone, and it is being
superceded by SplitKit.Properties: 




File: test/Analysis/TypeBasedAliasAnalysis/precedence.ll
At: Wed 10 Nov 2010 17:07:52
Changed By: djg
Comments: Add a testcase which demonstrates alias analysis pass precedence.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: FrontendC/2008-04-08-NoExceptions.c
	
	  Expected Passes    : 5539
	  Expected Failures  : 42
	  Unsupported Tests  : 40
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'dg.log':
	

Last 10 lines of 'dg.sum':
	




More information about the llvm-testresults mailing list