[Lldb-commits] [review reqest] zorg change to detect lldb test results

Dmitri Gribenko gribozavr at gmail.com
Thu Feb 21 07:09:23 PST 2013


On Wed, Feb 20, 2013 at 7:06 PM, Malea, Daniel <daniel.malea at intel.com> wrote:
> Hi all,
>
> I recently made the lldb test output (from make) look like clang's for the purpose of detecting results with the same buildbot regex infrastructure that's used on Clang's lit tests.
>
> Could either of you review the attached patch; I'm just changing ShellCommand to LitTestCommand so we can plug into the same regex magic.
>
> Not quite sure this is the right list, but I'm posting here anyways since it's LLDB related.

This looks correct, but I am not an expert here.

David, do you know by chance how this output parsing code works?
Could you review, please?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the lldb-commits mailing list