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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Apr 6 15:39:26 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/7353

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

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

Build Reason: 
Build Source Stamp: 100574
Blamelist: johannes,rjmccall

BUILD FAILED: failed test-llvm test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
At: Tue 06 Apr 2010 15:26:06
Changed By: johannes
Comments: Move printing of DEBUG_VALUE comments to target-independent place.
There is probably a more elegant way to do this.

Properties: 




Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/SemaStmt.cpp
 test/Sema/unused-expr.c
At: Tue 06 Apr 2010 15:26:06
Changed By: rjmccall
Comments: Devote a special diagnostic to the typo
  (void*) someFunction(5, 10, 15, 20);
where the cast is presumably meant to be to 'void'.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: DebugInfo/2010-01-18-DbgValue.ll
	    LLVM :: DebugInfo/2010-03-12-llc-crash.ll
	    LLVM :: DebugInfo/2010-03-24-MemberFn.ll
	
	  Expected Passes    : 4608
	  Expected Failures  : 32
	  Unsupported Tests  : 515
	  Unexpected Failures: 4
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: DebugInfo/2009-10-16-Scope.ll
	LLVM :: DebugInfo/2010-01-18-DbgValue.ll
	LLVM :: DebugInfo/2010-03-12-llc-crash.ll
	LLVM :: DebugInfo/2010-03-24-MemberFn.ll

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: MC/Disassembler/arm-tests.txt
	LLVM :: MC/Disassembler/neon-tests.txt
	LLVM :: MC/Disassembler/thumb-tests.txt
	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++/hello.cpp
	LLVM :: LLVMC/C++/together.cpp
	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 '2009-10-16-scope.ll':
	14 llc               0x00002ff7 main + 3229
	15 llc               0x00001c36 start + 54
	Stack dump:
	0.	Program arguments: llc /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2009-10-16-Scope.ll -O0 -o /dev/null 
	1.	Running pass 'X86 AT&T-Style Assembly Printer' on function '@bar'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2009-10-16-Scope.ll.script: line 2: 21068 Abort trap              'llc' '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2009-10-16-Scope.ll' '-O0' '-o' '/dev/null'
	--
	
	********************
	

Last 10 lines of '2010-01-18-dbgvalue.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-01-18-DbgValue.ll:12:10: error: expected string not found in input
	; CHECK: DEBUG_VALUE:
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2010-03-12-llc-crash.ll':
	14 llc               0x00002ff7 main + 3229
	15 llc               0x00001c36 start + 54
	Stack dump:
	0.	Program arguments: llc -O0 -o /dev/null 
	1.	Running pass 'X86 AT&T-Style Assembly Printer' on function '@foo'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-03-12-llc-crash.ll.script: line 2: 21102 Abort trap              'llc' '-O0' '-o' '/dev/null' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-03-12-llc-crash.ll'
	--
	
	********************
	

Last 10 lines of '2010-03-24-memberfn.ll':
	13 llc               0x007ef23b llvm::FunctionPassManager::run(llvm::Function&) + 135
	14 llc               0x00002ff7 main + 3229
	15 llc               0x00001c36 start + 54
	Stack dump:
	0.	Program arguments: llc -O0 
	1.	Running pass 'X86 AT&T-Style Assembly Printer' on function '@_Z3barv'
	--
	
	********************
	

Last 10 lines of 'stdio':
	Testing Time: 93.87s
	********************
	Failing Tests (1):
	    Clang :: CodeGenObjC/property-dbg.m
	
	  Expected Passes    : 2147
	  Expected Failures  : 13
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: CodeGenObjC/property-dbg.m

Last 10 lines of 'xfail':
	Clang :: CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
	Clang :: CXX/temp/temp.param/p14.cpp
	Clang :: CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
	Clang :: CodeGen/blocks-2.c
	Clang :: CodeGenCXX/conversion-function.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/source-manager-stack.c
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'property-dbg.m':
	23 clang             0x00000007 _mh_execute_header + 18446744073709547527
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug/bin/clang -cc1 -S -g -masm-verbose -x objective-c 
	1.	<eof> parser at end of file
	2.	Code generation
	3.	Running pass 'X86 AT&T-Style Assembly Printer' on function '@"\01-[Foo i]"'
	--
	
	********************
	




More information about the llvm-testresults mailing list