[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
Evan Cheng
evan.cheng at apple.com
Thu Apr 1 01:28:55 PDT 2010
Fixed.
Evan
On Apr 1, 2010, at 12:42 AM, daniel_dunbar at apple.com wrote:
> 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/1871
>
> Buildbot URL: http://smooshlab.apple.com:8010/
>
> Buildslave for this Build: smoosh-14.apple.com
>
> Build Reason:
> Build Source Stamp: 100093
> Blamelist: evancheng,lattner
>
> BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2
>
> sincerely,
> -The Buildbot
>
>
> ================================================================================
>
> CHANGES:
> Files:
> lib/Target/X86/X86.td
> lib/Target/X86/X86Subtarget.cpp
> lib/Target/X86/X86Subtarget.h
> At: Wed 31 Mar 2010 23:00:39
> Changed By: evancheng
> Comments: Nehalem unaligned memory access is fast.Properties:
>
>
>
>
> Files:
> include/llvm/Target/TargetLowering.h
> lib/CodeGen/SelectionDAG/DAGCombiner.cpp
> lib/CodeGen/SelectionDAG/SelectionDAG.cpp
> lib/Target/PowerPC/PPCISelLowering.cpp
> lib/Target/PowerPC/PPCISelLowering.h
> lib/Target/X86/X86ISelLowering.cpp
> lib/Target/X86/X86ISelLowering.h
> test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
> test/CodeGen/X86/byval7.ll
> test/CodeGen/X86/memcpy-2.ll
> test/CodeGen/X86/memset-2.ll
> test/CodeGen/X86/memset64-on-x86-32.ll
> test/CodeGen/X86/small-byval-memcpy.ll
> test/CodeGen/X86/unaligned-load.ll
> At: Wed 31 Mar 2010 23:05:38
> Changed By: evancheng
> Comments: Fix sdisel memcpy, memset, memmove lowering:
> 1. Makes it possible to lower with floating point loads and stores.
> 2. Avoid unaligned loads / stores unless it's fast.
> 3. Fix some memcpy lowering logic bug related to when to optimize a
> load from constant string into a constant.
> 4. Adjust x86 memcpy lowering threshold to make it more sane.
> 5. Fix x86 target hook so it uses vector and floating point memory
> ops more effectively.
> rdar://7774704
> Properties:
>
>
>
>
> File: include/llvm/Support/DebugLoc.h
> At: Wed 31 Mar 2010 23:30:38
> Changed By: lattner
> Comments: add comments, don't require inlined-at to be specified.
> Properties:
>
>
>
>
> Files:
> include/llvm/Support/IRBuilder.h
> lib/VMCore/Core.cpp
> At: Wed 31 Mar 2010 23:35:38
> Changed By: lattner
> Comments: switch IRBuilder to use NewDebugLoc for locations instead
> of raw mdnodes. This allows frontends to specify debug
> locations without ever creating an MDNode for the DILocation.
>
> This requires a corresponding clang/llvm-gcc change which
> I'll try to commit as simultaneously as possible.
> Properties:
>
>
>
>
> File: gcc/llvm-debug.cpp
> At: Wed 31 Mar 2010 23:35:39
> Changed By: lattner
> Comments: adjust to IRBuilder change and use faster DebugLoc apis.
> Properties:
>
>
>
>
> Files:
> lib/CodeGen/CGDebugInfo.cpp
> lib/CodeGen/CodeGenModule.cpp
> At: Wed 31 Mar 2010 23:35:39
> Changed By: lattner
> Comments: adjust to IRBuilder change and use faster DebugLoc apis.
>
> Properties:
>
>
>
>
> LOGS:
> Last 10 lines of 'stdio':
> Failing Tests (2):
> LLVM :: CodeGen/X86/memset64-on-x86-32.ll
> LLVM :: CodeGen/X86/small-byval-memcpy.ll
>
> Expected Passes : 4603
> Expected Failures : 29
> Unsupported Tests : 515
> Unexpected Failures: 2
> make[1]: *** [check-local-lit] Error 1
> make: *** [check-lit] Error 2
>
> Last 10 lines of 'fail':
> LLVM :: CodeGen/X86/memset64-on-x86-32.ll
> LLVM :: CodeGen/X86/small-byval-memcpy.ll
>
> Last 10 lines of 'xfail':
> LLVM :: MC/AsmParser/X86/x86_32-bit.s
> 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/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 'memset64-on-x86-32.ll':
> Command has output on stderr!
>
> --
> Command Output (stderr):
> --
> Expected 20 lines, got 1.
> --
>
> ********************
>
>
> Last 10 lines of 'small-byval-memcpy.ll':
> Command has output on stderr!
>
> --
> Command Output (stderr):
> --
> Expected 8 lines, got 0.
> --
>
> ********************
>
>
> Last 10 lines of 'stdio':
> Failing Tests (2):
> LLVM :: CodeGen/X86/memset64-on-x86-32.ll
> LLVM :: CodeGen/X86/small-byval-memcpy.ll
>
> Expected Passes : 5040
> Expected Failures : 42
> Unsupported Tests : 65
> Unexpected Failures: 2
> make[1]: *** [check-local-lit] Error 1
> make: *** [check-lit] Error 2
>
> Last 10 lines of 'fail':
> LLVM :: CodeGen/X86/memset64-on-x86-32.ll
> LLVM :: CodeGen/X86/small-byval-memcpy.ll
>
> Last 10 lines of 'xfail':
> LLVM :: MC/AsmParser/X86/x86_32-bit.s
> 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/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-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/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 :: LLVMC/ObjC++/hello.mm
> LLVM :: LLVMC/ObjC/hello.m
>
> Last 10 lines of 'memset64-on-x86-32.ll':
> Command has output on stderr!
>
> --
> Command Output (stderr):
> --
> Expected 20 lines, got 1.
> --
>
> ********************
>
>
> Last 10 lines of 'small-byval-memcpy.ll':
> Command has output on stderr!
>
> --
> Command Output (stderr):
> --
> Expected 8 lines, got 0.
> --
>
> ********************
>
>
More information about the llvm-testresults
mailing list