[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Dec 17 16:37:26 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/791
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04.apple.com
Build Reason:
Build Source Stamp: 91627
Blamelist: dgregor,efriedma,evancheng,jyasskin,lattner,snaroff,void
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/llvm/ADT/SmallVector.h
At: Thu 17 Dec 2009 12:41:51
Changed By: snaroff
Comments: Fix Windows build breakage...
Properties:
File: lib/CodeGen/AsmPrinter/DwarfException.cpp
At: Thu 17 Dec 2009 12:41:51
Changed By: void
Comments: Temporarily revert 91337. It's causing testcase failures.
$ svn merge -c -91337 https://llvm.org/svn/llvm-project/llvm/trunk
--- Reverse-merging r91337 into '.':
U lib/CodeGen/AsmPrinter/DwarfException.cpp
Properties:
Files:
include/llvm/System/Path.h
lib/CompilerDriver/CompilationGraph.cpp
lib/System/Path.cpp
lib/System/Unix/Path.inc
lib/System/Win32/Path.inc
At: Thu 17 Dec 2009 13:06:50
Changed By: jyasskin
Comments: Make Path use StringRef instead of std::string where possible.
Properties:
Files:
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/memcpy.ll
At: Thu 17 Dec 2009 13:11:51
Changed By: efriedma
Comments: Slightly generalize transformation of memmove(a,a,n) so that it also applies
to memcpy. (Such a memcpy is technically illegal, but in practice is safe
and is generated by struct self-assignment in C code.)
Properties:
File: include/llvm/ADT/SmallVector.h
At: Thu 17 Dec 2009 13:35:16
Changed By: lattner
Comments: tabs -> spaces.
Properties:
File: lib/Target/X86/X86ISelDAGToDAG.cpp
At: Thu 17 Dec 2009 13:35:16
Changed By: evancheng
Comments: Remove an unused option.Properties:
Files:
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/cast_ptr.ll
At: Thu 17 Dec 2009 13:35:16
Changed By: efriedma
Comments: Make the ptrtoint comparison simplification work if one side is a global.
Properties:
Files:
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp
At: Thu 17 Dec 2009 13:36:51
Changed By: jyasskin
Comments: Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.
Properties:
File: utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg
At: Thu 17 Dec 2009 13:51:52
Changed By: dgregor
Comments: Add a couple more paths to the LLVM-Code-Syntax testProperties:
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 4672
# of unexpected failures 4
# of expected failures 33
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/X86/2008-08-31-EH_RETURN32.ll
FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll
FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/CodeGen/X86/pr3495-2.ll
FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/CodeGen/X86/stack-color-with-reg-2.ll
More information about the llvm-testresults
mailing list