From owner-svn-src-projects@freebsd.org Mon Nov 2 08:08:49 2015 Return-Path: Delivered-To: svn-src-projects@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 7DF8BA23575 for ; Mon, 2 Nov 2015 08:08:49 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::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 128461A0C; Mon, 2 Nov 2015 08:08:49 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wikq8 with SMTP id q8so45766852wik.1; Mon, 02 Nov 2015 00:08:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Kmu1S2mSXuRY/05TlSjCBLD8ppsFFl4yharnv2zDclY=; b=tA+nvItSf20mbe6Xu4pTbwjcLq6s/8F0mcYsbJbXWgXr9cqk4bDHc9P7udQ6DsFWeA ef9i8TRhKVU31loboo7GoIqVvzYp43gaf6gN+WY2PsCPlO4hh5KNnhVQNeircHBbBabY HAJmCItBaoD++OrQT6O/M537AoWVkgmNN8EphzvR542u0pqEsNIvJJkcUvw7vWiteJx9 mJsdkyM5lwBAMAmebuqJ616ihehJVsh/41c7JkvJBJ6BQa2yDfHFcfHD2kWuvBvUoSMH vLUKiASwCN6Wu8lVEiPW7i3KaSs3LqedYRQ1p4IwYbS202dwCKSulHJzvrzxl+UvYkbG pTHw== X-Received: by 10.194.157.9 with SMTP id wi9mr21761451wjb.154.1446451727348; Mon, 02 Nov 2015 00:08:47 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id u64sm16684023wmd.6.2015.11.02.00.08.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 00:08:46 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 2 Nov 2015 09:08:45 +0100 From: Baptiste Daroussin To: NGie Cooper Cc: src-committers , svn-src-projects@freebsd.org Subject: Re: svn commit: r290263 - projects/collation/contrib/netbsd-tests/lib/libc/locale Message-ID: <20151102080844.GA19972@ivaldir.etoilebsd.net> References: <201511020759.tA27xHLU027275@repo.freebsd.org> <2B614865-4775-4DF2-8EF7-D820E114F811@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <2B614865-4775-4DF2-8EF7-D820E114F811@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 08:08:49 -0000 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 02, 2015 at 12:05:04AM -0800, NGie Cooper wrote: >=20 > > On Nov 1, 2015, at 23:59, Baptiste Daroussin wrote: > >=20 > > Author: bapt > > Date: Mon Nov 2 07:59:17 2015 > > New Revision: 290263 > > URL: https://svnweb.freebsd.org/changeset/base/290263 > >=20 > > Log: > > Fix regression test on multibytes > >=20 > > 0x07FF and 0x0800 are valid multibyte characters: > > 'DOUBLE QUESTION MARK' and 'QUESTION EXCLAMATION MARK' > >=20 > > Modified: > > projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c > >=20 > > Modified: projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbs= towcs.c > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.= c Mon Nov 2 07:46:47 2015 (r290262) > > +++ projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.= c Mon Nov 2 07:59:17 2015 (r290263) > > @@ -87,7 +87,7 @@ static struct test { > > 0x5B, 0x01, 0x7F, 0x5D, 0x5B, 0x80, 0x07FF, 0x5D, 0x5B, 0x0800, > > 0xFFFF, 0x5D, 0x5B, 0x10000, 0x10FFFF, 0x5D, 0x0A > > }, > > - { 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, > > + { 1, -1, -1, 1, 1, -1, 1, 1, 1, 1, -1, 1, 1, -1, -1, > > 1, 1, -1, -1, 1, 1, -1, -1, 1, -1 >=20 > Please file an upstream PR for this (and any other failures you find) and= if possible CC me. >=20 Sure I can do that > I=E2=80=99ve been adding... >=20 > #ifdef __FreeBSD__ > /* FreeBSD-specific fix */ > #else > /* Old code from NetBSD */ > #endif >=20 I can do that if you prefer > =E2=80=A6 to track what needs to be upstreamed. There is another one needed, but this time I think the regression test is r= ight, I'll dig a bit more. Best regards, Bapt --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlY3GgwACgkQ8kTtMUmk6Ez7aACfanrL8PZ6N0qoqdaQVbIrc7KY hkQAoLm7yxaOLghGGqgVbT9Jgn7JdJSh =Ejfe -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv--