[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Jan 3 15:36:44 PST 2011
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/12384
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 122783
Blamelist: akirtzidis,dgregor,evancheng
BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/Parse/Parser.h
lib/Parse/ParseObjc.cpp
lib/Parse/ParseStmt.cpp
lib/Sema/SemaDecl.cpp
test/Index/complete-synthesized.m
At: Mon 03 Jan 2011 14:39:19
Changed By: akirtzidis
Comments: When in code-completion, skip obj-c method bodies for speed up.Properties:
Files:
include/clang/AST/DeclCXX.h
include/clang/Sema/Sema.h
lib/AST/ASTImporter.cpp
lib/AST/DeclCXX.cpp
lib/CodeGen/Mangle.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateVariadic.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/CXX/temp/temp.decls/temp.variadic/p4.cpp
At: Mon 03 Jan 2011 14:43:07
Changed By: dgregor
Comments: Implement pack expansions whose pattern is a base-specifier.
Properties:
Files:
lib/Target/X86/X86FrameInfo.cpp
lib/Target/X86/X86InstrControl.td
test/CodeGen/X86/2009-09-10-SpillComments.ll
test/CodeGen/X86/2010-07-02-asm-alignstack.ll
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/licm-symbol.ll
test/CodeGen/X86/tail-opts.ll
test/CodeGen/X86/tailcall-largecode.ll
test/CodeGen/X86/tlv-2.ll
At: Mon 03 Jan 2011 14:58:15
Changed By: evancheng
Comments: Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in
prologue and epilogue if the adjustment is 8. Similarly, use pushl / popl if
the adjustment is 4 in 32-bit mode.
In the epilogue, takes care to pop to a caller-saved register that's not live
at the exit (either return or tailcall instruction).
rdar://8771137
Properties:
LOGS:
Last 10 lines of 'stdio':
Failing Tests (2):
LLVM :: MC/ELF/basic-elf.ll
LLVM :: MC/ELF/call-abs.ll
Expected Passes : 5151
Expected Failures : 43
Unsupported Tests : 558
Unexpected Failures: 2
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: MC/ELF/basic-elf.ll
LLVM :: MC/ELF/call-abs.ll
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neont2-vld-encoding.s
LLVM :: MC/ARM/neont2-vst-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 'basic-elf.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/MC/ELF/basic-elf.ll:45:7: error: expected string not found in input
; 32: (('r_offset', 0x00000006)
^
<stdin>:224:2: note: scanning from here
(('r_offset', 0x00000004)
^
--
********************
Last 10 lines of 'call-abs.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/MC/ELF/call-abs.ll:12:15: error: expected string not found in input
; CHECK-NEXT: (('r_offset', 0x00000004)
^
<stdin>:194:2: note: scanning from here
(('r_offset', 0x00000002)
^
--
********************
Last 10 lines of 'stdio':
Failing Tests (2):
LLVM :: MC/ELF/basic-elf.ll
LLVM :: MC/ELF/call-abs.ll
Expected Passes : 5631
Expected Failures : 51
Unsupported Tests : 70
Unexpected Failures: 2
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: MC/ELF/basic-elf.ll
LLVM :: MC/ELF/call-abs.ll
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neont2-vld-encoding.s
LLVM :: MC/ARM/neont2-vst-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 :: 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 'basic-elf.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/MC/ELF/basic-elf.ll:45:7: error: expected string not found in input
; 32: (('r_offset', 0x00000006)
^
<stdin>:224:2: note: scanning from here
(('r_offset', 0x00000004)
^
--
********************
Last 10 lines of 'call-abs.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/MC/ELF/call-abs.ll:12:15: error: expected string not found in input
; CHECK-NEXT: (('r_offset', 0x00000004)
^
<stdin>:194:2: note: scanning from here
(('r_offset', 0x00000002)
^
--
********************
More information about the llvm-testresults
mailing list