Re: [lldb-dev] skip some tests with "check-lldb"

2018-09-20 Thread Jim Ingham via lldb-dev
ld detect how many >>> cores your system has and use them. >>> >>> -- >>> Ted Woodward >>> Qualcomm Innovation Center, Inc. >>> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux >>> Foundation Collaborative Project >>>

Re: [lldb-dev] skip some tests with "check-lldb"

2018-09-20 Thread Jonas Devlieghere via lldb-dev
t;>> >>> -- >>> Ted Woodward >>> Qualcomm Innovation Center, Inc. >>> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux >>> Foundation Collaborative Project >>> >>> -Original Message- >>&g

Re: [lldb-dev] skip some tests with "check-lldb"

2018-09-20 Thread Gábor Márton via lldb-dev
>> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux >> Foundation Collaborative Project >> >> -Original Message- >> From: lldb-dev On Behalf Of Gábor Márton >> via lldb-dev >> Sent: Wednesday, September 19, 2018 11:04 AM >

Re: [lldb-dev] skip some tests with "check-lldb"

2018-09-20 Thread Jonas Devlieghere via lldb-dev
laborative Project > > -Original Message- > From: lldb-dev <mailto:lldb-dev-boun...@lists.llvm.org>> On Behalf Of Gábor Márton via > lldb-dev > Sent: Wednesday, September 19, 2018 11:04 AM > To: lldb-dev@lists.llvm.org <mailto:lldb-dev@lists.llvm.org> > Subject

Re: [lldb-dev] skip some tests with "check-lldb"

2018-09-19 Thread Gábor Márton via lldb-dev
> From: lldb-dev On Behalf Of Gábor > Márton via lldb-dev > Sent: Wednesday, September 19, 2018 11:04 AM > To: lldb-dev@lists.llvm.org > Subject: Re: [lldb-dev] skip some tests with "check-lldb" > > I just realized that `dotest.py` has a --thread option. Is t

Re: [lldb-dev] skip some tests with "check-lldb"

2018-09-19 Thread via lldb-dev
- From: lldb-dev On Behalf Of Gábor Márton via lldb-dev Sent: Wednesday, September 19, 2018 11:04 AM To: lldb-dev@lists.llvm.org Subject: Re: [lldb-dev] skip some tests with "check-lldb" I just realized that `dotest.py` has a --thread option. Is that the one which is used during the lit te

Re: [lldb-dev] skip some tests with "check-lldb"

2018-09-19 Thread Gábor Márton via lldb-dev
I just realized that `dotest.py` has a --thread option. Is that the one which is used during the lit test (`ninja check-lldb`) ? On Wed, Sep 19, 2018 at 6:00 PM Gábor Márton wrote: > > Hi, > > I'd like to skip some tests when I run "ninja check-lldb", because they fail. > I am on release_70 branc

[lldb-dev] skip some tests with "check-lldb"

2018-09-19 Thread Gábor Márton via lldb-dev
Hi, I'd like to skip some tests when I run "ninja check-lldb", because they fail. I am on release_70 branch. I know I could use dotest.py directly, but that would exercise only one thread. Is there a way to execute the tests parallel on all cores and in the same time skip some of the tests? Thank