[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Jan 20 02:45:38 PST 2011


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/4986

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 123904
Blamelist: andersca,atrick,mspencer,rjmccall,stoklund

BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 test/CXX/class/class.mem/p8-0x.cpp
 test/Parser/cxx0x-override-control-keywords.cpp
At: Wed 19 Jan 2011 21:59:34
Changed By: andersca
Comments: Fix tests to be valid.Properties: 




Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/SemaDecl.cpp
 lib/Sema/SemaDeclCXX.cpp
 test/CXX/class.derived/class.virtual/p3-0x.cpp
At: Wed 19 Jan 2011 22:04:33
Changed By: andersca
Comments: Diagnose virtual member functions marked override but not overriding any virtual member functions.Properties: 




File: lib/CodeGen/SimpleRegisterCoalescing.cpp
At: Wed 19 Jan 2011 22:24:34
Changed By: stoklund
Comments: Add hidden -verify-coalescing to run the machine code verifier before and after
register coalescing.Properties: 




File: lib/CodeGen/SimpleRegisterCoalescing.cpp
At: Wed 19 Jan 2011 22:24:34
Changed By: stoklund
Comments: Check that a live range exists before shortening it. This fixes PR8989.

The live range may have been deleted earlier because of rematerialization.Properties: 




File: lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
At: Wed 19 Jan 2011 22:29:33
Changed By: atrick
Comments: Selection DAG scheduler register pressure heuristic fixes.

Added a check for already live regs before claiming HighRegPressure.
Fixed a few cases of checking the wrong number of successors.
Added some tracing until these heuristics are better understood.
Properties: 




Files:
 include/clang/Sema/Sema.h
 lib/Sema/SemaDeclCXX.cpp
At: Wed 19 Jan 2011 22:34:41
Changed By: andersca
Comments: Make CheckOverrideControl a member of Sema.Properties: 




Files:
 lib/Sema/SemaDeclCXX.cpp
 test/CXX/class.derived/class.virtual/p3-0x.cpp
At: Wed 19 Jan 2011 22:39:33
Changed By: andersca
Comments: When checking for functions marked override, ignore dependent contexts.Properties: 




Files:
 lib/Object/CMakeLists.txt
 lib/Object/COFFObjectFile.cpp
 lib/Object/ObjectFile.cpp
At: Wed 19 Jan 2011 22:44:33
Changed By: mspencer
Comments: Object: Add COFF Support.Properties: 




Files:
 include/llvm/Support/ELF.h
 lib/Object/CMakeLists.txt
 lib/Object/ELFObjectFile.cpp
 lib/Object/ObjectFile.cpp
At: Wed 19 Jan 2011 22:44:33
Changed By: mspencer
Comments: Object: Add ELF support.Properties: 




Files:
 tools/llvm-nm/CMakeLists.txt
 tools/llvm-nm/Makefile
 tools/llvm-nm/llvm-nm.cpp
At: Wed 19 Jan 2011 22:44:33
Changed By: mspencer
Comments: llvm-nm: Update to use the new LLVMObject library.Properties: 




Files:
 tools/CMakeLists.txt
 tools/Makefile
 tools/llvm-objdump
 tools/llvm-objdump/CMakeLists.txt
 tools/llvm-objdump/Makefile
 tools/llvm-objdump/llvm-objdump.cpp
At: Wed 19 Jan 2011 22:44:33
Changed By: mspencer
Comments: Add llvm-objdumpProperties: 




Files:
 test/Object
 test/Object/TestObjectFiles
 test/Object/TestObjectFiles/trivial-object-test.coff-i386
 test/Object/TestObjectFiles/trivial-object-test.coff-x86-64
 test/Object/TestObjectFiles/trivial-object-test.elf-i386
 test/Object/TestObjectFiles/trivial-object-test.elf-x86-64
 test/Object/TestObjectFiles/trivial-object-test.macho-i386
 test/Object/TestObjectFiles/trivial-object-test.macho-x86-64
 test/Object/dg.exp
 test/Object/nm-trivial-object.test
 test/Object/objdump-trivial-object.test
At: Wed 19 Jan 2011 22:44:33
Changed By: mspencer
Comments: Object: Add some tests!Properties: 




Files:
 lib/Sema/SemaTemplateInstantiateDecl.cpp
 test/CXX/class.derived/class.virtual/p3-0x.cpp
At: Wed 19 Jan 2011 22:59:34
Changed By: andersca
Comments: When instantiating member functions, propagate whether the member function is marked 'final' and 'override'.

Also, call CheckOverrideControl when instantiating member functions.
Properties: 




File: tools/llvm-objdump/llvm-objdump.cpp
At: Wed 19 Jan 2011 23:29:34
Changed By: mspencer
Comments: llvm-nm: Fix warning.Properties: 




File: tools/llvm-objdump/llvm-objdump.cpp
At: Wed 19 Jan 2011 23:29:34
Changed By: mspencer
Comments: llvm-objdump: Remove redundant includes.Properties: 




Files:
 include/clang/AST/Decl.h
 lib/AST/ASTContext.cpp
 lib/AST/Decl.cpp
 lib/AST/ExprConstant.cpp
 test/CodeGen/packed-structure.c
At: Thu 20 Jan 2011 00:04:36
Changed By: rjmccall
Comments: Fix the computation of alignment for fields of packed+aligned structs.
Part of the fix for PR8413.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: Object/nm-trivial-object.test
	    LLVM :: Object/objdump-trivial-object.test
	
	  Expected Passes    : 5181
	  Expected Failures  : 40
	  Unsupported Tests  : 558
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: Object/nm-trivial-object.test
	LLVM :: Object/objdump-trivial-object.test

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/simple-fp-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	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++/unknown_suffix.unk
	LLVM :: LLVMC/C/emit-llvm-opt.c
	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 'nm-trivial-object.test':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Object/nm-trivial-object.test:10:7: error: expected string not found in input
	COFF: 00000000 d .data
	      ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'objdump-trivial-object.test':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Object/objdump-trivial-object.test:10:12: error: expected string not found in input
	COFF-i386: file format COFF-i386
	           ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: Object/nm-trivial-object.test
	    LLVM :: Object/objdump-trivial-object.test
	
	  Expected Passes    : 5647
	  Expected Failures  : 62
	  Unsupported Tests  : 70
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: Object/nm-trivial-object.test
	LLVM :: Object/objdump-trivial-object.test

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/simple-fp-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	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 :: FrontendObjC/2009-08-05-utf16.m
	LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
	LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
	LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
	LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
	LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
	LLVM :: FrontendObjC/2010-03-17-StructRef.m
	LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'nm-trivial-object.test':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Object/nm-trivial-object.test:10:7: error: expected string not found in input
	COFF: 00000000 d .data
	      ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'objdump-trivial-object.test':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Object/objdump-trivial-object.test:10:12: error: expected string not found in input
	COFF-i386: file format COFF-i386
	           ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	




More information about the llvm-testresults mailing list