[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Dec 14 09:38:18 PST 2009
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/1634
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 91287
Blamelist: djg,grosbach
BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Mon 14 Dec 2009 08:53:29
Changed By: djg
Comments: Remove the code in LSR that manually hoists expansions out of loops;
SCEVExpander does this automatically.
Properties:
File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Mon 14 Dec 2009 08:58:36
Changed By: djg
Comments: LSR itself doesn't need DominatorTree.
Properties:
File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Mon 14 Dec 2009 09:03:30
Changed By: djg
Comments: LSR itself doesn't need LoopInfo.
Properties:
File: lib/Target/ARM/ARMInstrInfo.td
At: Mon 14 Dec 2009 09:03:30
Changed By: grosbach
Comments: add ldrexd/strexd instructionsProperties:
Files:
include/llvm/Analysis/LoopInfo.h
lib/Analysis/IVUsers.cpp
At: Mon 14 Dec 2009 09:08:30
Changed By: djg
Comments: Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The
former was just exposing a LoopInfoBase implementation detail.
Properties:
File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Mon 14 Dec 2009 09:08:30
Changed By: djg
Comments: Delete an unused variable.
Properties:
LOGS:
Last 10 lines of 'test.llvm.stage1.stdio':
LLVM::CodeGen/X86/change-compare-stride-1.ll
LLVM::CodeGen/X86/iv-users-in-other-loops.ll
LLVM::Transforms/IndVarSimplify/addrec-gep.ll
Expected Passes : 4435
Expected Failures : 26
Unsupported Tests : 496
Unexpected Failures: 3
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'test.llvm.stage1.fail':
LLVM::CodeGen/X86/change-compare-stride-1.ll
LLVM::CodeGen/X86/iv-users-in-other-loops.ll
LLVM::Transforms/IndVarSimplify/addrec-gep.ll
Last 10 lines of 'test.llvm.stage1.xfail':
LLVM::DebugInfo/deaddebuglabel.ll
LLVM::MC/AsmParser/directive_lsym.s
LLVM::MC/AsmParser/exprs-invalid.s
LLVM::Transforms/GVN/rle-no-phi-translate.ll
LLVM::Transforms/GlobalOpt/2009-03-05-dbg.ll
LLVM::Transforms/GlobalOpt/2009-03-03-dbg.ll
LLVM::Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM::Transforms/InstCombine/cast-sext-zext.ll
LLVM::Transforms/TailCallElim/nocapture.ll
LLVM::Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'test.llvm.stage1.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 'test.llvm.stage1.change-compare-stride-1.ll':
--
cmpq $-478, %r8
leal -1(%r8,%rcx), %r9d
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'test.llvm.stage1.iv-users-in-other-loops.ll':
Command has output on stderr!
--
Command Output (stderr):
--
Expected 1 lines, got 2.
--
********************
Last 10 lines of 'test.llvm.stage1.addrec-gep.ll':
Command has output on stderr!
--
Command Output (stderr):
--
Expected 1 lines, got 2.
--
********************
Last 10 lines of 'test.llvm.stage2.stdio':
LLVM::CodeGen/X86/change-compare-stride-1.ll
LLVM::CodeGen/X86/iv-users-in-other-loops.ll
LLVM::Transforms/IndVarSimplify/addrec-gep.ll
Expected Passes : 4864
Expected Failures : 32
Unsupported Tests : 61
Unexpected Failures: 3
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'test.llvm.stage2.fail':
LLVM::CodeGen/X86/change-compare-stride-1.ll
LLVM::CodeGen/X86/iv-users-in-other-loops.ll
LLVM::Transforms/IndVarSimplify/addrec-gep.ll
Last 10 lines of 'test.llvm.stage2.xfail':
LLVM::FrontendC/2009-02-13-zerosize-union-field-ppc.c
LLVM::MC/AsmParser/directive_lsym.s
LLVM::MC/AsmParser/exprs-invalid.s
LLVM::Transforms/GVN/rle-no-phi-translate.ll
LLVM::Transforms/GlobalOpt/2009-03-05-dbg.ll
LLVM::Transforms/GlobalOpt/2009-03-03-dbg.ll
LLVM::Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM::Transforms/InstCombine/cast-sext-zext.ll
LLVM::Transforms/TailCallElim/nocapture.ll
LLVM::Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'test.llvm.stage2.unsupported':
LLVM::FrontendObjC/2009-02-05-VolatileProp.m
LLVM::FrontendObjC/2009-04-28-bitfield-vs-vbc.m
LLVM::FrontendObjC/2009-08-05-utf16.m
LLVM::FrontendObjC/2009-08-17-DebugInfo.m
LLVM::FrontendObjC/2009-11-30-Objc-ID.m
LLVM::FrontendObjC/2009-04-27-bitfield-vs-ivar.m
LLVM::FrontendObjC/2007-10-23-GC-WriteBarrier.m
LLVM::FrontendObjC/2009-04-14-AsmSection.m
LLVM::LLVMC/ObjC++/hello.mm
LLVM::LLVMC/ObjC/hello.m
Last 10 lines of 'test.llvm.stage2.change-compare-stride-1.ll':
--
cmpq $-478, %r8
leal -1(%r8,%rcx), %r9d
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'test.llvm.stage2.iv-users-in-other-loops.ll':
Command has output on stderr!
--
Command Output (stderr):
--
Expected 1 lines, got 2.
--
********************
Last 10 lines of 'test.llvm.stage2.addrec-gep.ll':
Command has output on stderr!
--
Command Output (stderr):
--
Expected 1 lines, got 2.
--
********************
More information about the llvm-testresults
mailing list