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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Aug 30 18:08:32 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/3816

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 112546
Blamelist: asl,chapuni,dgregor,djg,ggreif,lattner,rafael,resistor,stoklund,stuart,void

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

sincerely,
 -The Buildbot


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

CHANGES:
File: gcc/gcc.c
At: Mon 30 Aug 2010 13:57:23
Changed By: rafael
Comments: Pass -plugin-opt=as-arg=--32 and -plugin-opt=as-arg=--64 if -m32 or -m64 is
passed to gcc.

This should fix the issue Luke reported.Properties: 




Files:
 lib/Sema/SemaTemplateDeduction.cpp
 test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp
At: Mon 30 Aug 2010 14:07:07
Changed By: dgregor
Comments: Perform the function-to-pointer adjustment during template argument
deduction where the parameter is a function reference, function
pointer, or member function pointer and the argument is an overloaded
function. Fixes <rdar://problem/8360106>, a template argument
deduction issue found by Boost.Filesystem.

Properties: 




Files:
 lib/Sema/SemaTemplateInstantiateDecl.cpp
 test/SemaTemplate/inject-templated-friend-post.cpp
At: Mon 30 Aug 2010 14:12:11
Changed By: ggreif
Comments: fix dual aspect of PR8007,
namely when the friend function prototype is already used
at the point of the template definition that is supposed
to inject the friend function. Testcase verifies four
scenarios.
I would like receive some code review for this.Properties: 




File: lib/VMCore/Metadata.cpp
At: Mon 30 Aug 2010 14:22:08
Changed By: djg
Comments: Add comments explaining why it's not necessary to include the
is-function-local flag in metadata uniquing bits.
Properties: 




File: examples/TracingBrainF
At: Mon 30 Aug 2010 14:37:09
Changed By: resistor
Comments: Remove this from the main tree.  I'll host it out of tree.
Properties: 




File: gcc/llvm-convert.cpp
At: Mon 30 Aug 2010 14:42:08
Changed By: stuart
Comments: Fix an assertion in the GCC DejaGNU testsuite.  Radar 8251350.Properties: 




File: tools/llc/llc.cpp
At: Mon 30 Aug 2010 14:42:08
Changed By: djg
Comments: Fix llc to run the verifier once, not twice.
Properties: 




File: test/SemaTemplate/inject-templated-friend-post.cpp
At: Mon 30 Aug 2010 14:47:13
Changed By: ggreif
Comments: add two more use-cases (explicit instantiation) that should pass nowProperties: 




File: lib/Target/ARM/ARMLoadStoreOptimizer.cpp
At: Mon 30 Aug 2010 14:57:07
Changed By: stoklund
Comments: Remember to clear the shadow kill flag at the same time as clearing the real
kill flag.

This could cause duplicate kill flags when the same register was used twice in a
continuous sequence of STRs.

There is no small test case. <rdar://problem/8218046>Properties: 




File: lib/ExecutionEngine/JIT/Intercept.cpp
At: Mon 30 Aug 2010 14:57:07
Changed By: chapuni
Comments: Fix a comment.Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrThumb2.td
At: Mon 30 Aug 2010 15:07:07
Changed By: void
Comments: Use the existing T2I_bin_s_irs pattern instead of creating T2I_bin_sw_irs, which
is meant to do exactly the same thing. Thanks to Jim Grosbach for pointing this
out! :-)
Properties: 




Files:
 lib/CodeGen/TargetInfo.cpp
 test/CodeGen/x86_32-arguments.c
At: Mon 30 Aug 2010 15:07:07
Changed By: lattner
Comments: Fix PR8029, a x86-32 ABI regression in introduced in r112211
Properties: 




File: lib/Transforms/Scalar/JumpThreading.cpp
At: Mon 30 Aug 2010 15:12:07
Changed By: resistor
Comments: Fixes and cleanups pointed out by Chris.  In general, be careful to handle 0 results from ComputeValueKnownInPredecessors
(indicating undef), and re-use existing constant folding APIs.
Properties: 




File: lib/Sema/SemaTemplateInstantiateDecl.cpp
At: Mon 30 Aug 2010 15:27:08
Changed By: ggreif
Comments: zap tabsProperties: 




File: lib/Transforms/Scalar/JumpThreading.cpp
At: Mon 30 Aug 2010 15:37:10
Changed By: resistor
Comments: Revert r112539.  It accidentally introduced a miscompilation.
Properties: 




Files:
 Makefile.def
 Makefile.in
At: Mon 30 Aug 2010 15:42:07
Changed By: asl
Comments: Fix broken newlib build dependencies (otherwise parallel build will apparently fail).
Patch backported from mainline, where is was committed under GPLv2.
Patch suggested by Sandeep Patel!Properties: 




File: lib/Transforms/Scalar/ValuePropagation.cpp
At: Mon 30 Aug 2010 15:47:07
Changed By: resistor
Comments: Add statistics to evaluate this pass.
Properties: 




File: lib/Target/ARM/ARMExpandPseudoInsts.cpp
At: Mon 30 Aug 2010 15:52:07
Changed By: asl
Comments: Expand MOVi32imm in ARM mode after regalloc. This provides
scheduling opportunities (extra instruction can go in between
MOVT / MOVW pair removing the stall).Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/ARM/t2-imm.ll
	
	  Expected Passes    : 4921
	  Expected Failures  : 29
	  Unsupported Tests  : 550
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/t2-imm.ll

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	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++/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 't2-imm.ll':
	<stdin>:4:2: note: scanning from here
	 .align 2
	 ^
	<stdin>:8:2: note: possible intended match here
	 movw r0, #1123
	 ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/ARM/t2-imm.ll
	
	  Expected Passes    : 5382
	  Expected Failures  : 49
	  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/t2-imm.ll

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	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 't2-imm.ll':
	<stdin>:4:2: note: scanning from here
	 .align 2
	 ^
	<stdin>:8:2: note: possible intended match here
	 movw r0, #1123
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list