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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Jul 29 10:32:20 PDT 2009


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

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

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

Build Reason: 
Build Source Stamp: 77468
Blamelist: bwilson,ddunbar,dgregor,djg,greened

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/AsmParser/LLParser.cpp
At: Wed 29 Jul 2009 09:03:36
Changed By: djg
Comments: Minor code simplification.




File: docs/LangRef.html
At: Wed 29 Jul 2009 09:03:36
Changed By: djg
Comments: Add one-past-the-end language to the inbounds keyword.




Files:
 include/llvm/Support/FormattedStream.h
 lib/Support/FormattedStream.cpp
At: Wed 29 Jul 2009 09:08:36
Changed By: greened
Comments: 
Re-apply previous changes and improve column padding performance some more.




Files:
 include/clang/AST/DeclTemplate.h
 include/clang/AST/Type.h
 lib/AST/ASTContext.cpp
 lib/AST/StmtProfile.cpp
 lib/AST/Type.cpp
 lib/Sema/SemaTemplate.cpp
 lib/Sema/SemaTemplateInstantiateDecl.cpp
 test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp
 test/SemaTemplate/injected-class-name.cpp
At: Wed 29 Jul 2009 09:13:36
Changed By: dgregor
Comments: Use the new statement/expression profiling code to unique dependent
template arguments, as in template specialization types. This permits
matching out-of-line definitions of members for class templates that
involve non-type template parameters.




File: test/SemaTemplate/temp_class_spec.cpp
At: Wed 29 Jul 2009 09:13:36
Changed By: dgregor
Comments: Test redefinition of class template partial specializations



Files:
 lib/Sema/SemaTemplate.cpp
 test/SemaTemplate/temp_class_spec.cpp
At: Wed 29 Jul 2009 09:18:36
Changed By: dgregor
Comments: Remove an obsolete kludge based on the previous, completely broken handling of function templates



File: utils/scan-build
At: Wed 29 Jul 2009 09:23:36
Changed By: ddunbar
Comments: scan-build: Don't try to index plist-html output directories




File: lib/VMCore/Verifier.cpp
At: Wed 29 Jul 2009 09:28:36
Changed By: bwilson
Comments: Fix an assumption that there is a single return value when verifying
overloaded types for intrinsic parameters.




File: utils/TableGen/IntrinsicEmitter.cpp
At: Wed 29 Jul 2009 09:38:37
Changed By: bwilson
Comments: Fix the verifier to handle intrinsics with LLVMMatchType parameters, where
the return type of the intrinsic is not overloaded, i.e., where the type
being matched is some other parameter.  The argument to LLVMMatchType is
an index into the list of overloaded types (ignoring the fixed types),
but VerifyIntrinsicPrototype is expecting its arguments for LLVMMatchType
parameters to be indices into the combined list of _all_ return values and
parameters, not just the overloaded ones.

This patch changes TableGen to keep track for each overloaded type of the
corresponding index into the list of return values and parameters.  It
then generates the values expected by VerifyIntrinsicPrototype.




File: gcc/config/arm/llvm-arm.cpp
At: Wed 29 Jul 2009 09:43:36
Changed By: bwilson
Comments: Change handling of VLDn/VSTn to match changes to the corresponding
LLVM intrinsics.




Files:
 include/llvm/IntrinsicsARM.td
 lib/Target/ARM/ARMInstrNEON.td
 test/CodeGen/ARM/vld1.ll
 test/CodeGen/ARM/vst1.ll
At: Wed 29 Jul 2009 09:43:36
Changed By: bwilson
Comments: Change Neon VLDn intrinsics to return multiple values instead of really
wide vectors.  Likewise, change VSTn intrinsics to take separate arguments
for each vector in a multi-vector struct.  Adjust tests accordingly.




LOGS:
Last 10 lines of 'test-clang.stdio':
		/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjCXX/overload.mm
		/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjCXX/references.mm
		/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaTemplate/instantiate-function-1.mm
	********************
	Failing Tests (1):
		/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Coverage/codegen.c
	
	Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'test-clang.fail':
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Coverage/codegen.c

Last 10 lines of 'test-clang.xfail':
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p6.cpp
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/p4.cpp
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/p1-retmem.cpp
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/temp/temp.param/p14.cpp
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/template-specialization.cpp
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjCXX/overload.mm
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjCXX/references.mm
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaTemplate/instantiate-function-1.mm




More information about the llvm-testresults mailing list