Re: [PATCH 0/2] add checks for tests not in a suite

2023-10-02 Thread David Marchand
On Fri, Sep 15, 2023 at 1:52 PM Bruce Richardson wrote: > > To help ensure that we don't have "orphaned" tests not in any test > suites we can add the following checks: > > * In developer-mode builds, emit a warning for each test defined using > REGISTER_TEST_COMMAND > * In checkpatches, add a c

Re: [PATCH 0/2] add checks for tests not in a suite

2023-10-02 Thread David Marchand
On Wed, Sep 27, 2023 at 10:27 AM Bruce Richardson wrote: > > On Wed, Sep 27, 2023 at 08:30:05AM +0200, David Marchand wrote: > > On Tue, Sep 26, 2023 at 5:01 PM Aaron Conole wrote: > > > David Marchand writes: > > > > On Tue, Sep 19, 2023 at 10:36 AM Bruce Richardson > > > > wrote: > > > >> > >

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-27 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Sep 27, 2023 at 11:31:07AM +0200, David Marchand wrote: >> On Wed, Sep 27, 2023 at 10:27 AM Bruce Richardson >> wrote: >> > On Wed, Sep 27, 2023 at 08:30:05AM +0200, David Marchand wrote: >> > > On Tue, Sep 26, 2023 at 5:01 PM Aaron Conole wrote: >> > > > Davi

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-27 Thread Bruce Richardson
On Wed, Sep 27, 2023 at 11:31:07AM +0200, David Marchand wrote: > On Wed, Sep 27, 2023 at 10:27 AM Bruce Richardson > wrote: > > On Wed, Sep 27, 2023 at 08:30:05AM +0200, David Marchand wrote: > > > On Tue, Sep 26, 2023 at 5:01 PM Aaron Conole wrote: > > > > David Marchand writes: > > > > > On T

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-27 Thread David Marchand
On Wed, Sep 27, 2023 at 10:27 AM Bruce Richardson wrote: > On Wed, Sep 27, 2023 at 08:30:05AM +0200, David Marchand wrote: > > On Tue, Sep 26, 2023 at 5:01 PM Aaron Conole wrote: > > > David Marchand writes: > > > > On Tue, Sep 19, 2023 at 10:36 AM Bruce Richardson > > > > wrote: > > > >> > > T

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-27 Thread Bruce Richardson
On Wed, Sep 27, 2023 at 08:30:05AM +0200, David Marchand wrote: > On Tue, Sep 26, 2023 at 5:01 PM Aaron Conole wrote: > > David Marchand writes: > > > On Tue, Sep 19, 2023 at 10:36 AM Bruce Richardson > > > wrote: > > >> > > To help ensure that we don't have "orphaned" tests not in any test > >

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-26 Thread David Marchand
On Tue, Sep 26, 2023 at 5:01 PM Aaron Conole wrote: > David Marchand writes: > > On Tue, Sep 19, 2023 at 10:36 AM Bruce Richardson > > wrote: > >> > > To help ensure that we don't have "orphaned" tests not in any test > >> > > suites we can add the following checks: > >> > > > >> > > * In develo

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-26 Thread Aaron Conole
David Marchand writes: > On Tue, Sep 19, 2023 at 10:36 AM Bruce Richardson > wrote: >> >> On Tue, Sep 19, 2023 at 10:29:07AM +0200, David Marchand wrote: >> > On Fri, Sep 15, 2023 at 1:52 PM Bruce Richardson >> > wrote: >> > > >> > > To help ensure that we don't have "orphaned" tests not in any

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-19 Thread David Marchand
On Tue, Sep 19, 2023 at 10:36 AM Bruce Richardson wrote: > > On Tue, Sep 19, 2023 at 10:29:07AM +0200, David Marchand wrote: > > On Fri, Sep 15, 2023 at 1:52 PM Bruce Richardson > > wrote: > > > > > > To help ensure that we don't have "orphaned" tests not in any test > > > suites we can add the f

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-19 Thread Bruce Richardson
On Tue, Sep 19, 2023 at 10:29:07AM +0200, David Marchand wrote: > On Fri, Sep 15, 2023 at 1:52 PM Bruce Richardson > wrote: > > > > To help ensure that we don't have "orphaned" tests not in any test > > suites we can add the following checks: > > > > * In developer-mode builds, emit a warning for

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-19 Thread David Marchand
On Fri, Sep 15, 2023 at 1:52 PM Bruce Richardson wrote: > > To help ensure that we don't have "orphaned" tests not in any test > suites we can add the following checks: > > * In developer-mode builds, emit a warning for each test defined using > REGISTER_TEST_COMMAND > * In checkpatches, add a c

Re: [PATCH 0/2] add checks for tests not in a suite

2023-09-15 Thread Bruce Richardson
On Fri, Sep 15, 2023 at 12:52:04PM +0100, Bruce Richardson wrote: > To help ensure that we don't have "orphaned" tests not in any test > suites we can add the following checks: > > * In developer-mode builds, emit a warning for each test defined using > REGISTER_TEST_COMMAND > * In checkpatches,

[PATCH 0/2] add checks for tests not in a suite

2023-09-15 Thread Bruce Richardson
To help ensure that we don't have "orphaned" tests not in any test suites we can add the following checks: * In developer-mode builds, emit a warning for each test defined using REGISTER_TEST_COMMAND * In checkpatches, add a check to prevent the addition of new tests using the REGISTER_TEST_CO