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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Aug 24 16:44:56 PDT 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/3757

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 111959
Blamelist: ddunbar,dgregor,djg,dpatel,enderby,fjahanian,grosbach,kremenek,resistor,rjmccall,void

BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Linker/LinkModules.cpp
At: Tue 24 Aug 2010 11:15:23
Changed By: djg
Comments: Don't cast away qualifiers with C-style casts.
Properties: 




Files:
 lib/MC/MCParser/AsmParser.cpp
 test/MC/AsmParser/dollars-in-identifiers.s
At: Tue 24 Aug 2010 11:15:23
Changed By: ddunbar
Comments: MC/Parser: Accept leading dollar signs in identifiers.
 - Implemented by manually splicing the tokens. If this turns out to be
   problematically platform specific, a more elegant solution would be to
   implement some context dependent lexing support.Properties: 




File: docs/UsersManual.html
At: Tue 24 Aug 2010 11:15:23
Changed By: kremenek
Comments: Document '__clang_analyzer__'.Properties: 




File: lib/CodeGen/CGDebugInfo.cpp
At: Tue 24 Aug 2010 11:15:23
Changed By: dpatel
Comments: Fix enum size and align. Tested by setvar.exp in gdb testsuite.
Properties: 




Files:
 lib/Sema/SemaObjCProperty.cpp
 test/SemaObjC/property-and-ivar-use.m
At: Tue 24 Aug 2010 11:52:13
Changed By: fjahanian
Comments: Fix a bug in nonfragile-abi2 when attempting to diagnose
previous use of a synthesized 'ivar' with property of same name
declared as @dynamic. In this case, 'ivar' is in the
inherited class and no diagnostics should be issued.

Properties: 




Files:
 include/llvm/Transforms/Utils/ValueMapper.h
 lib/Linker/LinkModules.cpp
 lib/Transforms/Utils/CloneFunction.cpp
 lib/Transforms/Utils/CloneModule.cpp
 lib/Transforms/Utils/ValueMapper.cpp
 lib/Transforms/Utils/ValueMapper.h
At: Tue 24 Aug 2010 11:54:57
Changed By: djg
Comments: Use MapValue in the Linker instead of having a private function
which does the same thing. This eliminates redundant code and
handles MDNodes better. MDNode linking still doesn't fully
work yet though.
Properties: 




Files:
 include/llvm/Target/TargetRegisterInfo.h
 lib/CodeGen/LLVMTargetMachine.cpp
 lib/CodeGen/LocalStackSlotAllocation.cpp
 lib/CodeGen/PrologEpilogInserter.cpp
 lib/Target/ARM/ARMBaseRegisterInfo.cpp
 lib/Target/ARM/ARMBaseRegisterInfo.h
At: Tue 24 Aug 2010 12:09:57
Changed By: grosbach
Comments: Move enabling the local stack allocation pass into the target where it belongs.
For now it's still a command line option, but the interface to the generic
code doesn't need to know that.Properties: 




Files:
 include/clang/Lex/CodeCompletionHandler.h
 include/clang/Lex/Preprocessor.h
 include/clang/Parse/Parser.h
 include/clang/Sema/Action.h
 include/clang/Sema/Sema.h
 lib/Lex/Lexer.cpp
 lib/Lex/PPDirectives.cpp
 lib/Lex/Preprocessor.cpp
 lib/Parse/Parser.cpp
 lib/Sema/SemaCodeComplete.cpp
 test/Index/complete-preprocessor.m
At: Tue 24 Aug 2010 12:09:57
Changed By: dgregor
Comments: Introduce basic code-completion support for preprocessor directives,
e.g., after a "#" we'll suggest #if, #ifdef, etc.
Properties: 




Files:
 lib/Target/X86/AsmParser/X86AsmParser.cpp
 test/MC/AsmParser/X86/x86_instructions.s
At: Tue 24 Aug 2010 12:16:32
Changed By: ddunbar
Comments: MC/X86: Warn on scale factors > 1 without index register, instead of erroring,
for 'as' compatibility.Properties: 




Files:
 lib/MC/MCParser/AsmParser.cpp
 test/MC/AsmParser/dollars-in-identifiers.s
At: Tue 24 Aug 2010 12:16:32
Changed By: ddunbar
Comments: MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support
dollars in identifiers.Properties: 




Files:
 lib/Target/X86/AsmParser/X86AsmParser.cpp
 test/MC/AsmParser/X86/x86_instructions.s
At: Tue 24 Aug 2010 12:25:15
Changed By: ddunbar
Comments: MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends.Properties: 




File: lib/Linker/LinkModules.cpp
At: Tue 24 Aug 2010 12:34:57
Changed By: djg
Comments: When linking NamedMDNodes, remap their operands.
Properties: 




File: lib/Linker/LinkModules.cpp
At: Tue 24 Aug 2010 12:40:36
Changed By: djg
Comments: Link NamedMDNodes after linking GlobalValues, so that MDNodes
which reference GlobalValues are properly remapped.
Properties: 




Files:
 lib/Target/X86/AsmParser/X86AsmParser.cpp
 test/MC/AsmParser/X86/x86_instructions.s
At: Tue 24 Aug 2010 12:40:36
Changed By: ddunbar
Comments: MC/X86: Tweak imul recognition, previous hack only applies for the imul form
taking immediates.Properties: 




Files:
 bindings/ada/llvm/llvm.ads
 lib/Linker/LinkModules.cpp
 tools/llvm-nm/llvm-nm.cpp
At: Tue 24 Aug 2010 13:05:19
Changed By: void
Comments: - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.
- Support the LinkerWeak*Linkage types in llvm-nm and in LinkModules.cpp.
Properties: 




File: test/BugPoint/metadata.ll
At: Tue 24 Aug 2010 13:25:26
Changed By: djg
Comments: Add a testcase for basic bugpointing in the presence of metadata.
Properties: 




Files:
 include/clang/Lex/CodeCompletionHandler.h
 include/clang/Lex/Preprocessor.h
 include/clang/Parse/Parser.h
 include/clang/Sema/Action.h
 include/clang/Sema/CodeCompleteConsumer.h
 include/clang/Sema/Sema.h
 lib/Frontend/ASTUnit.cpp
 lib/Lex/PPDirectives.cpp
 lib/Lex/PPExpressions.cpp
 lib/Parse/Parser.cpp
 lib/Sema/SemaCodeComplete.cpp
 test/Index/complete-preprocessor.m
At: Tue 24 Aug 2010 13:25:26
Changed By: dgregor
Comments: Implement preprocessor code completion where a macro name is expected,
e.g., after #ifdef/#ifndef or #undef, or inside a defined <macroname>
expression in a preprocessor conditional.
Properties: 




Files:
 include/llvm/MC/MCContext.h
 include/llvm/MC/MCDwarf.h
 lib/MC/MCContext.cpp
 lib/MC/MCParser/AsmParser.cpp
At: Tue 24 Aug 2010 13:35:12
Changed By: enderby
Comments: First bit of support for the dwarf .loc directive.  This patch updates the
needed parsing for the .loc directive and saves the current info from that
into the context.  The next patch will take the current loc info after an
instruction is assembled and save that info into a vector for each section for
use to build the line number tables.  The patch after that will encode the info
from those vectors into the output file as the dwarf line tables.
Properties: 




Files:
 include/clang/Sema/Initialization.h
 include/clang/Sema/Overload.h
 include/clang/Sema/Sema.h
 lib/Sema/SemaCodeComplete.cpp
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/SemaInit.cpp
 lib/Sema/SemaOverload.cpp
At: Tue 24 Aug 2010 13:40:10
Changed By: rjmccall
Comments: Move some of SemaOverload's API to various places in Overload.h, and kill
some of it off completely.

Properties: 




File: lib/Analysis/LazyValueInfo.cpp
At: Tue 24 Aug 2010 13:49:57
Changed By: resistor
Comments: Add support for inferring that a load from a pointer implies that it is not null.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: MC/AsmParser/directive_loc.s
	
	  Expected Passes    : 4929
	  Expected Failures  : 29
	  Unsupported Tests  : 550
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: MC/AsmParser/directive_loc.s

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.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 :: LLVMC/C++/hello.cpp
	LLVM :: LLVMC/C++/together.cpp
	LLVM :: LLVMC/C/emit-llvm.c
	LLVM :: LLVMC/C/hello.c
	LLVM :: LLVMC/C/include.c
	LLVM :: LLVMC/C/opt-test.c
	LLVM :: LLVMC/C/sink.c
	LLVM :: LLVMC/C/wall.c
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'directive_loc.s':
	--
	Command Output (stderr):
	--
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/MC/AsmParser/directive_loc.s:5:15: error: unexpected token in '.loc' directive
	        .loc 1
	              ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: MC/AsmParser/directive_loc.s
	
	  Expected Passes    : 5390
	  Expected Failures  : 49
	  Unsupported Tests  : 69
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: MC/AsmParser/directive_loc.s

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.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 'directive_loc.s':
	--
	Command Output (stderr):
	--
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/MC/AsmParser/directive_loc.s:5:15: error: unexpected token in '.loc' directive
	        .loc 1
	              ^
	--
	
	********************
	




More information about the llvm-testresults mailing list