[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Sep 2 16:44:29 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/9091
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 112904
Blamelist: asl,dpatel,lattner
BUILD FAILED: failed test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
test/CodeGen/const-arithmetic.c
test/CodeGen/struct-passing.c
test/CodeGenCXX/dyncast.cpp
test/CodeGenCXX/vtt-layout.cpp
test/CodeGenObjC/property-dbg.m
At: Thu 02 Sep 2010 15:52:11
Changed By: lattner
Comments: stop looking for #uses comments.
Properties:
File: lib/VMCore/AsmWriter.cpp
At: Thu 02 Sep 2010 15:57:31
Changed By: lattner
Comments: reapply 112894:
Remove #uses comments from functions: they we're padded out to column 50
and were potentially confusing for externally visible functions.
going further, remove the "<i8**> [#uses=3]" comments entirely. They
add a lot of noise, confuse people about what the IR is, and don't add
any particular value. When the types are long it makes it really really
hard to read IR.
If someone is interested in this sort of thing, the right way to do this
is to implement an AsmAnnotationWriter that produces the same output, and
add a flag to llvm-dis (only) to produce this output.
Properties:
File: lib/CodeGen/AsmPrinter/AsmPrinter.cpp
At: Thu 02 Sep 2010 16:03:25
Changed By: dpatel
Comments: There is no need to use .set here.
Thanks Chris!
Properties:
File: lib/Analysis/IVUsers.cpp
At: Thu 02 Sep 2010 16:07:07
Changed By: lattner
Comments: stop forcing a noop AssemblyAnnotationWriter to silence #uses
comments, these don't happen anymore.
Properties:
Files:
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86Subtarget.h
test/CodeGen/X86/win_chkstk.ll
At: Thu 02 Sep 2010 16:07:07
Changed By: asl
Comments: Properly emit __chkstk call instead of __alloca on non-mingw windows targets.
Patch by Cameron Esfahani!Properties:
Files:
include/llvm/Assembly/AsmAnnotationWriter.h
tools/llvm-prof/llvm-prof.cpp
At: Thu 02 Sep 2010 16:12:07
Changed By: lattner
Comments: AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter
Properties:
Files:
include/llvm/Assembly/AsmAnnotationWriter.h
include/llvm/Assembly/AssemblyAnnotationWriter.h
lib/VMCore/AsmWriter.cpp
tools/llvm-prof/llvm-prof.cpp
At: Thu 02 Sep 2010 16:12:07
Changed By: lattner
Comments: lets get crazy and name the header file the exact class name,
not a scrunched version of it.
Properties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: FrontendC/2010-07-14-ref-off-end.c
Expected Passes : 5394
Expected Failures : 36
Unsupported Tests : 69
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: FrontendC/2010-07-14-ref-off-end.c
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 '2010-07-14-ref-off-end.c':
<stdin>:1:1: note: scanning from here
; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/FrontendC/2010-07-14-ref-off-end.c'
^
<stdin>:15:7: note: possible intended match here
%3 = getelementptr inbounds %struct.T* %t, i32 0, i32 0
^
--
********************
More information about the llvm-testresults
mailing list