[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Apr 2 16:35:56 PDT 2010
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/1901
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-14.apple.com
Build Reason:
Build Source Stamp: 100237
Blamelist: ddunbar,echristo,johannes,johnny,spyffe
BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/BasicBlock.h
lib/CodeGen/DwarfEHPrepare.cpp
lib/VMCore/BasicBlock.cpp
At: Fri 02 Apr 2010 14:55:01
Changed By: johannes
Comments: Skip debug info when looking for existing EH calls at the
beginning of a block.
Properties:
Files:
lib/Target/X86/X86.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
At: Fri 02 Apr 2010 15:00:05
Changed By: echristo
Comments: Separate out the AES-NI instructions from the SSE4.2 instructions. Add
a new subtarget option for AES and check for the support. Add "westmere"
line of processors and add AES-NI support to the core i7.
Add a couple of TODOs for information I couldn't verify.
Properties:
File: lib/Target/ARM/AsmParser/ARMAsmParser.cpp
At: Fri 02 Apr 2010 15:30:01
Changed By: spyffe
Comments: Added support for reporting operand token ranges
to the ARM AsmParser.
Properties:
Files:
Makefile.rules
include/llvm/Support/MathExtras.h
lib/Target/ARM/Disassembler
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.h
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
lib/Target/ARM/Disassembler/Makefile
lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h
lib/Target/ARM/Makefile
test/MC/Disassembler/arm-tests.txt
test/MC/Disassembler/neon-tests.txt
test/MC/Disassembler/thumb-tests.txt
utils/TableGen/ARMDecoderEmitter.cpp
utils/TableGen/ARMDecoderEmitter.h
utils/TableGen/DisassemblerEmitter.cpp
utils/TableGen/TableGen.cpp
At: Fri 02 Apr 2010 15:30:01
Changed By: johnny
Comments: Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
backend (ARMDecoderEmitter) which emits the decoder functions for ARM and Thumb,
and the disassembler core which invokes the decoder function and builds up the
MCInst based on the decoded Opcode.
Reviewed by Chris Latter and Bob Wilson.
Properties:
Files:
test/CodeGen/rdr-6098585-default-after-caserange.c
test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c
test/CodeGen/rdr-6098585-empty-case-range.c
test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c
test/CodeGen/rdr-6098585-unsigned-caserange.c
test/CodeGen/switch.c
At: Fri 02 Apr 2010 15:35:02
Changed By: ddunbar
Comments: Merge several tests into switch.c.Properties:
Files:
test/CodeGen/enum.c
test/CodeGen/indirect-goto.c
At: Fri 02 Apr 2010 15:35:02
Changed By: ddunbar
Comments: Avoid unneeded calls to opt/llvm-dis.Properties:
File: lib/CodeGen/CGObjCMac.cpp
At: Fri 02 Apr 2010 15:35:02
Changed By: ddunbar
Comments: IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME.Properties:
LOGS:
Last 10 lines of 'stdio':
LLVM :: MC/Disassembler/arm-tests.txt
LLVM :: MC/Disassembler/neon-tests.txt
LLVM :: MC/Disassembler/thumb-tests.txt
Expected Passes : 4608
Expected Failures : 29
Unsupported Tests : 515
Unexpected Failures: 3
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'fail':
LLVM :: MC/Disassembler/arm-tests.txt
LLVM :: MC/Disassembler/neon-tests.txt
LLVM :: MC/Disassembler/thumb-tests.txt
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 'arm-tests.txt':
<stdin>:1:2: note: scanning from here
cdp2 p15, #15, cr15, cr15, cr10, #7
^
<stdin>:1:10: note: possible intended match here
cdp2 p15, #15, cr15, cr15, cr10, #7
^
--
********************
Last 10 lines of 'neon-tests.txt':
<stdin>:1:2: note: scanning from here
rscpl r7, r1, r3, ror lr
^
<stdin>:3:5: note: possible intended match here
strdmi r11, r12, [r12, #-67]!
^
--
********************
Last 10 lines of 'thumb-tests.txt':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/MC/Disassembler/thumb-tests.txt:3:10: error: expected string not found in input
# CHECK: add r5, sp, #68
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of 'stdio':
LLVM :: MC/Disassembler/arm-tests.txt
LLVM :: MC/Disassembler/neon-tests.txt
LLVM :: MC/Disassembler/thumb-tests.txt
Expected Passes : 5045
Expected Failures : 42
Unsupported Tests : 65
Unexpected Failures: 3
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'fail':
LLVM :: MC/Disassembler/arm-tests.txt
LLVM :: MC/Disassembler/neon-tests.txt
LLVM :: MC/Disassembler/thumb-tests.txt
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 'arm-tests.txt':
<stdin>:1:2: note: scanning from here
cdp2 p15, #15, cr15, cr15, cr10, #7
^
<stdin>:1:10: note: possible intended match here
cdp2 p15, #15, cr15, cr15, cr10, #7
^
--
********************
Last 10 lines of 'neon-tests.txt':
<stdin>:1:2: note: scanning from here
rscpl r7, r1, r3, ror lr
^
<stdin>:3:5: note: possible intended match here
strdmi r11, r12, [r12, #-67]!
^
--
********************
Last 10 lines of 'thumb-tests.txt':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/MC/Disassembler/thumb-tests.txt:3:10: error: expected string not found in input
# CHECK: add r5, sp, #68
^
<stdin>:1:1: note: scanning from here
^
--
********************
More information about the llvm-testresults
mailing list