Displaying 3 results from an estimated 3 matches for "mathiass".
Did you mean:
mathias
2017 May 31
2
Running lit (googletest) tests remotely
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 <mbraun at apple.com> wrote:
>> Based on a not-too-detailed examination of the lit codebase, it does
>> not seem that it would be too difficult to add this capability: During
>> test discovery phase, we could copy the...
2017 May 31
1
Running lit (googletest) tests remotely
> On May 31, 2017, at 4:06 AM, Pavel Labath <labath at google.com> 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 <mbraun at apple.com> wrote:
>>> Based on a not-too-detailed examination of the lit codebase, it does
>>> not seem that it would be too difficult to add this capability: During
>>> test discovery pha...
2017 May 26
4
Running lit (googletest) tests remotely
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 are able to verify that we can debug e.g. android arm binaries even
though our development environment runs x86 linux).
As far as I am aware, right now there is no support for that in