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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Oct 17 00:53:06 PDT 2010


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

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

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

Build Reason: 
Build Source Stamp: 116684
Blamelist: d0k,void

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/MC/ELFObjectWriter.cpp
At: Sun 17 Oct 2010 00:43:53
Changed By: d0k
Comments: Fix a typo and silence unused variable warnings in -Asserts build.
Properties: 




File: lib/VMCore/Core.cpp
At: Sun 17 Oct 2010 00:43:53
Changed By: d0k
Comments: std::string cleanup.
Properties: 




File: lib/CodeGen/TargetInfo.cpp
At: Sun 17 Oct 2010 00:43:54
Changed By: void
Comments: The "gcc.dg/compat/vector-1 -m32" test was broken after the MMX rewrite. The
function parameters weren't converted to use the correct type (x86_mmx). Add a
check, similar to the one in llvm-gcc, to see if we need the x86_mmx type for
that function parameter. If so, it coerces the type to be that.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    Clang :: CodeGen/x86_32-arguments-darwin.c
	    Clang :: CodeGen/x86_32-arguments-linux.c
	
	  Expected Passes    : 2591
	  Expected Failures  : 20
	  Unsupported Tests  : 1
	  Unexpected Failures: 2
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: CodeGen/x86_32-arguments-linux.c
	Clang :: CodeGen/x86_32-arguments-darwin.c

Last 10 lines of 'xfail':
	Clang :: FixIt/fixit-pmem.cpp
	Clang :: FixIt/fixit-errors.c
	Clang :: Lexer/hexfloat.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/pr4489.c
	Clang :: PCH/source-manager-stack.c
	Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'unsupported':
	Clang :: FixIt/typo.m

Last 10 lines of 'x86_32-arguments-linux.c':
	<stdin>:13:60: note: scanning from here
	define void @f56(i8 signext %a0, %struct.s56_0* byval %a1, x86_mmx %a2.coerce, %struct.s56_1* byval align 4, <1 x double> %a4, %struct.s56_2* byval align 4, <4 x i32> %a6, %struct.s56_3* byval align 4, <2 x double> %a8, %struct.s56_4* byval align 4, <8 x i32> %a10, %struct.s56_5* byval align 4, <4 x double> %a12, %struct.s56_6* byval align 4) nounwind {
	                                                           ^
	<stdin>:13:158: note: possible intended match here
	define void @f56(i8 signext %a0, %struct.s56_0* byval %a1, x86_mmx %a2.coerce, %struct.s56_1* byval align 4, <1 x double> %a4, %struct.s56_2* byval align 4, <4 x i32> %a6, %struct.s56_3* byval align 4, <2 x double> %a8, %struct.s56_4* byval align 4, <8 x i32> %a10, %struct.s56_5* byval align 4, <4 x double> %a12, %struct.s56_6* byval align 4) nounwind {
	                                                                                                                                                             ^
	--
	
	********************
	

Last 10 lines of 'x86_32-arguments-darwin.c':
	<stdin>:683:60: note: scanning from here
	define void @f56(i8 signext %a0, %struct.s56_0* byval %a1, x86_mmx %a2.coerce, %struct.s56_1* byval align 4, i64 %a4.coerce, %struct.s56_2* byval align 4, <4 x i32> %a6, %struct.s39* byval align 16 %a7, <2 x double> %a8, %struct.s56_4* byval align 16 %a9, <8 x i32> %a10, %struct.s56_5* byval align 4, <4 x double> %a12, %struct.s56_6* byval align 4) nounwind {
	                                                           ^
	<stdin>:683:257: note: possible intended match here
	define void @f56(i8 signext %a0, %struct.s56_0* byval %a1, x86_mmx %a2.coerce, %struct.s56_1* byval align 4, i64 %a4.coerce, %struct.s56_2* byval align 4, <4 x i32> %a6, %struct.s39* byval align 16 %a7, <2 x double> %a8, %struct.s56_4* byval align 16 %a9, <8 x i32> %a10, %struct.s56_5* byval align 4, <4 x double> %a12, %struct.s56_6* byval align 4) nounwind {
	                                                                                                                                                                                                                                                                ^
	--
	
	********************
	




More information about the llvm-testresults mailing list