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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Oct 14 10:39:33 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/14307

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

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

Build Reason: 
Build Source Stamp: 116489
Blamelist: grosbach,resistor

BUILD FAILED: failed test-llvm test-clang

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Target/ARM/ARMInstrInfo.td
At: Thu 14 Oct 2010 10:30:21
Changed By: grosbach
Comments: Simplify encoding information and add 'dst' operand info for TAILJMP.Properties: 




File: include/llvm/PassSupport.h
At: Thu 14 Oct 2010 10:30:21
Changed By: resistor
Comments: Apparently MSVC doesn't support thread-safe static local initialization.  Roll our own solution instead.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM-Unit :: VMCore/Debug+Asserts/VMCoreTests/PassManager.MemoryOnTheFly
	    LLVM-Unit :: VMCore/Debug+Asserts/VMCoreTests/PassManager.ReRun
	    LLVM-Unit :: VMCore/Debug+Asserts/VMCoreTests/VerifierTest.Branch_i1
	
	  Expected Passes    : 530
	  Expected Failures  : 23
	  Unsupported Tests  : 554
	  Unexpected Failures: 4431
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.NonLazyLeaksNoStubs
	LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/MultiJitTest.EagerMode
	LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/LazyLoadedJITTest.EagerCompiledRecursionThroughGhost
	LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
	LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/MultiJitTest.JitPool
	LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/MultiJitTest.LazyMode
	LLVM-Unit :: VMCore/Debug+Asserts/VMCoreTests/PassManager.MemoryOnTheFly
	LLVM-Unit :: VMCore/Debug+Asserts/VMCoreTests/PassManager.ReRun
	LLVM-Unit :: VMCore/Debug+Asserts/VMCoreTests/PassManager.Memory
	LLVM-Unit :: VMCore/Debug+Asserts/VMCoreTests/VerifierTest.Branch_i1

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 '2003-03-04-gepcrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-03-04-GEPCrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2003-03-04-GEPCrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-06-01-aliascrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-06-01-AliasCrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-04-22-gepproblem.ll':
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-09-19-localargument.ll':
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-04-25-gepcrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-04-25-GEPCrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-07-03-basicaacrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-07-03-BasicAACrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-02-26-accesssizetest.ll':
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-05-21-gep-problem.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll -licm -disable-output
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-licm'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-12-11-constexprgep.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-12-11-ConstExprGEP.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll -aa-eval -print-may-aliases -disable-output  |& not grep May:
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-11-04-simplecases.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-11-04-SimpleCases.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll -aa-eval -print-may-aliases -disable-output  |& not grep May:
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2004-07-28-mustaliasbug.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll -dse -S | grep {store i32 0}
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-dse'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2004-12-08-basicaacrash.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2004-12-08-BasicAACrash.ll -licm
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-licm'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2006-03-03-badarraysubscript.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2006-03-03-BadArraySubscript.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll -aa-eval -disable-output |& grep {2 no alias respon}
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2004-12-08-basicaacrash2.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2004-12-08-BasicAACrash2.ll -dse
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-dse'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2006-11-03-basicaavectorcrash.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll -licm -disable-output
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-licm'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2007-01-13-basepointerbadnoalias.ll':
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-basicaa'.  Try: 'opt -help'
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2007-08-01-noaliasandcalls.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {MayAlias:.*i32\\* %., i32\\* %.} | grep {%x} | grep {%y}
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2007-08-01-noaliasandgep.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {9 no alias}
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {6 may alias}
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {MayAlias:.*i32\\* %Ipointer, i32\\* %Jpointer}
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2007-08-05-getoverloadedmodref.ll':
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-basicaa'.  Try: 'opt -help'
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2007-11-05-sizecrash.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll -gvn -disable-output
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of 'stdio':
	    Clang :: SemaCXX/typeid-ref.cpp
	    Clang :: SemaTemplate/example-dynarray.cpp
	    Clang :: SemaTemplate/inject-templated-friend-post.cpp
	    Clang :: SemaTemplate/inject-templated-friend.cpp
	
	  Expected Passes    : 1895
	  Expected Failures  : 21
	  Unexpected Failures: 688
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:140:52: warning: conversion from string literal to 'char *' is deprecated
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:145:47: warning: conversion from string literal to 'char *' is deprecated
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Sema/attr-malloc.c:6:26: warning: 'malloc' attribute only applies to functions returning a pointer type
	int no_vars __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Sema/attr-malloc.c:8:41: warning: 'malloc' attribute only applies to functions returning a pointer type
	void  returns_void  (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Sema/attr-malloc.c:9:41: warning: 'malloc' attribute only applies to functions returning a pointer type
	int   returns_int   (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Sema/attr-malloc.c:14:14: warning: 'malloc' attribute only applies to functions returning a pointer type
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Sema/attr-malloc.c:15:14: warning: 'malloc' attribute only applies to functions returning a pointer type

Last 10 lines of 'fail':
	Clang :: Rewriter/rewrite-block-argument.m
	Clang :: Rewriter/rewrite-local-static-id.mm
	Clang :: Rewriter/rewrite-static-block.mm
	Clang :: Rewriter/rewrite-super-message.mm
	Clang :: Sema/attr-malloc.c
	Clang :: SemaCXX/member-pointers-2.cpp
	Clang :: SemaCXX/typeid-ref.cpp
	Clang :: SemaTemplate/example-dynarray.cpp
	Clang :: SemaTemplate/inject-templated-friend-post.cpp
	Clang :: SemaTemplate/inject-templated-friend.cpp

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 'p7.cpp':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/dcl.dcl/dcl.link/p7.cpp:5:11: error: expected string not found in input
	// CHECK: @x1 = global %struct.X zeroinitializer
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'p14-ir.cpp':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/except/except.spec/p14-ir.cpp:29:12: error: expected string not found in input
	 // CHECK: define linkonce_odr void @_ZN2X2C1ERKS_
	           ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'cg.cpp':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp:14:12: error: expected string not found in input
	 // CHECK: store i8 1
	           ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'p3.cpp':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/special/class.copy/p3.cpp:16:11: error: expected string not found in input
	// CHECK: define i32 @main()
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'p14.cpp':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/temp/temp.spec/temp.expl.spec/p14.cpp:6:11: error: expected string not found in input
	// CHECK: define void @_Z1gIiEvT_
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'p1-emit.cpp':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/temp/temp.spec/temp.explicit/p1-emit.cpp:15:11: error: expected string not found in input
	// CHECK: @_ZN1XIiE7member1E = weak global i32 0
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'p9-linkage.cpp':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/temp/temp.spec/temp.explicit/p9-linkage.cpp:32:12: error: expected string not found in input
	 // CHECK: define available_externally void @_ZN2X0IPiE1fERS0_
	           ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2007-11-29-arraysizefrominitializer.c':
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2007-11-29-ArraySizeFromInitializer.c -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2007-11-29-ArraySizeFromInitializer.c.tmp 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2007-11-29-ArraySizeFromInitializer.c.script: line 1: 67438 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2007-11-29-ArraySizeFromInitializer.c -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2007-11-29-ArraySizeFromInitializer.c.tmp
	--
	
	********************
	

Last 10 lines of '2008-02-08-bitfield-bug.c':
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-02-08-bitfield-bug.c -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-02-08-bitfield-bug.c.tmp 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-02-08-bitfield-bug.c.script: line 1: 67448 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-02-08-bitfield-bug.c -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-02-08-bitfield-bug.c.tmp
	--
	
	********************
	

Last 10 lines of '2008-02-07-bitfield-bug.c':
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-02-07-bitfield-bug.c -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-02-07-bitfield-bug.c.tmp 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-02-07-bitfield-bug.c.script: line 1: 67442 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-02-07-bitfield-bug.c -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-02-07-bitfield-bug.c.tmp
	--
	
	********************
	

Last 10 lines of '2008-02-26-inline-asm-bug.c':
	19 clang             0x00002997 cc1_main(char const**, char const**, char const*, void*) + 827
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm 
	1.	<eof> parser at end of file
	--
	
	********************
	

Last 10 lines of '2008-07-17-no-emit-on-error.c':
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -DPASS /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-17-no-emit-on-error.c -emit-llvm-bc -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-17-no-emit-on-error.c.tmp1.bc 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-17-no-emit-on-error.c.script: line 6: 67458 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -DPASS /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-17-no-emit-on-error.c -emit-llvm-bc -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-17-no-emit-on-error.c.tmp1.bc
	--
	
	********************
	

Last 10 lines of '2008-07-21-mixed-var-fn-decl.c':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-21-mixed-var-fn-decl.c:6:11: error: expected string not found in input
	// CHECK: @g0 = common global i32 0, align 4
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2008-07-22-packed-bitfield-access.c':
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-22-packed-bitfield-access.c -emit-llvm -o - 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-22-packed-bitfield-access.c.script: line 1: 67468 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-22-packed-bitfield-access.c -emit-llvm -o -
	--
	
	********************
	

Last 10 lines of '2008-07-22-bitfield-init-after-zero-len-array.c':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-22-bitfield-init-after-zero-len-array.c:11:11: error: expected string not found in input
	// CHECK: @yv7 = global 
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2008-07-29-override-alias-decl.c':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-29-override-alias-decl.c:5:11: error: expected string not found in input
	// CHECK: ret i32 1
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2008-07-30-redef-of-bitcasted-decl.c':
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm -o - /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-30-redef-of-bitcasted-decl.c 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-30-redef-of-bitcasted-decl.c.script: line 1: 67474 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm -o - /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-30-redef-of-bitcasted-decl.c
	--
	
	********************
	

Last 10 lines of '2008-07-31-asm-labels.c':
	21 clang             0x00002136 start + 54
	22 clang             0x00000006 start + 18446744073709543174
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-31-asm-labels.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-31-asm-labels.c 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-31-asm-labels.c.script: line 8: 67479 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-07-31-asm-labels.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-07-31-asm-labels.c
	--
	
	********************
	

Last 10 lines of '2008-07-30-implicit-initialization.c':
	9  opt               0x0000b6fa (anonymous namespace)::AddStandardCompilePasses(llvm::PassManagerBase&) + 48
	10 opt               0x0000c529 main + 3213
	11 opt               0x00001b26 start + 54
	Stack dump:
	0.	Program arguments: opt --std-compile-opts 
	llvm-dis: Invalid bitcode signature
	--
	
	********************
	

Last 10 lines of '2008-08-04-void-pointer-arithmetic.c':
	20 clang             0x00009a5d main + 495
	21 clang             0x00002136 start + 54
	Stack dump:
	0.	Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm -o - /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c 
	1.	<eof> parser at end of file
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/Output/2008-08-04-void-pointer-arithmetic.c.script: line 1: 67487 Bus error               /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm -o - /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c
	--
	
	********************
	




More information about the llvm-testresults mailing list