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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Nov 18 23:10:57 PST 2009


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

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

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

Build Reason: 
Build Source Stamp: 89322
Blamelist: bruno,ddunbar,dgregor,efriedma,grosbach,lhames,mrs

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
File: Makefile.programs
At: Wed 18 Nov 2009 19:11:47
Changed By: grosbach
Comments: llcbeta = simplify-iv-users for ARM and Thumb



Files:
 lib/Sema/TreeTransform.h
 test/SemaTemplate/instantiate-case.cpp
At: Wed 18 Nov 2009 19:16:48
Changed By: efriedma
Comments: The sub-statement of a case statement is not an unevaluated context!





File: include/clang/Basic/Diagnostic.h
At: Wed 18 Nov 2009 19:26:48
Changed By: ddunbar
Comments: Remove extra ';', found by clang++.



Files:
 lib/Driver/Driver.cpp
 lib/Driver/HostInfo.cpp
 lib/Driver/Tools.cpp
At: Wed 18 Nov 2009 19:26:48
Changed By: ddunbar
Comments: Use Option::matches instead of direct ID comparison.



Files:
 include/clang/Driver/Option.h
 lib/Driver/Option.cpp
At: Wed 18 Nov 2009 19:31:47
Changed By: ddunbar
Comments: Driver: Resolve inconsistency in matching options against options which are
aliases -- just treat this case as an (unchecked) client error.



File: lib/CodeGen/CGRecordLayoutBuilder.cpp
At: Wed 18 Nov 2009 19:56:47
Changed By: mrs
Comments: This doesn't work yet.




Files:
 include/clang/Driver/ArgList.h
 lib/Driver/ArgList.cpp
 lib/Driver/Driver.cpp
 lib/Driver/ToolChains.cpp
 lib/Driver/Tools.cpp
At: Wed 18 Nov 2009 20:01:48
Changed By: ddunbar
Comments: Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of taking a Claim argument.
 - Most driver code always claims, and bool arguments don't play nice with the overloads.



File: lib/CodeGen/CGVtable.cpp
At: Wed 18 Nov 2009 20:06:47
Changed By: mrs
Comments: Refine vtable, rtti and rtti name instantiation so that they follow
the key function.  All the code is wired up, but won't work yet, as I
had to turn off key function calculation as it doesn't work yet.

Also, we refine visibility of the vtable, rtti and rtti name to match
the class, as well as as arrange for all the symbols to be internal
for anonymous namespace entities.




Files:
 lib/CodeGen/RegAllocLinearScan.cpp
 lib/CodeGen/Spiller.cpp
 lib/CodeGen/Spiller.h
At: Wed 18 Nov 2009 20:16:47
Changed By: lhames
Comments: Added a new Spiller implementation which wraps LiveIntervals::addIntervalsForSpills.
All spiller calls in RegAllocLinearScan now go through the new Spiller interface.
The "-new-spill-framework" command line option has been removed. To use the trivial in-place spiller you should now pass "-spiller=trivial -rewriter=trivial".
(Note the trivial spiller/rewriter are only meant to serve as examples of the new in-place modification work. Enabling them will yield terrible, though hopefully functional, code).




Files:
 include/clang/Driver/ArgList.h
 include/clang/Driver/OptSpecifier.h
 include/clang/Driver/OptTable.h
 include/clang/Driver/Option.h
 lib/Driver/ArgList.cpp
 lib/Driver/OptTable.cpp
 lib/Driver/Option.cpp
 lib/Driver/ToolChains.cpp
At: Wed 18 Nov 2009 20:16:47
Changed By: ddunbar
Comments: Driver: Introduce OptSpecifier class for protecting access to an option id.



Files:
 include/clang/Driver/Option.h
 lib/Driver/OptTable.cpp
 lib/Driver/Option.cpp
At: Wed 18 Nov 2009 20:26:48
Changed By: ddunbar
Comments: Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actual options.



Files:
 include/clang/Driver/ArgList.h
 lib/Driver/Compilation.cpp
 lib/Driver/Driver.cpp
 lib/Driver/ToolChains.cpp
 lib/Driver/Tools.cpp
 tools/driver/driver.cpp
At: Wed 18 Nov 2009 20:26:48
Changed By: ddunbar
Comments: Driver: ArgList doesn't depend on Options.h anymore.



File: tools/clang-cc/Options.cpp
At: Wed 18 Nov 2009 20:56:48
Changed By: ddunbar
Comments: clang-cc: Remove superfluous llvm::cl::init(false) arguments.



Files:
 lib/Driver/Tools.cpp
 test/Analysis/null-deref-ps.c
 test/CodeGen/libcalls.c
 test/Driver/analyze.c
 test/Driver/clang-translation.c
 test/Driver/clang_f_opts.c
 test/Sema/unused-expr.c
 tools/clang-cc/Options.cpp
At: Wed 18 Nov 2009 20:56:48
Changed By: ddunbar
Comments: Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments.



File: lib/Target/Mips/MipsTargetObjectFile.cpp
At: Wed 18 Nov 2009 21:31:47
Changed By: bruno
Comments: Only use small sections for non linux targets!




Files:
 lib/Frontend/CompilerInvocation.cpp
 tools/CIndex/CIndex.cpp
 tools/clang-cc/Options.cpp
At: Wed 18 Nov 2009 21:36:47
Changed By: ddunbar
Comments: Change -code-completion-debug-printer to -no-code-completion-debug-printer.

Also, tweak a few help strings and update CompilerInvocation serialization for prev change.



Files:
 include/clang/Frontend/HeaderSearchOptions.h
 lib/Frontend/CompilerInvocation.cpp
 tools/clang-cc/Options.cpp
At: Wed 18 Nov 2009 21:36:47
Changed By: ddunbar
Comments: clang-cc: Remove some more llvm::cl::init arguments, by only setting values when
the argument is given.

Also, tweak Opt.Sysroot defaulting.



File: tools/driver/CMakeLists.txt
At: Wed 18 Nov 2009 21:46:47
Changed By: dgregor
Comments: CMake goop to create clang++ symlink



Files:
 lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
 lib/Target/Mips/MipsISelDAGToDAG.cpp
 lib/Target/Mips/MipsRegisterInfo.h
 lib/Target/Mips/MipsRegisterInfo.td
 test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
At: Wed 18 Nov 2009 22:06:47
Changed By: bruno
Comments: - Add sugregister logic to handle f64=(f32,f32).
- Support mips1 like load/store of doubles:

Instead of:
  sdc $f0, X($3)
Generate:
  swc $f0, X($3)
  swc $f1, X+4($3)





LOGS:
Last 10 lines of 'test-llvm.stdio':
	Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Transforms/TailDup/dg.exp ...
	Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		4627
	# of unexpected failures	1
	# of expected failures		34
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'test-llvm.fails':
	FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll for PR2615
	




More information about the llvm-testresults mailing list