From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: disable filtering with stripped binary Date: Thu, 21 Jul 2016 23:59:46 +0200 Message-ID: <2314153.f24oskABN1@xps13> References: <1468947230-22874-1-git-send-email-thomas.monjalon@6wind.com> <3383de3c-da76-ae86-8623-c207bb1d6d1d@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 72DC058D4 for ; Thu, 21 Jul 2016 23:59:48 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id i5so41836145wmg.0 for ; Thu, 21 Jul 2016 14:59:48 -0700 (PDT) In-Reply-To: <3383de3c-da76-ae86-8623-c207bb1d6d1d@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > > Tested-by: Olivier Matz Applied