X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=date:from:to:subject:message-id:mail-followup-to:references
         :mime-version:content-type:content-disposition:in-reply-to
         :user-agent;
        bh=Sah5/DoDW/z5mmEIkLFe9OPBnUTWHK5GqpZIJmT2FlM=;
        b=TA0a0Zl6fFNYuA+epb/lZTcQ1+DYPMeBvfu/cuRYDU4t1DekXULefQowOrg6N/QEcw
         M0NEOPKK29jePUxq+ecmOvq+OE5R20U96scciAcKy6rwo7mhgA9DmhrGDMtDiaOEphsz
         MfyZQoX2OB+aGe09v+uQTi5md87UAWyE6XKTnBgnGWmzgou2BRg4k+QeIWJ1tSuGj2lR
         9T5Z0aArFq//+0i4/jMIpm++//NTkE+1Y8NoyuK+szGWrxzn3q6kWfeqdKBJiKSNHcMZ
         kj2lBjx1gcVI+6Qne4waIdHFNDfwXY2lTqj+We2FQMNIIlyC0oLqbiJbbYJSbILfW5Yy
         NHuA==
X-Received: by 10.112.188.135 with SMTP id ga7mr493025lbc.5.1389951687430;
        Fri, 17 Jan 2014 01:41:27 -0800 (PST)
Date: Fri, 17 Jan 2014 13:41:23 +0400
From: Vladimir Zhbanov <vzhbanov AT gmail DOT com>
To: geda-user AT delorie DOT com
Subject: [geda-user] Re: gcode test failures
Message-ID: <20140117094123.GB23500@localhost.localdomain>
Mail-Followup-To: geda-user AT delorie DOT com
References: <20140117091806 DOT GA23500 AT localhost DOT localdomain>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20140117091806.GA23500@localhost.localdomain>
User-Agent: Mutt/1.5.21 (2010-09-15)
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk

On Fri, Jan 17, 2014 at 01:18:06PM +0400, Vladimir Zhbanov wrote:

> I've just updated my local pcb git repository.
> On my i686 system 4 tests are failing when locale is C and 2 when
> locale is ru_RU.UTF-8.
> 
> In the case of ru_RU.UTF-8 these are:
>   hid_gcode3 and hid_png3 (while the latter is said to be fixed
>   at https://bugs.launchpad.net/pcb/+bug/860037)
> 
> In the case of C these are the same two and:
>   hid_gcode4 and hid_gcode6
For these two the new output seems to be more correct since the right
values for 'cutting depth' (0.5 instead 0.0) and 'tool diameter'
(0.4 instead 0.0) are now used, which leads to difference in
other numbers. Probably the new test results should be generated
and commited?

As for hid_png3, I still see one pixel difference. Should the
'golden' picture be regenerated using new DPI value (which was
changed from 300 to 600 after last change of the picture).
> 
> Could anybody else confirm this?