[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sat May 22 10:06:59 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/2089

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 104443
Blamelist: dgregor

BUILD FAILED: failed make.test-suite

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/SemaTemplate.cpp
 lib/Sema/SemaType.cpp
 test/CodeGenCXX/c99-variable-length-array.cpp
 test/Sema/c89.c
 test/SemaCXX/c99-variable-length-array.cpp
 test/SemaCXX/c99.cpp
 test/SemaCXX/offsetof.cpp
 test/SemaObjCXX/vla.mm
 test/SemaTemplate/instantiate-declref-ice.cpp
 www/cxx_compatibility.html
At: Sat 22 May 2010 09:23:46
Changed By: dgregor
Comments: Implement support for variable length arrays in C++. VLAs are limited
in several important ways:

  - VLAs of non-POD types are not permitted.
  - VLAs cannot be used in conjunction with C++ templates.

These restrictions are intended to keep VLAs out of the parts of the
C++ type system where they cause the most trouble. Fixes PR5678 and
<rdar://problem/8013618>.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	SingleSource/UnitTests/Vector/SSE/sse.stepfft                            | 0.6567   8128     0.4506      *                *           |  1.0900  *    0.8700 *        *   | n/a     1.25    n/a          n/a 
	SingleSource/UnitTests/Vector/build                                      | 0.0231   1072     0.0290      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/build2                                     | 0.1030   1520     0.0500      *                *           |  1.5500  *    2.1600 *        *   | n/a     0.72    n/a          n/a 
	SingleSource/UnitTests/Vector/divides                                    | 0.0274   720      0.0135      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/multiplies                                 | 0.1402   2064     0.1298      *                *           |  0.7300  *    2.0100 *        *   | n/a     0.36    n/a          n/a 
	SingleSource/UnitTests/Vector/simple                                     | 0.0501   1664     0.0503      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray                                   | 0.0359   1072     0.0342      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray-dbl                               | 0.0391   1088     0.0419      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/byval-alignment                                   | 0.0156   976      0.0218      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/printargs                                         | 0.0180   848      0.0294      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 

Last 10 lines of 'report':
	SingleSource/UnitTests/Vector/SSE/sse.stepfft                            | 0.6567   8128     0.4506      *                *           |  1.0900  *    0.8700 *        *   | n/a     1.25    n/a          n/a 
	SingleSource/UnitTests/Vector/build                                      | 0.0231   1072     0.0290      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/build2                                     | 0.1030   1520     0.0500      *                *           |  1.5500  *    2.1600 *        *   | n/a     0.72    n/a          n/a 
	SingleSource/UnitTests/Vector/divides                                    | 0.0274   720      0.0135      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/multiplies                                 | 0.1402   2064     0.1298      *                *           |  0.7300  *    2.0100 *        *   | n/a     0.36    n/a          n/a 
	SingleSource/UnitTests/Vector/simple                                     | 0.0501   1664     0.0503      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray                                   | 0.0359   1072     0.0342      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray-dbl                               | 0.0391   1088     0.0419      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/byval-alignment                                   | 0.0156   976      0.0218      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/printargs                                         | 0.0180   848      0.0294      *                *           |  0.0000  *    0.0000 *        *   | n/a     -       n/a          n/a 

Last 10 lines of 'fail.LLC':
	LLC.SingleSource/UnitTests/ObjC/synchronized

Last 10 lines of 'fail.LLC_compile':
	LLC_compile.SingleSource/UnitTests/ObjC/synchronized

Last 10 lines of 'xfail.LLC':
	LLC.SingleSource/Regression/C++/EH/ConditionalExpr
	LLC.SingleSource/Regression/C++/EH/function_try_block
	LLC.SingleSource/UnitTests/ObjC/dot-syntax
	LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
	LLC.SingleSource/UnitTests/ObjC/exceptions

Last 10 lines of 'xfail.LLC_compile':
	LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
	LLC_compile.SingleSource/Regression/C++/EH/function_try_block
	LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax
	LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
	LLC_compile.SingleSource/UnitTests/ObjC/exceptions

Last 10 lines of 'xpass.LLC':
	LLC.SingleSource/Regression/C++/EH/ctor_dtor_count-2
	LLC.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore

Last 10 lines of 'xpass.GCCAS':
	GCCAS.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore

Last 10 lines of 'xpass.LLC_compile':
	LLC_compile.SingleSource/Regression/C++/EH/ctor_dtor_count-2
	LLC_compile.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore

Last 10 lines of 'xpass.Bytecode':
	Bytecode.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore




More information about the llvm-testresults mailing list