Re: [lldb-dev] [llvm-dev] Running lit (googletest) tests remotely

2017-06-02 Thread Pavel Labath via lldb-dev
My plan was to use it on already-running lldb android bots. These run lldb tests only. They're also currently in "experimental" mode (not sending emails) because they are not reliable enough (main, but not only reason is the flakyness of the physical connection to the android devices). With the new

Re: [lldb-dev] [llvm-dev] Running lit (googletest) tests remotely

2017-06-01 Thread David Blaikie via lldb-dev
On Wed, May 31, 2017 at 10:44 AM Matthias Braun via llvm-dev < llvm-...@lists.llvm.org> wrote: > > > On May 31, 2017, at 4:06 AM, Pavel Labath wrote: > > > > Thank you all for the pointers. I am going to look at these to see if > > there is anything that we could reuse, and come back. In the mean

Re: [lldb-dev] [llvm-dev] Running lit (googletest) tests remotely

2017-05-31 Thread Matthias Braun via lldb-dev
> On May 31, 2017, at 4:06 AM, Pavel Labath wrote: > > Thank you all for the pointers. I am going to look at these to see if > there is anything that we could reuse, and come back. In the mean > time, I'll reply to Mathiass's comments: > > On 26 May 2017 at 19:11, Matthias Braun wrote: >>> Bas

Re: [lldb-dev] [llvm-dev] Running lit (googletest) tests remotely

2017-05-31 Thread Pavel Labath via lldb-dev
Thank you all for the pointers. I am going to look at these to see if there is anything that we could reuse, and come back. In the mean time, I'll reply to Mathiass's comments: On 26 May 2017 at 19:11, Matthias Braun wrote: >> Based on a not-too-detailed examination of the lit codebase, it does >

Re: [lldb-dev] [llvm-dev] Running lit (googletest) tests remotely

2017-05-26 Thread Matthias Braun via lldb-dev
> On May 26, 2017, at 8:17 AM, Pavel Labath via llvm-dev > wrote: > > Hello all, > > we are trying to convert some of the lldb tests to lit (for these > specific tests we are using the googletest format). One of our > requirements is that we are able to run these tests remotely, so that > we a