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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Aug 31 17:37:38 PDT 2010


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

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

Buildslave for this Build: smoosh-03.apple.com

Build Reason: 
Build Source Stamp: 112681
Blamelist: dgregor,dpatel,fjahanian

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/MC/MCAsmInfo.h
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/MC/MCAsmInfo.cpp
 lib/MC/MCAsmInfoDarwin.cpp
At: Tue 31 Aug 2010 16:52:09
Changed By: dpatel
Comments: Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
This patch was developed on top of original patch by Artur Pietrek.
Properties: 




Files:
 include/clang-c/Index.h
 test/Index/load-namespaces.cpp
 test/Index/usrs.cpp
 tools/libclang/CIndex.cpp
 tools/libclang/CIndexUSRs.cpp
 tools/libclang/CXCursor.cpp
 tools/libclang/CXCursor.h
At: Tue 31 Aug 2010 16:52:11
Changed By: dgregor
Comments: Add libclang support for namespace aliases (visitation + USRs) along
with a new cursor kind for a reference to a namespace. 

There's still some oddities in the source location information for
NamespaceAliasDecl that I'll address with a separate commit, so the
source locations displayed in the load-namespaces.cpp test will
change.

Properties: 




File: clang.xcodeproj/project.pbxproj
At: Tue 31 Aug 2010 16:52:11
Changed By: fjahanian
Comments: xcode project file update.
Properties: 




File: lib/Lex/LiteralSupport.cpp
At: Tue 31 Aug 2010 16:57:41
Changed By: fjahanian
Comments: Prevent warning when built with assert off.

Properties: 




Files:
 include/clang/AST/DeclCXX.h
 lib/Serialization/ASTReaderDecl.cpp
 lib/Serialization/ASTWriterDecl.cpp
 test/Index/load-namespaces.cpp
At: Tue 31 Aug 2010 17:12:29
Changed By: dgregor
Comments: Improve location information in the representation of namespace
aliases. Previously, the location of the alias was at the "namespace"
keyword. Now, it's on the identifier being declared (as is the custom
for Clang), and we keep a separate source location for the "namespace"
keyword.

Also, added a getSourceRange() member function to NamespaceAliasDecl
to correctly compute the source range.

Finally, removed a bunch of setters from NamespaceAliasDecl and gave
ASTReaderDecl friendship so that it could set the corresponding fields
directly.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Unexpected Passing Tests (1):
	    LLVM :: FrontendC/asm-reg-var-local.c
	
	  Expected Passes    : 5398
	  Expected Failures  : 37
	  Unsupported Tests  : 69
	  Unexpected Passes  : 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

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 'xpass':
	LLVM :: FrontendC/asm-reg-var-local.c

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 'asm-reg-var-local.c':
	******************** TEST 'LLVM :: FrontendC/asm-reg-var-local.c' FAILED ********************Script:
	--
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/bin/llvm-gcc -m32  -emit-llvm -w /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/FrontendC/asm-reg-var-local.c -m64 -S -o - | FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/FrontendC/asm-reg-var-local.c
	--
	Exit Code: 0
	
	********************
	




More information about the llvm-testresults mailing list