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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Jun 29 17:06:18 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/2879

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 107222
Blamelist: akirtzidis,ddunbar,dgregor,lattner

BUILD FAILED: failed make.test-suite

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/CGCall.cpp
 lib/CodeGen/CodeGenTypes.cpp
 lib/CodeGen/CodeGenTypes.h
 test/CodeGenCXX/x86_64-arguments.cpp
At: Tue 29 Jun 2010 15:43:54
Changed By: lattner
Comments: fix PR7523, which was caused by the ABI code calling ConvertType instead
of ConvertTypeRecursive when it needed to in a few cases, causing pointer
types to get resolved at the wrong time.
Properties: 




Files:
 lib/CodeGen/CGExprComplex.cpp
 test/CodeGenObjC/assign.m
At: Tue 29 Jun 2010 15:48:54
Changed By: ddunbar
Comments: IRgen: Assignment to Objective-C properties shouldn't reload the value, for
complex values either. Previously we did this properly for regular assignment,
but not for compound assignment.
 - Also, tidy up assignment code a bit to look more like the scalar path.Properties: 




Files:
 include/clang/Frontend/PCHReader.h
 lib/Frontend/PCHReaderStmt.cpp
At: Tue 29 Jun 2010 15:48:54
Changed By: akirtzidis
Comments: When we know that we are at sub-statement reading (which is all of PCHStmtReader) use the "faster" ReadSubStmt. No functionality change.Properties: 




Files:
 include/clang/AST/DeclBase.h
 include/clang/AST/DeclCXX.h
 include/clang/AST/DeclFriend.h
 lib/AST/DeclFriend.cpp
 lib/Frontend/PCHReaderDecl.cpp
 lib/Frontend/PCHWriter.cpp
 lib/Frontend/PCHWriterDecl.cpp
 test/PCH/cxx-friends.cpp
 test/PCH/cxx-friends.h
At: Tue 29 Jun 2010 15:48:54
Changed By: akirtzidis
Comments: Support C++ friend declarations for PCH.

This commit 'introduces' a slightly different way to restore the state of the AST object.
It makes PCHDeclReader/PCHDeclWriter friends and gives them access to the private members of the object.
The rationale is to avoid using/modifying the AST interfaces for PCH read/write so that to:

-Avoid complications with objects that have side-effects during creation or when using some setters.
-Not 'pollute' the AST interface with methods only used by the PCH reader/writer
-Allow AST objects to be read-only.Properties: 




Files:
 lib/Sema/Sema.h
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/SemaOverload.cpp
 lib/Sema/SemaStmt.cpp
 test/Sema/complex-int.c
At: Tue 29 Jun 2010 16:18:54
Changed By: dgregor
Comments: Factor the conversion from a switch condition to an integral or
enumeration type out into a separate, reusable routine. The only
functionality change here is that we recover a little more
aggressively from ill-formed switch conditions.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	SingleSource/UnitTests/Vector/build                                      | 0.0231   1072     0.0293      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/build2                                     | 0.1020   1520     0.0490      *                *           |  1.5500  *    2.1500  *        *   | n/a     0.72    n/a          n/a 
	SingleSource/UnitTests/Vector/divides                                    | 0.0245   720      0.0126      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/multiplies                                 | 0.1405   2064     0.1236      *                *           |  0.7300  *    2.0300  *        *   | n/a     0.36    n/a          n/a 
	SingleSource/UnitTests/Vector/simple                                     | 0.0497   1664     0.0476      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray                                   | 0.0349   1072     0.0342      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray-dbl                               | 0.0395   1088     0.0395      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/byval-alignment                                   | 0.0138   976      0.0216      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/initp1                                            | 0.3514   640      0.0080      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/printargs                                         | 0.0116   848      0.0312      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 

Last 10 lines of 'report':
	SingleSource/UnitTests/Vector/build                                      | 0.0231   1072     0.0293      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/build2                                     | 0.1020   1520     0.0490      *                *           |  1.5500  *    2.1500  *        *   | n/a     0.72    n/a          n/a 
	SingleSource/UnitTests/Vector/divides                                    | 0.0245   720      0.0126      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/multiplies                                 | 0.1405   2064     0.1236      *                *           |  0.7300  *    2.0300  *        *   | n/a     0.36    n/a          n/a 
	SingleSource/UnitTests/Vector/simple                                     | 0.0497   1664     0.0476      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray                                   | 0.0349   1072     0.0342      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/Vector/sumarray-dbl                               | 0.0395   1088     0.0395      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/byval-alignment                                   | 0.0138   976      0.0216      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/initp1                                            | 0.3514   640      0.0080      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 
	SingleSource/UnitTests/printargs                                         | 0.0116   848      0.0312      *                *           |  0.0000  *    0.0000  *        *   | n/a     -       n/a          n/a 

Last 10 lines of 'fail.GCCAS':
	GCCAS.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4

Last 10 lines of 'fail.Bytecode':
	Bytecode.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4

Last 10 lines of 'fail.LLC':
	LLC.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4

Last 10 lines of 'fail.LLC_compile':
	LLC_compile.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4

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-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-2
	LLC_compile.SingleSource/UnitTests/ObjC/exceptions

Last 10 lines of 'xpass.LLC':
	LLC.SingleSource/UnitTests/ObjC/dot-syntax

Last 10 lines of 'xpass.LLC_compile':
	LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax




More information about the llvm-testresults mailing list