From owner-cvs-src@FreeBSD.ORG Mon Dec 3 10:20:48 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD4316A420; Mon, 3 Dec 2007 10:20:48 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id DEE1713C4E3; Mon, 3 Dec 2007 10:20:47 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id B46FA2090; Mon, 3 Dec 2007 11:20:38 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 959D9208C; Mon, 3 Dec 2007 11:20:38 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 5F4A784488; Mon, 3 Dec 2007 11:20:38 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Andrey Chernov References: <200712030718.lB37IlLc009328@repoman.freebsd.org> <20071203072214.GA11030@VARK.MIT.EDU> <20071203080739.GA56795@nagual.pp.ru> Date: Mon, 03 Dec 2007 11:20:38 +0100 In-Reply-To: <20071203080739.GA56795@nagual.pp.ru> (Andrey Chernov's message of "Mon\, 3 Dec 2007 11\:07\:39 +0300") Message-ID: <86odd8dqq1.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.ORG, das@FreeBSD.org, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c test-scanfloat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2007 10:20:48 -0000 Andrey Chernov writes: > David Schultz writes: > > test-printfloat is failing on my machine due to the fact that the > > default locale in FreeBSD seems to have a thousands separator now. > > I thought the default locale wasn't supposed to. Can someone > > comment? > Default locale don't have thousands separator as you can see: > [...] > Something wrong in your default locale setup, use LC_ALL=3DC for sure. If a regression test is dependent on a specific locale, it should set the locale at startup rather than rely on the system default. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no