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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Oct 18 14:52:43 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/14451

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

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

Build Reason: 
Build Source Stamp: 116753
Blamelist: dgregor,jasonwkim

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Parse/ParseExpr.cpp
 test/Index/complete-blocks.m
At: Mon 18 Oct 2010 14:38:53
Changed By: dgregor
Comments: Provide code completion for types after the '^' that starts a block
literal. 
Properties: 




Files:
 test/MC/ELF/alias.s
 test/MC/ELF/align-bss.s
 test/MC/ELF/align-nops.s
 test/MC/ELF/align-size.s
 test/MC/ELF/align-text.s
 test/MC/ELF/align.s
 test/MC/ELF/basic-elf.ll
 test/MC/ELF/common.s
 test/MC/ELF/common2.s
 test/MC/ELF/diff.s
 test/MC/ELF/empty.s
 test/MC/ELF/entsize.ll
 test/MC/ELF/entsize.s
 test/MC/ELF/file.s
 test/MC/ELF/got.s
 test/MC/ELF/local-reloc.s
 test/MC/ELF/merge.s
 test/MC/ELF/norelocation.s
 test/MC/ELF/pic-diff.s
 test/MC/ELF/plt.s
 test/MC/ELF/relax.s
 test/MC/ELF/relocation-386.s
 test/MC/ELF/relocation.s
 test/MC/ELF/section.s
 test/MC/ELF/size.s
 test/MC/ELF/sleb.s
 test/MC/ELF/uleb.s
 test/MC/ELF/undef.s
 test/MC/ELF/undef2.s
 test/MC/ELF/weak.s
 test/MC/ELF/zero.s
 test/Scripts/elf-dump
At: Mon 18 Oct 2010 14:38:53
Changed By: jasonwkim
Comments: Changed elf-dump to output hex format by default.
Also updated tests. 

Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: MC/ELF/plt.s
	    LLVM :: MC/ELF/relax.s
	    LLVM :: MC/ELF/relocation.s
	
	  Expected Passes    : 4959
	  Expected Failures  : 23
	  Unsupported Tests  : 555
	  Unexpected Failures: 9
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: MC/ELF/diff.s
	LLVM :: MC/ELF/basic-elf.ll
	LLVM :: MC/ELF/got.s
	LLVM :: MC/ELF/local-reloc.s
	LLVM :: MC/ELF/merge.s
	LLVM :: MC/ELF/pic-diff.s
	LLVM :: MC/ELF/plt.s
	LLVM :: MC/ELF/relax.s
	LLVM :: MC/ELF/relocation.s

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 'diff.s':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/MC/ELF/diff.s:13:16: error: expected string not found in input
	// CHECK-NEXT: ('r_sym', 0x6)
	               ^
	<stdin>:183:2: note: scanning from here
	 ('r_sym', 0x6L)
	 ^
	--
	
	********************
	

Last 10 lines of 'basic-elf.ll':
	<stdin>:225:2: note: scanning from here
	 ('r_sym', 0x5L)
	 ^
	<stdin>:226:2: note: possible intended match here
	 ('r_type', 0xaL)
	 ^
	--
	
	********************
	

Last 10 lines of 'got.s':
	<stdin>:174:12: note: scanning from here
	 ('r_sym', 0x5L)
	           ^
	<stdin>:175:2: note: possible intended match here
	 ('r_type', 0x3L)
	 ^
	--
	
	********************
	

Last 10 lines of 'local-reloc.s':
	<stdin>:170:16: note: scanning from here
	 (('r_offset', 0x4)
	               ^
	<stdin>:171:2: note: possible intended match here
	 ('r_sym', 0x2L)
	 ^
	--
	
	********************
	

Last 10 lines of 'merge.s':
	<stdin>:241:16: note: scanning from here
	 (('r_offset', 0x4)
	               ^
	<stdin>:242:2: note: possible intended match here
	 ('r_sym', 0x1L)
	 ^
	--
	
	********************
	

Last 10 lines of 'pic-diff.s':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/MC/ELF/pic-diff.s:16:16: error: expected string not found in input
	// CHECK-NEXT: ('r_sym', 0x5)
	               ^
	<stdin>:174:2: note: scanning from here
	 ('r_sym', 0x5L)
	 ^
	--
	
	********************
	

Last 10 lines of 'plt.s':
	<stdin>:174:12: note: scanning from here
	 ('r_sym', 0x5L)
	           ^
	<stdin>:175:2: note: possible intended match here
	 ('r_type', 0x4L)
	 ^
	--
	
	********************
	

Last 10 lines of 'relax.s':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/MC/ELF/relax.s:34:16: error: expected string not found in input
	// CHECK-NEXT: ('r_sym', 0x5)
	               ^
	<stdin>:180:2: note: scanning from here
	 ('r_sym', 0x5L)
	 ^
	--
	
	********************
	

Last 10 lines of 'relocation.s':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/MC/ELF/relocation.s:25:16: error: expected string not found in input
	// CHECK-NEXT: ('r_sym', 0x2)
	               ^
	<stdin>:171:2: note: scanning from here
	 ('r_sym', 0x2L)
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list