Re: [PATCH] app/test: update skipped count when setup returns skipped

2022-06-07 Thread Thomas Monjalon
25/05/2022 08:10, Akhil Goyal: > > Subject: [PATCH] app/test: update skipped count when setup returns skipped > > > > If the setup function returns TEST_SKIPPED, the logs would say the test > > case is skipped while the summary count would consider it under failed > > cases. Address this by counti

RE: [PATCH] app/test: update skipped count when setup returns skipped

2022-05-24 Thread Akhil Goyal
> Subject: [PATCH] app/test: update skipped count when setup returns skipped > > If the setup function returns TEST_SKIPPED, the logs would say the test > case is skipped while the summary count would consider it under failed > cases. Address this by counting such test cases under 'skipped'. > >