[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Sat Mar 13 18:04:53 PST 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/506
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-11.apple.com
Build Reason:
Build Source Stamp: 98459
Blamelist: lattner
BUILD FAILED: failed make.test-suite
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/ObjectCodeEmitter.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/ELFCodeEmitter.h
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/X86/X86CodeEmitter.cpp
At: Sat 13 Mar 2010 17:42:23
Changed By: lattner
Comments: change EH related stuff (other than EH_LABEL) to use MCSymbol
instead of label ID's. This cleans up and regularizes a bunch
of code and makes way for future progress.
Unfortunately, this pointed out to me that JITDwarfEmitter.cpp
is largely copy and paste from DwarfException/MachineModuleInfo
and other places. This is very sad and disturbing. :(
One major change here is that TidyLandingPads moved from being
called in DwarfException::BeginFunction to being called in
DwarfException::EndFunction. There should not be any
functionality change from doing this, but I'm not an EH expert.
Properties:
LOGS:
Last 10 lines of 'stdio':
SingleSource/UnitTests/Vector/SSE/sse.shift | 0.0245 880 0.0128 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.4825 8448 0.3810 * * | 0.8300 * 0.7200 * * | n/a 1.15 n/a n/a
SingleSource/UnitTests/Vector/build | 0.0173 1072 0.0227 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0721 1520 0.0412 * * | 1.1700 * 1.6300 * * | n/a 0.72 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0215 720 0.0101 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.0981 2064 0.0879 * * | 0.5600 * 1.4300 * * | n/a 0.39 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0355 1664 0.0403 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0267 1072 0.0268 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0294 1088 0.0337 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0121 832 0.0243 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'report':
SingleSource/UnitTests/Vector/SSE/sse.shift | 0.0245 880 0.0128 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.4825 8448 0.3810 * * | 0.8300 * 0.7200 * * | n/a 1.15 n/a n/a
SingleSource/UnitTests/Vector/build | 0.0173 1072 0.0227 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0721 1520 0.0412 * * | 1.1700 * 1.6300 * * | n/a 0.72 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0215 720 0.0101 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.0981 2064 0.0879 * * | 0.5600 * 1.4300 * * | n/a 0.39 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0355 1664 0.0403 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0267 1072 0.0268 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0294 1088 0.0337 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0121 832 0.0243 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'fail.LLC':
LLC.MultiSource/Benchmarks/PAQ8p/paq8p
LLC.SingleSource/Benchmarks/Shootout-C++/except
LLC.SingleSource/Regression/C++/EH/ctor_dtor_count
LLC.SingleSource/Regression/C++/EH/exception_spec_test
LLC.SingleSource/Regression/C++/EH/simple_rethrow
LLC.SingleSource/Regression/C++/EH/simple_throw
LLC.SingleSource/Regression/C++/EH/throw_rethrow_test
Last 10 lines of 'fail.LLC_compile':
LLC_compile.MultiSource/Benchmarks/PAQ8p/paq8p
LLC_compile.SingleSource/Benchmarks/Shootout-C++/except
LLC_compile.SingleSource/Regression/C++/EH/ctor_dtor_count
LLC_compile.SingleSource/Regression/C++/EH/exception_spec_test
LLC_compile.SingleSource/Regression/C++/EH/simple_rethrow
LLC_compile.SingleSource/Regression/C++/EH/simple_throw
LLC_compile.SingleSource/Regression/C++/EH/throw_rethrow_test
Last 10 lines of 'xfail.LLC':
LLC.SingleSource/Regression/C++/EH/ConditionalExpr
LLC.SingleSource/Regression/C++/EH/ctor_dtor_count-2
LLC.SingleSource/Regression/C++/EH/function_try_block
LLC.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
LLC.SingleSource/UnitTests/ObjC/dot-syntax
LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
LLC.SingleSource/UnitTests/ObjC/exceptions
LLC.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xfail.GCCAS':
GCCAS.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
GCCAS.SingleSource/UnitTests/ObjC/dot-syntax
GCCAS.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xfail.LLC_compile':
LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
LLC_compile.SingleSource/Regression/C++/EH/ctor_dtor_count-2
LLC_compile.SingleSource/Regression/C++/EH/function_try_block
LLC_compile.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
LLC_compile.SingleSource/UnitTests/ObjC/exceptions
LLC_compile.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xfail.Bytecode':
Bytecode.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
Bytecode.SingleSource/UnitTests/ObjC/dot-syntax
Bytecode.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xpass.GCCAS':
GCCAS.MultiSource/Applications/lua/lua
Last 10 lines of 'xpass.LLC':
LLC.MultiSource/Applications/lua/lua
Last 10 lines of 'xpass.LLC_compile':
LLC_compile.MultiSource/Applications/lua/lua
Last 10 lines of 'xpass.Bytecode':
Bytecode.MultiSource/Applications/lua/lua
More information about the llvm-testresults
mailing list