Re: [EXT] [PATCH] app/test: don't count skipped tests as executed

2024-03-06 Thread Thomas Monjalon
05/03/2024 16:11, Bruce Richardson: > On Tue, Mar 05, 2024 at 02:36:27PM +, Akhil Goyal wrote: > > > Subject: [EXT] [PATCH] app/test: don't count skipped tests as executed > > > The logic around skipped tests is a little confusing in the unit test > > > runner. > > > * Any explicitly disabled t

Re: [EXT] [PATCH] app/test: don't count skipped tests as executed

2024-03-05 Thread Bruce Richardson
On Tue, Mar 05, 2024 at 02:36:27PM +, Akhil Goyal wrote: > > Subject: [EXT] [PATCH] app/test: don't count skipped tests as executed > > The logic around skipped tests is a little confusing in the unit test > > runner. > > * Any explicitly disabled tests are counted as skipped but not > > exec

RE: [EXT] [PATCH] app/test: don't count skipped tests as executed

2024-03-05 Thread Akhil Goyal
> Subject: [EXT] [PATCH] app/test: don't count skipped tests as executed > The logic around skipped tests is a little confusing in the unit test > runner. > * Any explicitly disabled tests are counted as skipped but not > executed. > * Any tests that return TEST_SKIPPED are counted as both skippe