From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7734D1B017; Thu, 18 Jan 2018 00:14:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 016D920D7C; Wed, 17 Jan 2018 18:14:40 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 17 Jan 2018 18:14:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=U3e3wLTQkbW3KnvX2mBzL/zhdt kACOCaiuKYkTpfPw4=; b=KMu+l2Qkcv9qE/9xSqh1FmzieuwKHIZnnieCETHJub VFPneATE7oJG9Yf5r4kyNDWjCMTwE8Q9q+LFDe7CMzkHFdXTz2cgXarOG6IQ5x// R2ri1+D4Bjat3owuo8hvxBkidkOepBfc907KVRIoJbwJKzrcT9ng6k/3NMHRgRkW Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=U3e3wL TQkbW3KnvX2mBzL/zhdtkACOCaiuKYkTpfPw4=; b=Qmvg/w1VzRiKDd6wMNRJll RDwUpWf/cCqBUya38yg8xWEfetddWMcDJrDcWlt4q/WUbkfSwIy0Q61iAZwnfRyU GwCwsrvuuBf4f68dGLlWf+Pry9Jx2Jv3nApDiwXW6l92z/gvzxlac4OOyhPZS9Ss NUcWlRg5TuUMSl7CFdHfUcjqpX66HlWCEW0hBzN1cySPin+ywkuIJXDBe5YWQss1 QtAd1CzD8V9BL3HtSUI/cF6Xs1GaPZnZZxB/UfKN0TfOWP6LZSH909bXjHGIQh7f akQCCX7QlYJjPXi3tua5soO2vGy/oRnqBveNri9oXaP8vuF1mGxsTsGiWDmjOO9g == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 905457E38D; Wed, 17 Jan 2018 18:14:39 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, "Doherty, Declan" , stable@dpdk.org Date: Thu, 18 Jan 2018 00:14:06 +0100 Message-ID: <2650607.kbS0j1TbPI@xps> In-Reply-To: <4facb05e-9cfa-3bf3-c05a-0323758bdb80@intel.com> References: <432ebfd1f25d903f60b276790a3029c5480e3306.1513867661.git.anatoly.burakov@intel.com> <4facb05e-9cfa-3bf3-c05a-0323758bdb80@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: register test as failed if setup failed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2018 23:14:40 -0000 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 failed as well. > > > > Fixes: ffac67b1f71b ("app/test: new assert macros and test suite runner") > > Cc: declan.doherty@intel.com > > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov > > Acked-by: Declan Doherty Applied, thanks