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:mime-version :content-type:content-disposition:user-agent; bh=VeLZh/b89nmdl1cYnKD452p9O3/wo5yFTKFalctwetE=; b=Xh8UwUNnKD+Oo9a1ETPco1B8IitgoFb/kJBkIQkB/dXiupCgpmEVPCEv8iy64lUbyM 3nVPBExGjCZ0R/gGfeVwoTFx5v/CK6iTJUsW7N1AosxA812Cbops1QnGCJdOzh9pdnWR v/fAy/86mJccie3shafDPd3Z1ldUPbdi84eQ37Tj+ovdm3fT2+qj+qsm+MrCTwyhEiDZ ZTQz6ggGWkyKuX3emn/95Nzs1uAO0pwUlab2ma5t5vDkqRHMHOEfF6vum5Rzff/96FI2 21hhAqLQNecsjraapdMJhhB66AITyYhdHj+z5dk2KqI3KaNXx+GtJwSOc0HOFrkJsDue 01Sg== X-Received: by 10.112.149.70 with SMTP id ty6mr458358lbb.54.1389950290412; Fri, 17 Jan 2014 01:18:10 -0800 (PST) Date: Fri, 17 Jan 2014 13:18:06 +0400 From: Vladimir Zhbanov To: geda-user AT delorie DOT com Subject: [geda-user] gcode test failures Message-ID: <20140117091806.GA23500@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Reply-To: geda-user AT delorie DOT com ----- Forwarded message from Markus Hitter ----- Am 19.04.2013 um 20:31 schrieb Andrew Poelstra: > In testing Gabriel's gerber patch sets, I noticed that tests > hid_gcode4 and hid_gcode6 are failing on my system. (Gabriel's > patch has no effect on this.) > > Does anyone else see this? I tried, and I can't see it. All 21 tests pass. This is current git master on Ubuntu 12.10 64-bit. Maybe, maybe it's a difference of the decimal seperator, which is a comma here. Markus ----- End forwarded message ----- 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 Could anybody else confirm this?