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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Oct 25 14:00:55 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/4292

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 117279
Blamelist: cdavis,djg,rafael,resistor,stoklund,theraven

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

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Analysis/AliasAnalysis.cpp
At: Mon 25 Oct 2010 09:34:00
Changed By: djg
Comments: Reintroduce these asserts, now that BasicAA is a normal AliasAnalysis pass.
Properties: 




File: docs/LangRef.html
At: Mon 25 Oct 2010 09:34:00
Changed By: cdavis
Comments: Make hotpatch attribute description a little less Wintel-specific.
Properties: 




File: lib/Analysis/AliasAnalysis.cpp
At: Mon 25 Oct 2010 09:34:00
Changed By: djg
Comments: Update comments; BasicAA is no longer necessarily the end of the chain.
Properties: 




File: test/MC/ARM/neon-sub-encoding.ll
At: Mon 25 Oct 2010 10:18:53
Changed By: resistor
Comments: Add tests for NEON encoding of vsubhn and vrsubhn.
Properties: 




File: test/MC/ARM/neon-cmp-encoding.ll
At: Mon 25 Oct 2010 10:23:53
Changed By: resistor
Comments: Add tests for NEON encoding of vceq.
Properties: 




Files:
 lib/Sema/SemaDeclObjC.cpp
 test/SemaObjC/class-conforming-protocol-2.m
 test/SemaObjC/method-conflict-1.m
 test/SemaObjC/method-typecheck-3.m
At: Mon 25 Oct 2010 10:28:53
Changed By: theraven
Comments: Only warn for mismatched types in Objective-C methods when they are incompatible, not when they are simply different.  Now we test whether the difference in types breaks the principle of substitutability, rather than whether they are different.

A common idiom in Objective-C is to provide a definition of a method in a subclass that returns a more-specified version of an object than the superclass.  This does not violate the principle of substitutability, because you can always use the object returned by the subclass anywhere that you could use the type returned by the superclass.  It was, however, generating warnings with clang, leading people to believe that semantically correct code was incorrect and requiring less accurate type specification and explicit down-casts (neither of which is a good thing to encourage).

This change ensures that any method definition has parameter and return types that make it accept anything that something conforming to the declaration may pass and return something that the caller will expect, but allows stricter definitions.  

Properties: 




File: lib/CodeGen/Spiller.h
At: Mon 25 Oct 2010 10:33:53
Changed By: stoklund
Comments: In which I learn how to forward declare template classes.Properties: 




Files:
 lib/Target/ARM/ARMInstrNEON.td
 test/MC/ARM/neon-cmp-encoding.ll
At: Mon 25 Oct 2010 10:38:53
Changed By: resistor
Comments: Add a warning about our inability to test the encoding of vceq with immediate zero.
Properties: 




Files:
 lib/Target/ARM/ARMInstrNEON.td
 test/MC/ARM/neon-cmp-encoding.ll
At: Mon 25 Oct 2010 10:54:48
Changed By: resistor
Comments: Add tests for NEON encodings of vcge and vacge.
Properties: 




Files:
 include/llvm/Support/ELF.h
 lib/MC/ELFObjectWriter.cpp
 lib/Target/ARM/ARMAsmBackend.cpp
 lib/Target/ARM/ARMAsmPrinter.cpp
 lib/Target/ARM/ARMBuildAttrs.h
 test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
At: Mon 25 Oct 2010 10:54:48
Changed By: rafael
Comments: Add support for emitting ARM file attributes.Properties: 




Files:
 lib/Target/ARM/ARMInstrNEON.td
 test/MC/ARM/neon-cmp-encoding.ll
At: Mon 25 Oct 2010 11:08:53
Changed By: resistor
Comments: Add NEON encoding tests for vcgt and vacgt.
Properties: 




File: test/MC/ARM/neon-cmp-encoding.ll
At: Mon 25 Oct 2010 11:13:53
Changed By: resistor
Comments: Add tests for NEON encoding of vtst.
Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 test/MC/ARM/neon-bitwise-encoding.ll
At: Mon 25 Oct 2010 11:33:53
Changed By: resistor
Comments: Provide correct NEON encodings for vand, veor, and vorr.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
	
	  Expected Passes    : 4980
	  Expected Failures  : 23
	  Unsupported Tests  : 555
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/2010-10-19-mc-elf-objheader.ll

Last 10 lines of 'xfail':
	LLVM :: CodeGen/X86/asm-modifier-P.ll
	LLVM :: CodeGen/X86/pre-split1.ll
	LLVM :: CodeGen/X86/umul-with-carry.ll
	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++/unknown_suffix.unk
	LLVM :: LLVMC/C/emit-llvm-opt.c
	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 '2010-10-19-mc-elf-objheader.ll':
	<stdin>:82:27: note: scanning from here
	 ('sh_entsize', 0x00000000)
	                          ^
	<stdin>:83:20: note: possible intended match here
	 ('_section_data', '41000000 21616561 62690001 00000017 06020801 09011401 15011703 18011901 2c01')
	                   ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
	
	  Expected Passes    : 5445
	  Expected Failures  : 44
	  Unsupported Tests  : 69
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/2010-10-19-mc-elf-objheader.ll

Last 10 lines of 'xfail':
	LLVM :: FrontendC/misaligned-param.c
	LLVM :: FrontendC/pr5406.c
	LLVM :: FrontendC/vla-1.c
	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 '2010-10-19-mc-elf-objheader.ll':
	<stdin>:82:27: note: scanning from here
	 ('sh_entsize', 0x00000000)
	                          ^
	<stdin>:83:20: note: possible intended match here
	 ('_section_data', '41000000 21616561 62690001 00000017 06020801 09011401 15011703 18011901 2c01')
	                   ^
	--
	
	********************
	




More information about the llvm-testresults mailing list