[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Nov 10 20:31:17 PST 2010


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/4443

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 118761
Blamelist: dgregor,djg,dpatel,fjahanian,gkistanova,grosbach,lattner,rafael,resistor,rjmccall,stoklund,stuart

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrInfo.td
At: Wed 10 Nov 2010 15:18:00
Changed By: grosbach
Comments: Fix ARM encoding of LDM+Return instruction.Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrInfo.td
At: Wed 10 Nov 2010 15:23:08
Changed By: grosbach
Comments: Fix ARM encoding of non-return LDM instructions.Properties: 




Files:
 lib/Sema/SemaChecking.cpp
 test/Sema/constant-conversion.c
At: Wed 10 Nov 2010 15:42:55
Changed By: rjmccall
Comments: When -Wconversion computes the range of a type, it uses the (bit-)range   
of the enumerators rather than the actual expressible range.  This is 
great when dealing with opaque *values* of that type, but when computing
the range of the type for purposes of converting *into* it, it produces
warnings in cases we don't care about (e.g. enum_t x = 500;).  Divide 
the logic into these two cases and use the more conservative range for
targets.    

Properties: 




File: lib/MC/ELFObjectWriter.cpp
At: Wed 10 Nov 2010 15:42:55
Changed By: rafael
Comments: Factor some code into WriteSection.Properties: 




Files:
 lib/Target/ARM/ARMCodeEmitter.cpp
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Wed 10 Nov 2010 15:42:55
Changed By: grosbach
Comments: ARM LDM encoding for the mode (ia, ib, da, db) operand.Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrInfo.td
At: Wed 10 Nov 2010 15:47:52
Changed By: grosbach
Comments: Move LDM predicate operand encoding into base clase. Add STM missing STM
encoding bits.Properties: 




File: www/compatibility.html
At: Wed 10 Nov 2010 15:58:13
Changed By: lattner
Comments: add a note about inline asm compatibility.
Properties: 




Files:
 lib/CodeGen/InlineSpiller.cpp
 lib/CodeGen/RegAllocLinearScan.cpp
At: Wed 10 Nov 2010 16:02:51
Changed By: stoklund
Comments: Hook up AliasAnalysis in InlineSpiller. This is used for rematerializing
constant loads.Properties: 




File: lib/CodeGen/SplitKit.cpp
At: Wed 10 Nov 2010 16:02:51
Changed By: stoklund
Comments: No need to add liveness that's already there.Properties: 




File: include/llvm/CodeGen/SlotIndexes.h
At: Wed 10 Nov 2010 16:02:51
Changed By: stoklund
Comments: Delete unused function.Properties: 




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: 




Files:
 lib/Target/ARM/ARMCodeEmitter.cpp
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Wed 10 Nov 2010 17:12:52
Changed By: grosbach
Comments: ARM STRH encoding information.Properties: 




File: utils/TableGen/CodeEmitterGen.cpp
At: Wed 10 Nov 2010 17:23:37
Changed By: resistor
Comments: Add support for specifying a PostEncoderMethod, which can perform post-processing after the automated encoding of an instruction.
Not yet used.
Properties: 




File: lib/Target/ARM/ARMInstrInfo.td
At: Wed 10 Nov 2010 17:33:44
Changed By: grosbach
Comments: Fix encoding of Ra register for ARM smla* instructions.Properties: 




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

Last 10 lines of 'fail':
	LLVM :: FrontendC/2008-04-08-NoExceptions.c
	LLVM :: FrontendC/func-aligned.c

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neon-table-encoding.s
	LLVM :: MC/ARM/neon-vld-encoding.s
	LLVM :: MC/ARM/neon-vst-encoding.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/DeadArgElim/deadexternal.ll
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/TailCallElim/nocapture.ll
	LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll

Last 10 lines of 'unsupported':
	LLVM :: FrontendObjC/2009-08-05-utf16.m
	LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
	LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
	LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
	LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
	LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
	LLVM :: FrontendObjC/2010-03-17-StructRef.m
	LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of '2008-04-08-noexceptions.c':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm-gcc.install/bin/llvm-gcc -mmacosx-version-min=10.5  -emit-llvm -w -S -o - /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/2008-04-08-NoExceptions.c | not grep {declare.*nounwind}
	--
	Exit Code: 1
	Command Output (stderr):
	--
	Expected 2 lines, got 0.
	--
	
	********************
	

Last 10 lines of 'func-aligned.c':
	<stdin>:1:1: note: scanning from here
	; ModuleID = '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/func-aligned.c'
	^
	<stdin>:5:1: note: possible intended match here
	define void @foo() align 64 {
	^
	--
	
	********************
	




More information about the llvm-testresults mailing list