From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 4F98A2BB9 for ; Thu, 21 Jul 2016 11:07:10 +0200 (CEST) Received: from alille-653-1-293-182.w90-1.abo.wanadoo.fr ([90.1.53.182] helo=[192.168.1.13]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1bQ9zG-0007CY-JQ; Thu, 21 Jul 2016 11:09:46 +0200 To: Thomas Monjalon , dev@dpdk.org References: <1468947230-22874-1-git-send-email-thomas.monjalon@6wind.com> From: Olivier Matz Message-ID: <3383de3c-da76-ae86-8623-c207bb1d6d1d@6wind.com> Date: Thu, 21 Jul 2016 11:07:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 MIME-Version: 1.0 In-Reply-To: <1468947230-22874-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/test: disable filtering with stripped binary X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 09:07:10 -0000 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