[Lldb-commits] [Diffusion] rL246794: Roll dosep.py parallel test runner into dotest.py command line
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 4 13:31:51 PDT 2015
On Fri, Sep 04, 2015 at 12:44:36PM -0700, Todd Fiala wrote:
> Please try:
>
> ./dotest.py --output-on-success -v --executable $INSTALLDIR/bin/lldb
Yes, this appears to work. With this, I'm now back up to my old totals :)
lldb_failures=0
lldb_errors=0
lldb_passes=1146
lldb_total=1378
Thank you!!
I'd recommend turning --output-on-success on when -v is used so that the
loss of information doesn't appear as a regression. That way, dotest.py
-v will always show the same detailed info in both single and
multithreaded modes.
> I couldn't maintain the '-s'
> mapping for the dosep option because it collided with an existing dotest.py
> option for session directory specification.
Understood. I don't think a short option for --output-on-success is needed
if -v turns it on. A short option for --test-subdir would be useful
however. Looks like these short options are still available: BHIJKLMOQUVWYZjoz.
-z seems as good a choice as any :)
More information about the lldb-commits
mailing list