From owner-freebsd-current@freebsd.org Sun Nov 8 21:59:00 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 138B8A29DA2 for ; Sun, 8 Nov 2015 21:59:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (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 CB3A913D9; Sun, 8 Nov 2015 21:58:59 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by obbza9 with SMTP id za9so127922292obb.1; Sun, 08 Nov 2015 13:58:59 -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=SnbzHzECabTP+5t5XQVkdNuoMyiv4xU6nvIQxdC9B4Q=; b=c2Wur/o2M1XGl0pwdy42INkK8I4kmtteXEIo/Kadv9uCIEfyO59zf0mdpCaB98HQUs 83I8bs6anI6whhsIsL9uDYS4KnJE1aZ86wrAH4cOcqeWvvUuvGV3ohhM3nnWLlYs2SaN rqjw7JGyfhn2MX3nIMVjvkktp81I8F4N3K8duXl0RQUFy3ivO0N/cYkgepSVLIO8KvN7 o9Z6t0gHMjmblUjSkb+jVrzHl9QIL2QxbkPrw17TNmrGe+z6rL/jbs3zuH9aYZoKz4u+ LRfgLFBwof+qZhKsKXw1MVoM0ki0zm1kd+JuX9TGLyP6yk4WfKTSslnIkHZ1rwVbv686 Se8w== X-Received: by 10.182.22.198 with SMTP id g6mr14894643obf.50.1447019939027; Sun, 08 Nov 2015 13:58:59 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:6c97:bf3:2260:c8ab? ([2601:601:800:126d:6c97:bf3:2260:c8ab]) by smtp.gmail.com with ESMTPSA id s19sm3903453oet.7.2015.11.08.13.58.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Nov 2015 13:58:58 -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: <20151108214934.GD10134@ivaldir.etoilebsd.net> Date: Sun, 8 Nov 2015 13:58:56 -0800 Cc: Andrey Chernov , jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <54208725-89B2-4CA7-B90F-C501116A27E2@gmail.com> References: <1109003706.57.1447009720897.JavaMail.jenkins@jenkins-9.freebsd.org> <563FAC52.1070909@freebsd.org> <20151108210856.GA10134@ivaldir.etoilebsd.net> <0476F454-7CC5-40F6-A8DF-8123222E15D7@gmail.com> <20151108214934.GD10134@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:59:00 -0000 > On Nov 8, 2015, at 13:49, Baptiste Daroussin wrote: >=20 > On Sun, Nov 08, 2015 at 01:27:28PM -0800, NGie Cooper wrote: >>=20 >>> 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 >>=20 >> 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, >=20 > I would have appreciated a mail about this when I issued the call for = testing... I wish I had remembered :/. Many people overlook the test cases in = tools/regression; that=E2=80=99s why I=E2=80=99m working hard to = integrate them in to the test suite =E2=80=94 so they=E2=80=99re used = again [on a regular basis]. Thanks, -NGie=