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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Oct 31 15:47:31 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/10569

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

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

Build Reason: 
Build Source Stamp: 117877
Blamelist: andersca,void

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

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/AST/RecordLayoutBuilder.cpp
At: Sun 31 Oct 2010 14:57:49
Changed By: andersca
Comments: More CharUnits conversion.Properties: 




File: lib/CodeGen/PeepholeOptimizer.cpp
At: Sun 31 Oct 2010 15:14:12
Changed By: void
Comments: Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what
looks like is happening:

Without the peephole optimizer:
  (1)   sub     r6, r6, #32
        orr     r12, r12, lr, lsl r9
        orr     r2, r2, r3, lsl r10
  (x)   cmp     r6, #0
        ldr     r9, LCPI2_10
        ldr     r10, LCPI2_11
  (2)   sub     r8, r8, #32
  (a)   movge   r12, lr, lsr r6
  (y)   cmp     r8, #0
LPC2_10:
        ldr     lr, [pc, r10]
  (b)   movge   r2, r3, lsr r8

With the peephole optimizer:
        ldr     r9, LCPI2_10
        ldr     r10, LCPI2_11
  (1*)  subs    r6, r6, #32
  (2*)  subs    r8, r8, #32
  (a*)  movge   r12, lr, lsr r6
  (b*)  movge   r2, r3, lsr r8

(1) is used by (x) for the conditional move at (a). (2) is used by (y) for the
conditional move at (b). After the peephole optimizer, these the flags resulting
from (1*) are ignored and only the flags from (2*) are considered for both
conditional moves.
Properties: 




Files:
 include/clang/AST/RecordLayout.h
 lib/AST/RecordLayout.cpp
 lib/AST/RecordLayoutBuilder.cpp
At: Sun 31 Oct 2010 15:17:57
Changed By: andersca
Comments: EmptyObjectMap now uses CharUnits wherever possible.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: CodeGen/ARM/arm-and-tst-peephole.ll
	    LLVM :: CodeGen/ARM/long_shift.ll
	
	  Expected Passes    : 5001
	  Expected Failures  : 35
	  Unsupported Tests  : 555
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/arm-and-tst-peephole.ll
	LLVM :: CodeGen/ARM/long_shift.ll

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neon-shuffle-encoding.ll
	LLVM :: MC/ARM/neon-sub-encoding.ll
	LLVM :: MC/ARM/neon-table-encoding.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 'arm-and-tst-peephole.ll':
	<stdin>:1:2: note: scanning from here
	 .syntax unified
	 ^
	<stdin>:25:2: note: possible intended match here
	 and lr, r12, #3
	 ^
	--
	
	********************
	

Last 10 lines of 'long_shift.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/long_shift.ll:27:15: error: expected string not found in input
	; CHECK-NEXT: subs r2, r2, #32
	              ^
	<stdin>:31:2: note: scanning from here
	 sub r2, r2, #32
	 ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: CodeGen/ARM/arm-and-tst-peephole.ll
	    LLVM :: CodeGen/ARM/long_shift.ll
	
	  Expected Passes    : 5479
	  Expected Failures  : 43
	  Unsupported Tests  : 69
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/arm-and-tst-peephole.ll
	LLVM :: CodeGen/ARM/long_shift.ll

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neon-shuffle-encoding.ll
	LLVM :: MC/ARM/neon-sub-encoding.ll
	LLVM :: MC/ARM/neon-table-encoding.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 :: 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 'arm-and-tst-peephole.ll':
	<stdin>:1:2: note: scanning from here
	 .syntax unified
	 ^
	<stdin>:25:2: note: possible intended match here
	 and lr, r12, #3
	 ^
	--
	
	********************
	

Last 10 lines of 'long_shift.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/long_shift.ll:27:15: error: expected string not found in input
	; CHECK-NEXT: subs r2, r2, #32
	              ^
	<stdin>:31:2: note: scanning from here
	 sub r2, r2, #32
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list