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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sat Nov 13 15:21:34 PST 2010


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

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

Buildslave for this Build: smoosh-01

Build Reason: 
Build Source Stamp: 119011
Blamelist: baldrick,fjahanian

BUILD FAILED: failed test-clang test-clang_1

sincerely,
 -The Buildbot


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

CHANGES:
File: test/Transforms/GVN/2010-11-13-Simplify.ll
At: Sat 13 Nov 2010 13:39:26
Changed By: baldrick
Comments: Testcase to go along with commit 118923 ("Have GVN simplify instructions
as it goes").  Before -std-compile-opts only got it down to
  %a = tail call i32 @foo(i32 0) readnone
  %x = tail call i32 @foo(i32 %a) readnone
  %y = tail call i32 @foo(i32 %a) readnone
  %z = icmp eq i32 %x, %y
  ret i1 %z
while now -basicaa -gvn alone reduce it to
  %a = call i32 @foo(i32 0) readnone
  %x = call i32 @foo(i32 %a) readnone
  ret i1 true

Properties: 




Files:
 lib/CodeGen/CGBlocks.cpp
 lib/CodeGen/CGBlocks.h
 lib/CodeGen/CGClass.cpp
 lib/CodeGen/CGExprCXX.cpp
 lib/CodeGen/CodeGenFunction.h
 test/CodeGenCXX/cxx-block-objects.cpp
At: Sat 13 Nov 2010 13:58:48
Changed By: fjahanian
Comments: Block API patch to do copy ctor of copied-in cxx objects in
copy helper function and dtor of copied cxx objects
in dispose helper functions. __block variables
TBD next.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 17.16s
	********************
	Failing Tests (1):
	    Clang :: CodeGen/blocksignature.c
	
	  Expected Passes    : 2648
	  Expected Failures  : 20
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: CodeGen/blocksignature.c

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

Last 10 lines of 'blocksignature.c':
	<stdin>:22:1: note: scanning from here
	@__block_descriptor_tmp = internal constant %2 { i64 0, i64 40, i8* getelementptr inbounds ([12 x i8]* @.str1, i32 0, i32 0), i8* null }
	^
	<stdin>:50:2: note: possible intended match here
	 store i32 1140850688, i32* %9
	 ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	********************
	Failing Tests (2):
	    Clang :: CodeGen/blocksignature.c
	    Clang :: CodeGen/blockstret.c
	
	  Expected Passes    : 2647
	  Expected Failures  : 20
	  Unexpected Failures: 2
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: CodeGen/blocksignature.c
	Clang :: CodeGen/blockstret.c

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

Last 10 lines of 'blocksignature.c':
	<stdin>:22:1: note: scanning from here
	@__block_descriptor_tmp = internal constant %2 { i64 0, i64 40, i8* getelementptr inbounds ([12 x i8]* @.str1, i32 0, i32 0), i8* null }
	^
	<stdin>:50:2: note: possible intended match here
	 store i32 1140850688, i32* %9
	 ^
	--
	
	********************
	

Last 10 lines of 'blockstret.c':
	<stdin>:1:1: note: scanning from here
	; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/tools/clang/test/CodeGen/blockstret.c'
	^
	<stdin>:24:27: note: possible intended match here
	@__block_literal_global = internal constant %1 { i8** @_NSConcreteGlobalBlock, i32 1879048192, i32 0, void (%struct.bigbig*, %struct.__block_literal_1*)* @__block_global_0, %0* @__block_descriptor_global }
	                          ^
	--
	
	********************
	




More information about the llvm-testresults mailing list