[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Aug 29 14:41:21 PDT 2010


The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/12540

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

Buildslave for this Build: smoosh-15.apple.com

Build Reason: 
Build Source Stamp: 112458
Blamelist: coppro

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/AST/ExprCXX.h
 include/clang/AST/RecursiveASTVisitor.h
 include/clang/Basic/DiagnosticLexKinds.td
 include/clang/Basic/DiagnosticSemaKinds.td
 include/clang/Basic/StmtNodes.td
 include/clang/Lex/Lexer.h
 include/clang/Lex/LiteralSupport.h
 include/clang/Lex/Preprocessor.h
 include/clang/Lex/Token.h
 include/clang/Sema/Sema.h
 lib/AST/ExprConstant.cpp
 lib/AST/StmtPrinter.cpp
 lib/AST/StmtProfile.cpp
 lib/Checker/GRExprEngine.cpp
 lib/CodeGen/Mangle.cpp
 lib/Lex/Lexer.cpp
 lib/Lex/LiteralSupport.cpp
 lib/Lex/Preprocessor.cpp
 lib/Parse/ParseExpr.cpp
 lib/Parse/ParseStmt.cpp
 lib/Sema/SemaDeclCXX.cpp
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/TreeTransform.h
 test/Parser/cxx0x-literal-operators.cpp
 test/SemaCXX/literal-operator-dcls.cpp
 test/SemaCXX/literal-operators.cpp
 tools/libclang/CXCursor.cpp
At: Sun 29 Aug 2010 14:32:07
Changed By: coppro
Comments: Implement C++0x user-defined string literals.

The extra data stored on user-defined literal Tokens is stored in extra
allocated memory, which is managed by the PreprocessorLexer because there isn't
a better place to put it that makes sure it gets deallocated, but only after
it's used up. My testing has shown no significant slowdown as a result, but
independent testing would be appreciated.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 41.67s
	********************
	Failing Tests (1):
	    Clang :: Parser/cxx0x-literal-operators.cpp
	
	  Expected Passes    : 2490
	  Expected Failures  : 20
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: Parser/cxx0x-literal-operators.cpp

Last 10 lines of 'xfail':
	Clang :: FixIt/fixit-errors.c
	Clang :: Lexer/hexfloat.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/pr4489.c
	Clang :: PCH/source-manager-stack.c
	Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/inject-templated-friend-post.cpp
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'cxx0x-literal-operators.cpp':
	--
	error: 'error' diagnostics seen but not expected: 
	  Line 4: expected identifier
	  Line 5: string literal after 'operator' must be '""'
	  Line 5: expected identifier
	6 errors generated.
	--
	
	********************
	




More information about the llvm-testresults mailing list