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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Aug 27 16:03:50 PDT 2010


The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/8874

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

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

Build Reason: 
Build Source Stamp: 112309
Blamelist: dpatel,lattner,tcare

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Transforms/InstCombine/InstCombineCasts.cpp
 lib/Transforms/InstCombine/InstCombineShifts.cpp
 test/Transforms/InstCombine/shift.ll
At: Fri 27 Aug 2010 15:27:07
Changed By: lattner
Comments: Implement a pretty general logical shift propagation
framework, which is good at ripping through bitfield
operations.  This generalize a bunch of the existing
xforms that instcombine does, such as 
  (x << c) >> c -> and
to handle intermediate logical nodes.  This is useful for
ripping up the "promote to large integer" code produced by
SRoA.
Properties: 




File: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
At: Fri 27 Aug 2010 15:27:07
Changed By: dpatel
Comments: Simplify.
Properties: 




Files:
 include/clang/Analysis/Analyses/LiveVariables.h
 include/clang/Analysis/AnalysisContext.h
 lib/Analysis/AnalysisContext.cpp
 lib/Analysis/LiveVariables.cpp
At: Fri 27 Aug 2010 15:32:07
Changed By: tcare
Comments: Add alternate version of LiveVariables analysis that does not kill liveness at assignments. This 'relaxed' liveness is useful in path sensitive analysis for situations where the resulting extended liveness allows us to find some bugs.
- Added killAtAssign flag to LiveVariables
- Added relaxed LiveVariables to AnalysisContext with an accessorProperties: 




Files:
 lib/Parse/ParseObjc.cpp
 test/SemaObjCXX/expr-objcxx.mm
At: Fri 27 Aug 2010 15:37:07
Changed By: lattner
Comments: handle :: in selectors in objc++ mode, rdar://8366474
Properties: 




File: lib/Checker/IdempotentOperationChecker.cpp
At: Fri 27 Aug 2010 15:37:07
Changed By: tcare
Comments: Fix bug in IdempotentOperationChecker where an assumption would not get updated properly.Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: FrontendC/2008-03-24-BitField-And-Alloca.c
	
	  Expected Passes    : 5412
	  Expected Failures  : 37
	  Unsupported Tests  : 69
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: FrontendC/2008-03-24-BitField-And-Alloca.c

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 '2008-03-24-bitfield-and-alloca.c':
	--
	Exit Code: 1
	Command Output (stdout):
	--
	  %sroa.store.elt = lshr i64 %key_token2, 38      ; <i64> [#uses=1]
	  %6 = trunc i64 %sroa.store.elt to i4            ; <i4> [#uses=3]
	--
	
	********************
	




More information about the llvm-testresults mailing list