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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed May 12 17:02:17 PDT 2010


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

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 103672
Blamelist: fjahanian,lattner

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/X86/AsmParser/X86AsmParser.cpp
 lib/Target/X86/X86InstrInfo.td
 test/MC/AsmParser/X86/x86_32-new-encoder.s
 test/MC/AsmParser/X86/x86_64-new-encoder.s
At: Wed 12 May 2010 16:19:30
Changed By: lattner
Comments: moffset forms of moves are x86-32 only, make the parser
lower them to the correct x86-64 instructions since we 
don't have a clean way to handle this in td files yet.
rdar://7947184
Properties: 




File: lib/Sema/SemaDeclCXX.cpp
At: Wed 12 May 2010 16:29:31
Changed By: lattner
Comments: improve comments.
Properties: 




Files:
 include/clang/Frontend/DocumentXML.h
 lib/Frontend/DeclXML.cpp
 test/Coverage/ast-printing.cpp
At: Wed 12 May 2010 16:29:31
Changed By: lattner
Comments: "this patch properly addresses escaping < and > which might appear
(e.g. for C++ operators) in the xml dump.

I also re-enabled the unit test for ast-print-xml (or so I think)
at least, make test didn't fail..."

patch by Sebastien Binet!

Properties: 




Files:
 lib/Sema/Sema.h
 lib/Sema/SemaExprObjC.cpp
 lib/Sema/SemaOverload.cpp
 test/SemaObjCXX/conversion-to-objc-pointer.mm
At: Wed 12 May 2010 16:34:30
Changed By: fjahanian
Comments: Objective-C++ Sema. Support for conversion of a C++
class object used as a receiver to an objective-c
pointer via a converwsion function. wip.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: MC/AsmParser/X86/x86_64-new-encoder.s
	    LLVM :: MC/AsmParser/X86/x86_instructions.s
	
	  Expected Passes    : 4711
	  Expected Failures  : 27
	  Unsupported Tests  : 522
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: MC/AsmParser/X86/x86_instructions.s
	LLVM :: MC/AsmParser/X86/x86_64-new-encoder.s

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-bit.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: Transforms/DeadArgElim/deadexternal.ll
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/TailCallElim/nocapture.ll
	LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll

Last 10 lines of 'unsupported':
	LLVM :: LLVMC/C++/hello.cpp
	LLVM :: LLVMC/C++/together.cpp
	LLVM :: LLVMC/C/emit-llvm.c
	LLVM :: LLVMC/C/hello.c
	LLVM :: LLVMC/C/include.c
	LLVM :: LLVMC/C/opt-test.c
	LLVM :: LLVMC/C/sink.c
	LLVM :: LLVMC/C/wall.c
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'x86_instructions.s':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/MC/AsmParser/X86/x86_instructions.s:3:11: error: expected string not found in input
	// CHECK: subb %al, %al
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'x86_64-new-encoder.s':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/MC/AsmParser/X86/x86_64-new-encoder.s:4:11: error: expected string not found in input
	// CHECK: movl foo(%rip), %eax
	          ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	




More information about the llvm-testresults mailing list