From owner-freebsd-current@freebsd.org Sun Nov 8 21:27:30 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F369A2929A for ; Sun, 8 Nov 2015 21:27:30 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCAE1F9D; Sun, 8 Nov 2015 21:27:30 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pasz6 with SMTP id z6so181662714pas.2; Sun, 08 Nov 2015 13:27:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Y687MNCVmemFLyV3omWme+CRdJmANC2lftXHTPARujo=; b=UQR+c4pyMRoQRw5mXy5x8UqLC0FkZPAnzuPOdW4pQeBXWUIHxe/N8VDXO4R6SG2MQv rmnmXKi2ru8HCg907UQuisDtX4na8LfIUT0AvqaGfuCsDchPKaDGRrBt543KsF8aF074 PrZLELsH2iOwGpXwsk0J0St2rR+xhvp0wdAjd/3TL+CjUbgab5WkIa2hRtygtk6m9oRm jN+0fQx20WNS775bYfPkgFJQz6ojgOKDxi9QcaFp4dBltb9uwWwzFsoWhB2UhnJ2Up4u lvto52uAbU0F0T+49643E+13ftrJDUpS935fISqXGkFSJbrAAt2n84ST7c+GHka02bmq RLvA== X-Received: by 10.68.216.100 with SMTP id op4mr34567647pbc.47.1447018049821; Sun, 08 Nov 2015 13:27:29 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id qk7sm12184501pbb.80.2015.11.08.13.27.29 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 Nov 2015 13:27:29 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: FreeBSD_HEAD-tests - Build #1675 - Unstable From: NGie Cooper In-Reply-To: <20151108210856.GA10134@ivaldir.etoilebsd.net> Date: Sun, 8 Nov 2015 13:27:28 -0800 Cc: Andrey Chernov , jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <0476F454-7CC5-40F6-A8DF-8123222E15D7@gmail.com> References: <1109003706.57.1447009720897.JavaMail.jenkins@jenkins-9.freebsd.org> <563FAC52.1070909@freebsd.org> <20151108210856.GA10134@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 21:27:30 -0000 > On Nov 8, 2015, at 13:08, Baptiste Daroussin wrote: >=20 > On Sun, Nov 08, 2015 at 11:10:58PM +0300, Andrey Chernov wrote: >> On 08.11.2015 22:08, jenkins-admin@freebsd.org wrote: >>> FreeBSD_HEAD-tests - Build #1675 - Unstable: >>>=20 >>> Build information: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1675/ >>> Full change log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1675/changes >>> Full build log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1675/console >> ... >>> FAILED: = lib.libc.stdio.printfloat_test.thousands_separator_and_other_locale_tests >>>=20 >>> Error Message: >>> printf("%'.4f", 12345678.0625) =3D=3D> [1,23,45,678.0625], expected = [123,456,78.0625]<> >>=20 >> Looks like numericdef "grouping" handling problem... >=20 > Seems like the issue is only with hi_IN.ISCII-DEV, I'll dig into it Sidenote: all of these tests work on amd64@r289441 (which is 2 = weeks/1000 revs behind, I know=E2=80=A6). I intentionally integrated in = a bunch of tests from tools/regression/lib/libc to catch any potential = regressions that were checked in recently (especially in the locale = space). Thanks, -NGie=