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 6DDE272393 for ; Wed, 10 Dec 2014 16:15:48 +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 sBAGF6Si032479; Wed, 10 Dec 2014 16:15:06 GMT 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 zPm6-mKH5dy2; Wed, 10 Dec 2014 16:15:06 +0000 (GMT) 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 sBAGEped032444 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 10 Dec 2014 16:15:03 GMT Message-ID: <1418228127.22903.61.camel@linuxfoundation.org> From: Richard Purdie To: Otavio Salvador Date: Wed, 10 Dec 2014 16:15:27 +0000 In-Reply-To: References: <54873BE9.9030905@linux.intel.com> X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Cc: "openembedded-core@lists.openembedded.org" Subject: Re: [PATCHv2 0/3] Upgrades for comply Intel Graphics Stack Release 2014Q3 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: Wed, 10 Dec 2014 16:15:49 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Tue, 2014-12-09 at 18:19 -0200, Otavio Salvador wrote: > On Tue, Dec 9, 2014 at 6:06 PM, Burton, Ross wrote: > > > > On 9 December 2014 at 18:14, Aníbal Limón > > wrote: > >> > >> I don't know, maybe Ross knows?. > > > > > > I ask for Piglit results to verify that approx 95% passes as that's the > > expected pass rate. I don't bother tracking the exact count as how it > > changes as there's almost ten thousand tests and at some point you have to > > let upstream deal with this. > > What is the point in having a tool for regression test if it is not tracked? Going forward, the plan is to track this FWIW. Right now that is a work in progress as the test result collection piece is missing. Its also a chicken and egg problem, you can't track things until you have some tests to track. Things are being run manually to check for regressions in a coarse manner too and this is better than not at all. Cheers, Richard