From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 3F93F60053 for ; Fri, 4 Sep 2015 16:39:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t84GdBC5010435; Fri, 4 Sep 2015 17:39:11 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wwuGDRnD-gVJ; Fri, 4 Sep 2015 17:39:10 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t84Gctxg010346 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 4 Sep 2015 17:39:06 +0100 Message-ID: <1441384735.24871.194.camel@linuxfoundation.org> From: Richard Purdie To: Lucian Musat Date: Fri, 04 Sep 2015 17:38:55 +0100 In-Reply-To: <1441374509-27230-1-git-send-email-george.l.musat@intel.com> References: <1441374509-27230-1-git-send-email-george.l.musat@intel.com> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH V2] oeqa/decorators: Fixed a problem with tests having the same names. X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 16:39:15 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2015-09-04 at 16:48 +0300, Lucian Musat wrote: > When two or more tests had the same name but different classes then > the decorator log whould have the output all wrong. This was because > a comparison which was made only between method names but now it > compares classes too. > > YOCTO #8029 [YOCTO #8029] using []. No need to resend again, I've fixed it this time.