Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 799331076C for ; Thu, 10 Oct 2013 14:56:40 +0000 (UTC) Received: (qmail 44024 invoked by uid 500); 10 Oct 2013 14:56:39 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 43989 invoked by uid 500); 10 Oct 2013 14:56:39 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 43928 invoked by uid 99); 10 Oct 2013 14:56:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 14:56:39 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.189 as permitted sender) Received: from [64.18.1.189] (HELO exprod6og105.obsmtp.com) (64.18.1.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 14:56:33 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob105.postini.com ([64.18.5.12]) with SMTP ID DSNKUlbAC/A2NHOp+JmwVVZ0Ru44v087cmPq@postini.com; Thu, 10 Oct 2013 07:56:13 PDT Received: from inner-relay-2.corp.adobe.com (mail-321.pac.adobe.com [153.32.1.52]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r9AEu9Qu008023; Thu, 10 Oct 2013 07:56:10 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (sj1swm219.corp.adobe.com [10.5.77.61]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r9AEu8OU019914; Thu, 10 Oct 2013 07:56:08 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Thu, 10 Oct 2013 07:56:08 -0700 From: Alex Harui To: Maurice Amsellem , "dev@flex.apache.org" Date: Thu, 10 Oct 2013 07:56:03 -0700 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #460 (fixed) Thread-Topic: Build failed in Jenkins: flex-sdk_mustella #460 (fixed) Thread-Index: Ac7FyNnwrhJJhOc7SoSm7aHIo2afKw== Message-ID: In-Reply-To: <2095F5EBE04D59409DFCE91FFCEBF7AF3F53264D@EXMBX05.netplexity.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.6.130613 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 10/9/13 11:51 PM, "Maurice Amsellem" wrote: >Understood. > >In this case, I' am changing the test code so that it matches the >existing baseline, not changing the baseline. >So it should not have any impact. Maybe I'm not understanding you, but IMO, the test code represents a user's application. Every time you change the test code, it means that some number of our customers will also have to change their application code. For sure, sometimes that number is 0 because the test is incorrectly written, and sometimes the number is small and we decide the fix is more important (and in the case of a security issue, it doesn't matter how many people it breaks). If I understand this thread, some number of folks with custom skins may have to tweak their skins, otherwise they may notice a one pixel shift in the callout position. Again, I'm not saying don't do that, but consider whether that is an acceptable result. You may have the option of using a version flag to allow folks to get back to old behavior. -Alex