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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Sep 13 14:30:33 PDT 2010


The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/4642

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 113782
Blamelist: cornedbee,dpatel

BUILD FAILED: failed test-clang test-clang_1

sincerely,
 -The Buildbot


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

CHANGES:
File: test/lit.cfg
At: Mon 13 Sep 2010 13:48:18
Changed By: dpatel
Comments: Recognize .ll as input files.
Handle %test_debuginfo on a RUN command line.

This set up now allows one to write small test cases to check debug info.
e.g.

; RUN: %clang -O0 -g %s -c -o %t.o
; RUN: %clang %t.o -o %t.out  
; RUN: %test_debuginfo %s %t.out

define i32 @f1(i32 %i) nounwind ssp {
; DEBUGGER: break f1                                                               
; DEBUGGER: r                                                                      
; DEBUGGER: p i                                                                    
; CHECK: $1 = 42                                                                   
entry:
  %i.addr = alloca i32, align 4
...
...
}

It is also possible now to write test cases in c/c++.
The plan is to store these debug info testcases in a separate place.
Properties: 




Files:
 include/clang/AST/ExprCXX.h
 include/clang/Sema/Sema.h
 lib/AST/ExprCXX.cpp
 lib/AST/ExprConstant.cpp
 lib/CodeGen/CGExprScalar.cpp
 lib/Sema/SemaExprCXX.cpp
 lib/Serialization/ASTReaderStmt.cpp
 lib/Serialization/ASTWriterStmt.cpp
At: Mon 13 Sep 2010 13:58:12
Changed By: cornedbee
Comments: Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up.Properties: 




LOGS:
Last 10 lines of 'stdio':
	PASS: Clang :: SemaTemplate/variadic-unsupported.cpp (2536 of 2539)
	PASS: Clang :: SemaTemplate/value-dependent-null-pointer-constant.cpp (2537 of 2539)
	PASS: Clang :: SemaTemplate/variadic-parse.cpp (2538 of 2539)
	PASS: Clang :: SemaTemplate/virtual-member-functions.cpp (2539 of 2539)
	Testing Time: 32.05s
	  Expected Passes    : 2518
	  Expected Failures  : 20
	  Unresolved Tests   : 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'xfail':
	Clang :: FixIt/fixit-pmem.cpp
	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/instantiate-function-1.mm

Last 10 lines of 'unresolved':
	Clang :: CodeGen/statements.ll

Last 10 lines of 'statements.ll':
	******************** TEST 'Clang :: CodeGen/statements.ll' FAILED ********************Test has no run line!
	********************
	

Last 10 lines of 'stdio':
	PASS: Clang :: SemaTemplate/unused-variables.cpp (2536 of 2539)
	PASS: Clang :: SemaTemplate/variadic-unsupported.cpp (2537 of 2539)
	PASS: Clang :: SemaTemplate/variadic-parse.cpp (2538 of 2539)
	PASS: Clang :: SemaTemplate/variadic-class-template-2.cpp (2539 of 2539)
	Testing Time: 29.56s
	  Expected Passes    : 2518
	  Expected Failures  : 20
	  Unresolved Tests   : 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'xfail':
	Clang :: FixIt/fixit-errors.c
	Clang :: FixIt/fixit-pmem.cpp
	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/instantiate-function-1.mm

Last 10 lines of 'unresolved':
	Clang :: CodeGen/statements.ll

Last 10 lines of 'statements.ll':
	******************** TEST 'Clang :: CodeGen/statements.ll' FAILED ********************Test has no run line!
	********************
	




More information about the llvm-testresults mailing list