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 > > > runn

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

2024-03-05 Thread Tyler Retzlaff
On Mon, Nov 13, 2023 at 03:05:33PM +, Bruce Richardson wrote: > 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 skipped and >

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

2024-03-05 Thread Power, Ciara
Hi Bruce, > -Original Message- > From: Bruce Richardson > Sent: Monday, November 13, 2023 3:06 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH] app/test: don't count skipped tests as executed > > The logic around skipped tests is a litt

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 a

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_SKIP

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

2023-11-13 Thread Bruce Richardson
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 skipped and executed, using the same statistics counters. This makes the stats very st