[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Oct 13 17:37:36 PDT 2010
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/5353
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 116457
Blamelist: grosbach,lattner
BUILD FAILED: failed test-llvm test-llvm_1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp
At: Wed 13 Oct 2010 16:50:33
Changed By: lattner
Comments: add a few operations for signed operations that also
return an overflow flag.
Properties:
Files:
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h
At: Wed 13 Oct 2010 16:50:33
Changed By: grosbach
Comments: Detabify and clean up 80 column violations.Properties:
File: lib/Lex/PPExpressions.cpp
At: Wed 13 Oct 2010 16:50:33
Changed By: lattner
Comments: move logic for computing signed integer overflow when constant folding
into APInt.
Properties:
Files:
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp
At: Wed 13 Oct 2010 17:00:21
Changed By: lattner
Comments: constify these methods.
Properties:
File: include/llvm/ADT/APInt.h
At: Wed 13 Oct 2010 17:00:21
Changed By: lattner
Comments: missed a line :(
Properties:
Files:
include/llvm/ADT/APInt.h
lib/Analysis/ConstantFolding.cpp
lib/Support/APInt.cpp
test/Transforms/ConstProp/overflow-ops.ll
At: Wed 13 Oct 2010 17:10:21
Changed By: lattner
Comments: add uadd_ov/usub_ov to apint, consolidate constant folding
logic to use the new APInt methods. Among other things this
implements rdar://8501501 - llvm.smul.with.overflow.i32 should constant fold
which comes from "clang -ftrapv", originally brought to my attention from PR8221.
Properties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: Transforms/ConstProp/overflow-ops.ll
Expected Passes : 4960
Expected Failures : 23
Unsupported Tests : 554
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: Transforms/ConstProp/overflow-ops.ll
Last 10 lines of 'xfail':
LLVM :: CodeGen/X86/asm-modifier-P.ll
LLVM :: CodeGen/X86/pre-split1.ll
LLVM :: CodeGen/X86/umul-with-carry.ll
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 'overflow-ops.ll':
<stdin>:53:1: note: scanning from here
}
^
<stdin>:55:14: note: possible intended match here
define %i8i1 @ssub_2() nounwind {
^
--
********************
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: Transforms/ConstProp/overflow-ops.ll
Expected Passes : 4960
Expected Failures : 23
Unsupported Tests : 554
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: Transforms/ConstProp/overflow-ops.ll
Last 10 lines of 'xfail':
LLVM :: CodeGen/X86/asm-modifier-P.ll
LLVM :: CodeGen/X86/pre-split1.ll
LLVM :: CodeGen/X86/umul-with-carry.ll
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/opt-test.c
LLVM :: LLVMC/C/wall.c
LLVM :: LLVMC/C++/unknown_suffix.unk
LLVM :: LLVMC/C/emit-llvm-opt.c
LLVM :: LLVMC/C++/hello.cpp
LLVM :: LLVMC/C/sink.c
LLVM :: LLVMC/C++/filelist.cpp
LLVM :: LLVMC/C++/together.cpp
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of 'overflow-ops.ll':
<stdin>:53:1: note: scanning from here
}
^
<stdin>:55:14: note: possible intended match here
define %i8i1 @ssub_2() nounwind {
^
--
********************
More information about the llvm-testresults
mailing list