[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Aug 18 11:55:36 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/8620
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 111376
Blamelist: ddunbar,djg,grosbach,lattner
BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: tools/llc/llc.cpp
At: Wed 18 Aug 2010 11:01:01
Changed By: djg
Comments: Eliminate some redundancy by relying on raw_fd_ostream to handle "-"
properly.
Properties:
Files:
include/llvm/Target/TargetRegisterInfo.h
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
At: Wed 18 Aug 2010 11:01:01
Changed By: grosbach
Comments: Add hook for re-using virtual base registers for local stack slot access.
Nothing fancy, just ask the target if any currently available base reg
is in range for the instruction under consideration and use the first one
that is. Placeholder ARM implementation simply returns false for now.
ongoing saga of rdar://8277890
Properties:
Files:
include/llvm/Analysis/ValueTracking.h
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
At: Wed 18 Aug 2010 11:27:01
Changed By: lattner
Comments: move gep decomposition out of ValueTracking into BasicAA. The form of
decomposition that it is doing is very basicaa specific and is only used
by basicaa.
Properties:
Files:
lib/MC/MCAssembler.cpp
test/MC/ELF
test/MC/ELF/bss.ll
test/MC/ELF/dg.exp
At: Wed 18 Aug 2010 11:27:01
Changed By: ddunbar
Comments: MC/ELF: Allow null values in virtual sections, ELF doesn't use special
directives for putting contents in .bss, for example.Properties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: Transforms/DeadStoreElimination/crash.ll
Expected Passes : 4923
Expected Failures : 29
Unsupported Tests : 549
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: Transforms/DeadStoreElimination/crash.ll
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 :: 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 'crash.ll':
21 opt 0x00002246 start + 54
Stack dump:
0. Program arguments: opt -dse -S
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Dead Store Elimination' on function '@test2'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/Transforms/DeadStoreElimination/Output/crash.ll.script: line 2: 22620 Abort trap 'opt' '-dse' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/DeadStoreElimination/crash.ll'
--
********************
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: Transforms/DeadStoreElimination/crash.ll
Expected Passes : 5395
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 :: Transforms/DeadStoreElimination/crash.ll
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 'crash.ll':
20 opt 0x00001be6 start + 54
Stack dump:
0. Program arguments: opt -dse -S
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Dead Store Elimination' on function '@test2'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/DeadStoreElimination/Output/crash.ll.script: line 2: 80545 Abort trap 'opt' '-dse' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/DeadStoreElimination/crash.ll'
--
********************
More information about the llvm-testresults
mailing list