[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Jan 13 14:12:43 PST 2011
The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17914
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 123404
Blamelist: evancheng,resistor
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
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-vld-encoding.s
LLVM :: MC/ARM/thumb2.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-i386-darwin9/llvm/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