[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Dec 29 21:58:24 PST 2009
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/2060
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 92300
Blamelist: lattner
BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
At: Tue 29 Dec 2009 21:24:38
Changed By: lattner
Comments: add facilities to start factoring instruction metadata parsing
out of each opcode's handler. Change ret over so far.
Properties:
Files:
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
At: Tue 29 Dec 2009 21:29:38
Changed By: lattner
Comments: convert 4 more instructions over.
Properties:
Files:
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
At: Tue 29 Dec 2009 21:34:38
Changed By: lattner
Comments: rename ParseOptionalCustomMetadata -> ParseInstructionMetadata,
and make it non-optional. This fixes the bug where we'd accept
and ignore a spurious comma after some instructions.
Properties:
LOGS:
Last 10 lines of 'test.llvm.stage1.stdio':
Failing Tests (2):
LLVM::Transforms/GlobalOpt/heap-sra-3.ll
LLVM::Transforms/SimplifyCFG/duplicate-phis.ll
Expected Passes : 4470
Expected Failures : 27
Unsupported Tests : 497
Unexpected Failures: 2
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'test.llvm.stage1.fail':
LLVM::Transforms/GlobalOpt/heap-sra-3.ll
LLVM::Transforms/SimplifyCFG/duplicate-phis.ll
Last 10 lines of 'test.llvm.stage1.xfail':
LLVM::LLVMC/OutputSuffixHook.td
LLVM::MC/AsmParser/directive_lsym.s
LLVM::MC/AsmParser/exprs-invalid.s
LLVM::Transforms/GVN/rle-no-phi-translate.ll
LLVM::Transforms/GlobalOpt/2009-03-05-dbg.ll
LLVM::Transforms/GlobalOpt/2009-03-03-dbg.ll
LLVM::Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM::Transforms/InstCombine/cast-sext-zext.ll
LLVM::Transforms/TailCallElim/nocapture.ll
LLVM::Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'test.llvm.stage1.unsupported':
LLVM::LLVMC/C++/hello.cpp
LLVM::LLVMC/C++/together.cpp
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 'test.llvm.stage1.heap-sra-3.ll':
/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/GlobalOpt/heap-sra-3.ll:6:15: error: expected string not found in input
; CHECK: @X.f0
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of 'test.llvm.stage1.duplicate-phis.ll':
11 opt 0x0000f6c6 llvm::ParseIRFile(std::string const&, llvm::SMDiagnostic&, llvm::LLVMContext&) + 150
12 opt 0x0000c457 main + 167
13 opt 0x000024e6 start + 54
Stack dump:
0. Program arguments: opt -instcombine -simplifycfg -S
Expected 1 lines, got 0.
--
********************
Last 10 lines of 'test.llvm.stage2.stdio':
Failing Tests (2):
LLVM::Transforms/GlobalOpt/heap-sra-3.ll
LLVM::Transforms/SimplifyCFG/duplicate-phis.ll
Expected Passes : 4900
Expected Failures : 33
Unsupported Tests : 61
Unexpected Failures: 2
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'test.llvm.stage2.fail':
LLVM::Transforms/GlobalOpt/heap-sra-3.ll
LLVM::Transforms/SimplifyCFG/duplicate-phis.ll
Last 10 lines of 'test.llvm.stage2.xfail':
LLVM::LLVMC/OutputSuffixHook.td
LLVM::MC/AsmParser/directive_lsym.s
LLVM::MC/AsmParser/exprs-invalid.s
LLVM::Transforms/GVN/rle-no-phi-translate.ll
LLVM::Transforms/GlobalOpt/2009-03-05-dbg.ll
LLVM::Transforms/GlobalOpt/2009-03-03-dbg.ll
LLVM::Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM::Transforms/InstCombine/cast-sext-zext.ll
LLVM::Transforms/TailCallElim/nocapture.ll
LLVM::Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'test.llvm.stage2.unsupported':
LLVM::FrontendObjC/2009-01-26-WriteBarrier-2.m
LLVM::FrontendObjC/2009-02-05-VolatileProp.m
LLVM::FrontendObjC/2009-04-14-AsmSection.m
LLVM::FrontendObjC/2009-04-27-bitfield-vs-ivar.m
LLVM::FrontendObjC/2009-04-28-bitfield-vs-vbc.m
LLVM::FrontendObjC/2009-08-05-utf16.m
LLVM::FrontendObjC/2009-08-17-DebugInfo.m
LLVM::FrontendObjC/2009-11-30-Objc-ID.m
LLVM::LLVMC/ObjC++/hello.mm
LLVM::LLVMC/ObjC/hello.m
Last 10 lines of 'test.llvm.stage2.heap-sra-3.ll':
/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/GlobalOpt/heap-sra-3.ll:6:15: error: expected string not found in input
; CHECK: @X.f0
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of 'test.llvm.stage2.duplicate-phis.ll':
14 opt 0x00008838 main + 168
15 opt 0x00001ee6 start + 54
16 opt 0x00000004 start + 18446744073709543764
Stack dump:
0. Program arguments: opt -instcombine -simplifycfg -S
Expected 1 lines, got 0.
--
********************
More information about the llvm-testresults
mailing list