[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Mar 17 12:48:44 PDT 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/634
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-11.apple.com
Build Reason:
Build Source Stamp: 98755
Blamelist: bwilson,dgregor,djg
BUILD FAILED: failed make.test-suite
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/llvm/Target/TargetLowering.h
At: Wed 17 Mar 2010 11:44:44
Changed By: bwilson
Comments: Remove an unnecessary (and misspelled) typedef. Tweak whitespace.
Properties:
Files:
include/clang/AST/ASTContext.h
include/clang/AST/Stmt.h
At: Wed 17 Mar 2010 11:49:43
Changed By: dgregor
Comments: Reduce the default alignment for ASTContext and Stmt/Expr allocation
from 16 bytes to 8 bytes, since we don't ever use those low 4
bits. Should save some storage.
Properties:
Files:
include/llvm/Analysis/ScalarEvolutionExpressions.h
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
At: Wed 17 Mar 2010 11:54:43
Changed By: djg
Comments: Change SCEVNAryExpr's operand array from a SmallVector to a plain
pointer and length, and allocate the arrays in ScalarEvolution's
BumpPtrAllocator, so that they get released when their owning
SCEV gets released. SCEVs are immutable, so they don't need to worry
about operand array resizing. This fixes a memory leak reported
in PR6637.
Properties:
LOGS:
Last 10 lines of 'stdio':
SingleSource/UnitTests/Vector/SSE/sse.shift | 0.0263 880 0.0138 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.5076 8368 * * * | 0.8100 * * * * | n/a n/a n/a n/a
SingleSource/UnitTests/Vector/build | 0.0187 1072 0.0248 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0757 1520 0.0426 * * | 1.1700 * 1.6300 * * | n/a 0.72 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0195 720 0.0114 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.1037 2064 0.1100 * * | 0.5600 * 1.4300 * * | n/a 0.39 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0392 1664 0.0423 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0283 1072 0.0290 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0328 1088 0.0347 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0146 832 0.0247 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'report':
SingleSource/UnitTests/Vector/SSE/sse.shift | 0.0263 880 0.0138 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.5076 8368 * * * | 0.8100 * * * * | n/a n/a n/a n/a
SingleSource/UnitTests/Vector/build | 0.0187 1072 0.0248 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0757 1520 0.0426 * * | 1.1700 * 1.6300 * * | n/a 0.72 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0195 720 0.0114 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.1037 2064 0.1100 * * | 0.5600 * 1.4300 * * | n/a 0.39 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0392 1664 0.0423 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0283 1072 0.0290 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0328 1088 0.0347 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0146 832 0.0247 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'fail.LLC':
LLC.SingleSource/Benchmarks/CoyoteBench/almabench
LLC.SingleSource/Benchmarks/CoyoteBench/huffbench
LLC.SingleSource/Benchmarks/Misc-C++/stepanov_container
LLC.SingleSource/Benchmarks/Shootout-C++/hash2
LLC.SingleSource/Benchmarks/Stanford/IntMM
LLC.SingleSource/Benchmarks/Stanford/Oscar
LLC.SingleSource/Benchmarks/Stanford/RealMM
LLC.SingleSource/UnitTests/2003-05-31-LongShifts
LLC.SingleSource/UnitTests/Vector/SSE/sse.expandfft
LLC.SingleSource/UnitTests/Vector/SSE/sse.stepfft
Last 10 lines of 'fail.LLC_compile':
LLC_compile.SingleSource/Benchmarks/CoyoteBench/almabench
LLC_compile.SingleSource/Benchmarks/CoyoteBench/huffbench
LLC_compile.SingleSource/Benchmarks/Misc-C++/stepanov_container
LLC_compile.SingleSource/Benchmarks/Shootout-C++/hash2
LLC_compile.SingleSource/Benchmarks/Stanford/IntMM
LLC_compile.SingleSource/Benchmarks/Stanford/Oscar
LLC_compile.SingleSource/Benchmarks/Stanford/RealMM
LLC_compile.SingleSource/UnitTests/2003-05-31-LongShifts
LLC_compile.SingleSource/UnitTests/Vector/SSE/sse.expandfft
LLC_compile.SingleSource/UnitTests/Vector/SSE/sse.stepfft
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
More information about the llvm-testresults
mailing list