[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 11:40:31 PDT 2015


On Fri, Sep 04, 2015 at 06:17:03PM +0000, Zachary Turner wrote:
> To be honest I think grepping the output is the wrong way to go about
> counting the tests.
> [...] Log scraping is kind of a horrible thing to do, 

Agreed, but it was the only way to get correct totals.  I would love for
dosep.py to have been able to count the results correctly so I wouldn't
have had to resort to "log scraping".  dotest.py at least used to be
able to count the totals correctly, but no longer can since it now
inherrited the same bug that dosep.py had.


More information about the lldb-commits mailing list