Re: RFR: JDK-8173476: Provide lldb from devkit when running tests on macosx

2017-01-27 Thread Tim Bell
Erik: When running tests on Macosx, the failurehandle will attempt to use lldb to create dumps on timeouts. This logic requires an lldb that isn't too old. In our lab we have several instances of too old lldb on the machines. To fix this, we can add lldb from the devkit to the path when running

Re: RFR: JDK-8173476: Provide lldb from devkit when running tests on macosx

2017-01-27 Thread Magnus Ihse Bursie
On 2017-01-27 13:46, Erik Joelsson wrote: When running tests on Macosx, the failurehandle will attempt to use lldb to create dumps on timeouts. This logic requires an lldb that isn't too old. In our lab we have several instances of too old lldb on the machines. To fix this, we can add lldb from

RFR: JDK-8173476: Provide lldb from devkit when running tests on macosx

2017-01-27 Thread Erik Joelsson
When running tests on Macosx, the failurehandle will attempt to use lldb to create dumps on timeouts. This logic requires an lldb that isn't too old. In our lab we have several instances of too old lldb on the machines. To fix this, we can add lldb from the devkit to the path when running tests