[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Aug 30 15:47:25 PDT 2010


The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/9808

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 112539
Blamelist: chapuni,lattner,resistor,stoklund,void

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
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: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 97.81s
	********************
	Failing Tests (1):
	    Clang :: CodeGenCXX/temp-order.cpp
	
	  Expected Passes    : 2492
	  Expected Failures  : 19
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: CodeGenCXX/temp-order.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 'temp-order.cpp':
	<stdin>:1:1: note: scanning from here
	; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CodeGenCXX/temp-order.cpp'
	^
	<stdin>:38:3: note: possible intended match here
	declare void @print(i8*, i32)
	  ^
	--
	
	********************
	




More information about the llvm-testresults mailing list