[Lldb-commits] [PATCH] D45215: RFC/WIP: Have lit run the lldb test suite

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 4 10:25:49 PDT 2018


I have some ideas for how to run the different variants as separate tests,
but I'll save it for the next RFC :)

On Wed, Apr 4, 2018 at 10:24 AM Jonas Devlieghere <jdevlieghere at apple.com>
wrote:

>
> > On Apr 4, 2018, at 5:12 PM, Adrian Prantl <aprantl at apple.com> wrote:
> >
> >
> >
> >> On Apr 4, 2018, at 9:07 AM, Zachary Turner <zturner at google.com> wrote:
> >>
> >> Sure, but getting lit to run one file at a time is a nice incremental
> step towards that and can make both patches easier to review.
> >
> > Agreed, I just want to make sure that we are all on the same page as to
> which direction we want to evolve the code to.
>
> Preferably lit would take care of as much as possible. I think Zachary’s
> idea makes sense as an incremental step. If we think of one python file as
> a google test executable, it makes sense to return a list of test for every
> python file for “v2”. I think running the different variants as separate
> tests is going to be “v3” and will require quite a bit more work.
>
> >
> > -- adrian
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180404/f8fbee13/attachment-0001.html>


More information about the lldb-commits mailing list