[dpdk-dev] [PATCH] app/test: disable filtering with stripped binary

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jul 21 23:59:46 CEST 2016


2016-07-21 11:07, Olivier Matz:
> On 07/19/2016 06:53 PM, Thomas Monjalon wrote:
> > The unavailable tests are filtered out by autotest by looking for
> > the symbols in the binary:
> > 
> > PCI autotest:                  Skipped [Not Available]       [00m 00s]
> > Malloc autotest:               Success                       [00m 00s]
> > 
> > It results to skip everything if the binary has no symbol (stripped):
> > 
> > PCI autotest:                  Skipped [Not Available]       [00m 00s]
> > Malloc autotest:               Skipped [Not Available]       [00m 00s]
> > 
> > This case is handled by getting back to the old behaviour if the binary
> > has no symbol information:
> > 
> > PCI autotest:                  Fail [Not found]              [00m 00s]
> > Malloc autotest:               Success                       [00m 00s]
> > 
> > Fixes: d553c8f2b1a2 ("app/test: filter out unavailable tests")
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
> 
> Tested-by: Olivier Matz <olivier.matz at 6wind.com>

Applied


More information about the dev mailing list