[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu Aug 28 10:36:00 PDT 2014


The Buildbot has detected a new failure on builder phase2 - living while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase2%20-%20living/builds/908

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 216675
Blamelist: aaronballman,kongyi,sbenza,spatel,tfiala

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Headers/arm_acle.h
On: smooshlab-project
At: Thu 28 Aug 2014 08:41:30
Changed By: kongyi
Comments: arm_acle: Fix error in ROR implementation

The logic in calculating the rotate amount was flawed.

Thanks Pasi Parviainen for pointing out!Properties: 
  phase_id: r216669-t20140828_084330-b4108



Files:
 source/Host/common/NativeProcessProtocol.cpp
 source/Host/common/NativeProcessProtocol.h
 source/Plugins/Process/Linux/NativeProcessLinux.cpp
 source/Plugins/Process/Linux/NativeThreadLinux.cpp
 source/Plugins/Process/Linux/NativeThreadLinux.h
 source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
 source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
On: smooshlab-project
At: Thu 28 Aug 2014 09:01:30
Changed By: tfiala
Comments: llgs: add proper exec support for Linux.

This change:
* properly captures execs in NativeProcessLinux.
* clears out all non-main-thread thread metadata in NativeProcessLinux on exec.
* adds a DidExec() method to the NativeProcessProtocol delegate.
* clears out the auxv data cache when we exec (on Linux).

This is a small part of the llgs for local Linux debugging work going on here:
https://github.com/tfiala/lldb/tree/dev-llgs-local

I'm breaking it into small patches.
Properties: 
  phase_id: r216671-t20140828_090334-b4109



File: include/clang/AST/ASTTypeTraits.h
On: smooshlab-project
At: Thu 28 Aug 2014 09:01:30
Changed By: sbenza
Comments: Cache the memoization data for DynTypedNodes.

Summary:
Cache the memoization data for DynTypedNodes.
It is free to do so on create(), but expensive to determine dynamically.

Reviewers: klimek

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D5101Properties: 
  phase_id: r216671-t20140828_090334-b4109



File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp
On: smooshlab-project
At: Thu 28 Aug 2014 09:05:30
Changed By: spatel
Comments: Use local vars to improve readability. No functional change.

Completes what was started in r216611 and r216623. 
Used const refs instead of pointers; not sure if one is preferable to the other.
Properties: 
  phase_id: r216673-t20140828_092513-b4110



File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp
On: smooshlab-project
At: Thu 28 Aug 2014 09:15:30
Changed By: spatel
Comments: Remove local TLI vars that are just duplicates of the class var. No functional change.
Properties: 
  phase_id: r216673-t20140828_092513-b4110



File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp
On: smooshlab-project
At: Thu 28 Aug 2014 09:41:30
Changed By: spatel
Comments: Janitorial services: "Don’t duplicate function or class name at the beginning of the comment."
Properties: 
  phase_id: r216674-t20140828_094330-b4111



Files:
 lib/CodeGen/CGCXXABI.cpp
 lib/CodeGen/CGCXXABI.h
 lib/CodeGen/CGExprCXX.cpp
 lib/CodeGen/ItaniumCXXABI.cpp
 test/CodeGenCXX/new-array-init.cpp
 test/CodeGenCXX/operator-new.cpp
On: smooshlab-project
At: Thu 28 Aug 2014 10:01:30
Changed By: aaronballman
Comments: Throw a std::bad_array_new_length exception when the expression (or constant-expression) passed to operator new[] results in overflow in conformance with [expr.new]p7. Fixes PR11644.Properties: 
  phase_id: r216675-t20140828_100330-b4112



LOGS:






More information about the llvm-testresults mailing list