[Lldb-commits] [Diffusion] rL246794: Roll dosep.py parallel test runner into dotest.py command line

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 12:47:35 PDT 2015


Yeah I'm actually hoping that once we move over to a test event stream that
can be formatted with a customizable formatter, we can pretty much start
deprecating the other output streams aside from the pure test run
stdout/stderr.

On Fri, Sep 4, 2015 at 12:45 PM, Zachary Turner <zturner at google.com> wrote:

>
>
> On Fri, Sep 4, 2015 at 12:40 PM Todd Fiala <todd.fiala at gmail.com> wrote:
>
>> > Now there is no equivelent to "dosep.py -s", and:
>> >    ./dotest.py -v --executable $INSTALLDIR/bin/lldb
>>
>> All of dosep's args moved over to dotest.  I think if you wanted dosep.py
>> -s behavior, you only need to use --output-on-success (long form of what
>> used to be -s in dosep I believe).  The reason I couldn't maintain it as -s
>> is that dotest.py already had a -s abbreviation (for session dir
>> specification).
>>
>
> One reason I would like to move towards fewer options in dotest, it's
> crazy how many options there are.  I'm willing to bet 80% of them are not
> used by anyone and we could probably remove them.
>
> Maybe after you finish a lot of the cleanup work and we decide on a final
> vision of how everything should be structured, we can do a pass over the
> options and decide which ones we can remove.
>



-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150904/d855a368/attachment.html>


More information about the lldb-commits mailing list