<div dir="auto">That's okay, but is it possible to skip a few tests, when using lit? I was thinking about moving the test files I want to skip, but that has obvious drawbacks. Also --filter does not seem so useful in this case.</div><br><div class="gmail_quote"><div dir="ltr">On Wed, 19 Sep 2018, 18:46 , <<a href="mailto:ted.woodward@codeaurora.org">ted.woodward@codeaurora.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Unless you pass  --no-multiprocess to dotest, it should detect how many cores your system has and use them.<br>
<br>
--<br>
Ted Woodward<br>
Qualcomm Innovation Center, Inc.<br>
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project<br>
<br>
-----Original Message-----<br>
From: lldb-dev <<a href="mailto:lldb-dev-bounces@lists.llvm.org" target="_blank" rel="noreferrer">lldb-dev-bounces@lists.llvm.org</a>> On Behalf Of Gábor Márton via lldb-dev<br>
Sent: Wednesday, September 19, 2018 11:04 AM<br>
To: <a href="mailto:lldb-dev@lists.llvm.org" target="_blank" rel="noreferrer">lldb-dev@lists.llvm.org</a><br>
Subject: Re: [lldb-dev] skip some tests with "check-lldb"<br>
<br>
I just realized that `dotest.py` has a --thread option. Is that the one which is used during the lit test (`ninja check-lldb`) ?<br>
<br>
On Wed, Sep 19, 2018 at 6:00 PM Gábor Márton <<a href="mailto:martongabesz@gmail.com" target="_blank" rel="noreferrer">martongabesz@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I'd like to skip some tests when I run "ninja check-lldb", because they fail.<br>
> I am on release_70 branch.<br>
> I know I could use dotest.py directly, but that would exercise only one thread.<br>
> Is there a way to execute the tests parallel on all cores and in the <br>
> same time skip some of the tests?<br>
><br>
> Thanks,<br>
> Gabor<br>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org" target="_blank" rel="noreferrer">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
<br>
</blockquote></div>