[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Jan 13 14:31:22 PST 2011
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7860
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 123404
Blamelist: evancheng,fjahanian,resistor,stoklund
BUILD FAILED: failed test-llvm test-llvm_1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MachineBasicBlock.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/Alpha/AlphaFrameLowering.cpp
lib/Target/Blackfin/BlackfinFrameLowering.cpp
lib/Target/CellSPU/SPUFrameLowering.cpp
lib/Target/MBlaze/MBlazeFrameLowering.cpp
lib/Target/MSP430/MSP430FrameLowering.cpp
lib/Target/Mips/MipsFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/X86/X86FrameLowering.cpp
At: Thu 13 Jan 2011 13:36:02
Changed By: stoklund
Comments: Teach frame lowering to ignore debug values after the terminators.Properties:
File: lib/CodeGen/LiveDebugVariables.cpp
At: Thu 13 Jan 2011 13:36:02
Changed By: stoklund
Comments: Temporary workaround for an i386 crash in LiveDebugVariables.Properties:
Files:
clang.xcodeproj/project.pbxproj
lib/CodeGen/CGDeclCXX.cpp
At: Thu 13 Jan 2011 13:41:38
Changed By: fjahanian
Comments: Save getObjCGCAttrKind and use it in two places
for efficiancy (still part of //rdar://8761767).
Per John's comment.
Properties:
File: lib/MC/MCAsmStreamer.cpp
At: Thu 13 Jan 2011 13:50:51
Changed By: evancheng
Comments: Relax an assertion. On archs like ARM, an immediate field may be scattered. So it's possible for some bits of every 8 bits to be encoded already, and the rest still needs to be fixed up.Properties:
Files:
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
utils/TableGen/EDEmitter.cpp
At: Thu 13 Jan 2011 13:50:51
Changed By: resistor
Comments: Add support to the ARM MC infrastructure to support mcr and friends. This requires supporting
the symbolic immediate names used for these instructions, fixing their pretty-printers, and
adding proper encoding information for them.
With this, we can properly pretty-print and encode assembly like:
mrc p15, #0, r3, c13, c0, #3
Fixes <rdar://problem/8857858>.
Properties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: MC/Disassembler/ARM/arm-tests.txt
Expected Passes : 5176
Expected Failures : 40
Unsupported Tests : 558
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: MC/Disassembler/ARM/arm-tests.txt
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neont2-vst-encoding.s
LLVM :: MC/ARM/neont2-table-encoding.s
LLVM :: MC/ARM/neont2-vld-encoding.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++/unknown_suffix.unk
LLVM :: LLVMC/C/emit-llvm-opt.c
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':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/MC/Disassembler/ARM/arm-tests.txt:48:10: error: expected string not found in input
# CHECK: mcr2 p0, #0, r2, cr1, cr0, #7
^
<stdin>:16:2: note: scanning from here
mcr2 p0, #0, r2, c1, c0, #7
^
--
********************
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: MC/Disassembler/ARM/arm-tests.txt
Expected Passes : 5176
Expected Failures : 40
Unsupported Tests : 558
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: MC/Disassembler/ARM/arm-tests.txt
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neont2-table-encoding.s
LLVM :: MC/ARM/thumb2.s
LLVM :: MC/ARM/neont2-vld-encoding.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.c
LLVM :: LLVMC/C/emit-llvm-opt.c
LLVM :: LLVMC/C/emit-llvm.c
LLVM :: LLVMC/C++/hello.cpp
LLVM :: LLVMC/C/wall.c
LLVM :: LLVMC/C/opt-test.c
LLVM :: LLVMC/C/include.c
LLVM :: LLVMC/C/sink.c
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of 'arm-tests.txt':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/MC/Disassembler/ARM/arm-tests.txt:48:10: error: expected string not found in input
# CHECK: mcr2 p0, #0, r2, cr1, cr0, #7
^
<stdin>:16:2: note: scanning from here
mcr2 p0, #0, r2, c1, c0, #7
^
--
********************
More information about the llvm-testresults
mailing list