[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Jul 22 12:42:29 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/3161
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 109127
Blamelist: nicholas
BUILD FAILED: failed make.test-suite
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/clang/AST/RecursiveASTVisitor.h
At: Thu 22 Jul 2010 10:58:22
Changed By: nicholas
Comments: Don't crash when an explicit template instantiation has no user-written
arguments. This happens in clang itself where template:
template <typename T> T const *getAs();
gets specialized with:
template<> inline clang::TypedefType const *getAs() { ... }
and there's no TemplateArgumentList.
Properties:
LOGS:
Last 10 lines of 'stdio':
SingleSource/UnitTests/Vector/build | 0.0138 1072 0.0187 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0587 1520 0.0284 * * | 1.4400 * 2.0200 * * | n/a 0.71 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0132 720 0.0093 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.0784 2064 0.0766 * * | 0.6000 * 1.2900 * * | n/a 0.47 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0318 1664 0.0405 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0192 1072 0.0196 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0230 1088 0.0346 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0097 976 0.0143 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/initp1 | 0.2005 640 0.0052 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0134 848 0.0213 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'report':
SingleSource/UnitTests/Vector/build | 0.0138 1072 0.0187 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0587 1520 0.0284 * * | 1.4400 * 2.0200 * * | n/a 0.71 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0132 720 0.0093 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.0784 2064 0.0766 * * | 0.6000 * 1.2900 * * | n/a 0.47 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0318 1664 0.0405 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0192 1072 0.0196 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0230 1088 0.0346 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0097 976 0.0143 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/initp1 | 0.2005 640 0.0052 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0134 848 0.0213 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'fail.LLC':
LLC.MultiSource/Applications/lua/lua
Last 10 lines of 'fail.LLC_compile':
LLC_compile.MultiSource/Applications/lua/lua
Last 10 lines of 'xfail.LLC':
LLC.SingleSource/Regression/C++/EH/ConditionalExpr
LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
Last 10 lines of 'xfail.LLC_compile':
LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
Last 10 lines of 'xpass.LLC':
LLC.SingleSource/Regression/C++/EH/function_try_block
LLC.SingleSource/UnitTests/ObjC/dot-syntax
LLC.SingleSource/UnitTests/ObjC/exceptions
Last 10 lines of 'xpass.LLC_compile':
LLC_compile.SingleSource/Regression/C++/EH/function_try_block
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax
LLC_compile.SingleSource/UnitTests/ObjC/exceptions
More information about the llvm-testresults
mailing list