Re: [dpdk-dev] [PATCH] test: register test as failed if setup failed

2018-01-17 Thread Thomas Monjalon
10/01/2018 15:24, Doherty, Declan: > On 22/12/2017 10:21 AM, Anatoly Burakov wrote: > > If test set up couldn't be completed, the test was previously > > shown as succeeding, even though setup failed. Fix this to report > > test as failed, and count all tests that should've been executed, > > as fa

Re: [dpdk-dev] [PATCH] test: register test as failed if setup failed

2018-01-10 Thread Doherty, Declan
On 22/12/2017 10:21 AM, Anatoly Burakov wrote: If test set up couldn't be completed, the test was previously shown as succeeding, even though setup failed. Fix this to report test as failed, and count all tests that should've been executed, as failed as well. Fixes: ffac67b1f71b ("app/test: new

[dpdk-dev] [PATCH] test: register test as failed if setup failed

2017-12-22 Thread Anatoly Burakov
If test set up couldn't be completed, the test was previously shown as succeeding, even though setup failed. Fix this to report test as failed, and count all tests that should've been executed, as failed as well. Fixes: ffac67b1f71b ("app/test: new assert macros and test suite runner") Cc: declan.