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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Feb 10 18:37:47 PST 2011


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

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

Buildslave for this Build: smoosh-01

Build Reason: 
Build Source Stamp: 125326
Blamelist: bruno,dgregor,nicholas,rafael,zwarich

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
File: test/CodeGen/Mips/o32_cc.ll
At: Thu 10 Feb 2011 15:43:33
Changed By: bruno
Comments: Add mips o32 tests again with the hope that the buildbot won't complaint againProperties: 




Files:
 lib/Transforms/Utils/LoopSimplify.cpp
 test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
 test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
 test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll
 test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll
 test/Transforms/LoopSimplify/2004-02-05-DominatorInfoCorruption.ll
 test/Transforms/LoopSimplify/2004-03-15-IncorrectDomUpdate.ll
 test/Transforms/LoopSimplify/2004-04-01-IncorrectDomUpdate.ll
 test/Transforms/LoopSimplify/2004-04-12-LoopSimplify-SwitchBackedges.ll
 test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
 test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
 test/Transforms/LoopSimplify/2010-07-15-IncorrectDomFrontierUpdate.ll
 test/Transforms/LoopSimplify/2010-12-26-PHIInfiniteLoop.ll
 test/Transforms/LoopSimplify/basictest.ll
 test/Transforms/LoopSimplify/hardertest.ll
 test/Transforms/LoopSimplify/indirectbr-backedge.ll
 test/Transforms/LoopSimplify/indirectbr.ll
 test/Transforms/LoopSimplify/merge-exits.ll
 test/Transforms/LoopSimplify/phi-node-simplify.ll
 test/Transforms/LoopSimplify/unreachable-loop-pred.ll
 test/Transforms/LoopUnroll/2005-03-06-BadLoopInfoUpdate.ll
At: Thu 10 Feb 2011 15:43:33
Changed By: zwarich
Comments: Rename 'loopsimplify' to 'loop-simplify'.Properties: 




File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Thu 10 Feb 2011 15:58:31
Changed By: zwarich
Comments: If we can't avoid running loop-simplify twice for now, at least avoid running
iv-users twice.Properties: 




Files:
 lib/Analysis/ValueTracking.cpp
 test/Transforms/JumpThreading/degenerate-phi.ll
At: Thu 10 Feb 2011 15:58:31
Changed By: nicholas
Comments: Tolerate degenerate phi nodes that can occur in the middle of optimization
passes. Fixes PR9112. Patch by Jakub Staszak!
Properties: 




Files:
 include/clang/AST/Mangle.h
 lib/AST/ItaniumMangle.cpp
 lib/AST/Mangle.cpp
 lib/AST/MicrosoftMangle.cpp
 lib/CodeGen/CodeGenModule.cpp
At: Thu 10 Feb 2011 16:03:32
Changed By: rafael
Comments: Use raw_svector_ostream in more places in the mangler.Properties: 




Files:
 include/clang/Serialization/ASTWriter.h
 lib/Serialization/ASTWriter.cpp
 test/PCH/reinclude1.h
At: Thu 10 Feb 2011 16:33:49
Changed By: dgregor
Comments: Implement AST/PCH chaining support for macro definitions. Previously,
we would deserialize all of the macro definitions we knew about while
serializing the macro definitions at the end of the AST/PCH file. Even
though we skipped most of them (since they were unchanged), it's still
a performance problem.

Now, we do the standard AST/PCH chaining trick: watch what identifiers
are deserialized as macro names, and consider only those identifiers
(along with macro definitions that have been deserialized/written in
the source) when serializing the preprocessor state.

Properties: 




File: test/Transforms/LoopStrengthReduce/hoist-parent-preheader.ll
At: Thu 10 Feb 2011 16:53:31
Changed By: zwarich
Comments: Add a test for the LSR issue exposed by r125254.Properties: 




File: lib/Serialization/ASTWriter.cpp
At: Thu 10 Feb 2011 16:58:31
Changed By: dgregor
Comments: Eliminate a major performance problem with chained PCH, where we were
causing the deserialization of a large number of declarations when
writing the visible-updates record for the translation unit in C. This
takes us from:

*** AST File Statistics:
  2 stat cache hits
  6 stat cache misses
  1/64463 source location entries read (0.001551%)
  15606/16956 types read (92.038216%)
  59266/89334 declarations read (66.342041%)
  38952/61393 identifiers read (63.446976%)
  0/7778 selectors read (0.000000%)
  24192/34644 statements read (69.830276%)
  388/8809 macros read (4.404586%)
  2095/5189 lexical declcontexts read (40.373867%)
  0/4587 visible declcontexts read (0.000000%)
  0/7716 method pool entries read (0.000000%)
  0 method pool misses

to

*** AST File Statistics:
  2 stat cache hits
  6 stat cache misses
  1/64463 source location entries read (0.001551%)
  26/16956 types read (0.153338%)
  18/89334 declarations read (0.020149%)
  145/61393 identifiers read (0.236183%)
  0/7778 selectors read (0.000000%)
  21/34644 statements read (0.060617%)
  0/8809 macros read (0.000000%)
  0/5189 lexical declcontexts read (0.000000%)
  0/4587 visible declcontexts read (0.000000%)
  0/7716 method pool entries read (0.000000%)
  0 method pool misses

when generating a chained PCH for a header that #includes Cocoa.h
(from a PCH file) and adds one simple function declaration. The
generated PCH file is now only 9580 bytes (down from > 2MB).
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/Mips/o32_cc.ll
	
	  Expected Passes    : 5207
	  Expected Failures  : 40
	  Unsupported Tests  : 539
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/Mips/o32_cc.ll

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/MergeFunc/fold-weak.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++/filelist.cpp
	LLVM :: LLVMC/C++/hello.cpp
	LLVM :: LLVMC/C/wall.c
	LLVM :: LLVMC/C++/just-compile.cpp
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'o32_cc.ll':
	<stdin>:941:2: note: scanning from here
	 ldc1 $f12, %lo($CPI23_0)($3)
	 ^
	<stdin>:1007:2: note: possible intended match here
	 addiu $4, $zero, 82
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list