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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Feb 14 05:19:51 PST 2011


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/5150

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 125485
Blamelist: lattner,nicholas,pcc,rjmccall,zwarich

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Basic/DiagnosticLexKinds.td
 include/clang/Basic/TokenKinds.h
 include/clang/Lex/Preprocessor.h
 lib/Lex/Pragma.cpp
 test/Preprocessor/pragma_unknown.c
At: Sun 13 Feb 2011 17:50:47
Changed By: pcc
Comments: Make LexOnOffSwitch a Preprocessor member functionProperties: 




Files:
 include/clang/Basic/LangOptions.h
 include/clang/Parse/Parser.h
 include/clang/Sema/Sema.h
 lib/Lex/Pragma.cpp
 lib/Parse/ParsePragma.cpp
 lib/Parse/ParsePragma.h
 lib/Parse/Parser.cpp
 lib/Sema/Sema.cpp
 lib/Sema/SemaAttr.cpp
At: Sun 13 Feb 2011 17:50:47
Changed By: pcc
Comments: Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actionsProperties: 




Files:
 include/clang/Basic/Attr.td
 include/clang/Basic/DiagnosticParseKinds.td
 include/clang/Basic/LangOptions.h
 include/clang/Basic/TokenKinds.def
 include/clang/Parse/Parser.h
 include/clang/Sema/AttributeList.h
 include/clang/Sema/Sema.h
 lib/Basic/IdentifierTable.cpp
 lib/CodeGen/CodeGenFunction.cpp
 lib/Frontend/CompilerInvocation.cpp
 lib/Parse/ParseDecl.cpp
 lib/Parse/ParsePragma.cpp
 lib/Parse/ParsePragma.h
 lib/Parse/Parser.cpp
 lib/Sema/AttributeList.cpp
 lib/Sema/SemaDeclAttr.cpp
 test/CMakeLists.txt
 test/CodeGenOpenCL
 test/CodeGenOpenCL/kernel-metadata.cl
 test/Parser/opencl-kernel.cl
 test/Parser/opencl-pragma.cl
At: Sun 13 Feb 2011 17:50:47
Changed By: pcc
Comments: OpenCL: add support for __kernel, kernel keywords and EXTENSION,
FP_CONTRACT pragmas.  Patch originally by ARM.Properties: 




File: lib/CodeGen/PHIElimination.cpp
At: Sun 13 Feb 2011 18:15:47
Changed By: zwarich
Comments: Add a statistic to PHIElimination tracking the number of critical edges split.Properties: 




File: lib/CodeGen/StrongPHIElimination.cpp
At: Sun 13 Feb 2011 18:15:47
Changed By: zwarich
Comments: Add some statistics to StrongPHIElimination.Properties: 




File: include/clang/Basic/OpenCLExtensions.def
At: Sun 13 Feb 2011 18:20:47
Changed By: pcc
Comments: Add missing fileProperties: 




File: include/llvm/ADT/SCCIterator.h
At: Sun 13 Feb 2011 22:20:47
Changed By: nicholas
Comments: Fix typo in comment.
Properties: 




Files:
 include/llvm/CodeGen/SelectionDAG.h
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
At: Sun 13 Feb 2011 22:20:47
Changed By: lattner
Comments: fix two comment thinkos
Properties: 




Files:
 lib/CodeGen/SelectionDAG/LegalizeTypes.h
 lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 test/CodeGen/X86/sse2.ll
At: Sun 13 Feb 2011 22:35:47
Changed By: lattner
Comments: fix PR9210 by implementing some type legalization logic for 
vector fp conversions.
Properties: 




File: docs/InternalsManual.html
At: Sun 13 Feb 2011 22:50:47
Changed By: lattner
Comments: fix two broken links and some out of date writing, PR9174
Properties: 




Files:
 include/clang/Parse/Parser.h
 include/clang/Sema/DelayedDiagnostic.h
 include/clang/Sema/Sema.h
 lib/Parse/ParseCXXInlineMethods.cpp
 lib/Parse/ParseDeclCXX.cpp
 lib/Parse/ParseTemplate.cpp
 lib/Sema/Sema.cpp
 lib/Sema/SemaAccess.cpp
 lib/Sema/SemaDeclAttr.cpp
 lib/Sema/SemaDeclCXX.cpp
 lib/Sema/SemaTemplateInstantiateDecl.cpp
 test/CXX/class.access/class.friend/p1.cpp
 test/SemaCXX/virtual-override.cpp
At: Sun 13 Feb 2011 23:20:47
Changed By: rjmccall
Comments: When parsing an out-of-line member function declaration, we must delay
access-control diagnostics which arise from the portion of the declarator
following the scope specifier, just in case access is granted by
friending the individual method.  This can also happen with in-line
member function declarations of class templates due to templated-scope
friend declarations.

We were really playing fast-and-loose before with this sort of thing,
and it turned out to work because *most* friend functions are in file
scope.  Making us delay regardless of context exposed several bugs with
how we were manipulating delay.  I ended up needing a concept of a
context that's independent of the declarations in which it appears,
and then I actually had to make some things save contexts correctly,
but delay should be much cleaner now.

I also encapsulated all the delayed-diagnostics machinery in a single
subobject of Sema;  this is a pattern we might want to consider rolling
out to other components of Sema.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: FrontendC++/2006-11-30-Pubnames.cpp
	
	  Expected Passes    : 5662
	  Expected Failures  : 61
	  Unsupported Tests  : 73
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: FrontendC++/2006-11-30-Pubnames.cpp

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/MergeFunc/fold-weak.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 '2006-11-30-pubnames.cpp':
	Exit Code: 1
	Command Output (stderr):
	--
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-30-Pubnames.cpp.tmp.in:2: Error in sourced command file:
	error on line 968 of "/SourceCache/gdb/gdb-962/src/gdb/macosx/macosx-nat-mutils.c" in function "macosx_primary_thread_of_task": (os/kern) invalid argument (0x4)
	
	--
	
	********************
	




More information about the llvm-testresults mailing list