From owner-svn-src-projects@freebsd.org Mon Nov 2 08:05:06 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 B842CA23532 for ; Mon, 2 Nov 2015 08:05:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (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 8483418C6; Mon, 2 Nov 2015 08:05:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pasz6 with SMTP id z6so141491739pas.2; Mon, 02 Nov 2015 00:05:06 -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=Mm+HykyMvq1TQxOn4dB8HQls/SFpgjBNsVF/hXq+8+c=; b=caAKCCdN0aCPBUz/gLEn7kHpjEjVZVP4xljLKIu1Ku9av82RZun1aN4IL2mTrdVm7m CB1ro6fYiZGeMVzfFeFRYKnfwIPKl0npmfw0RbWbeiRp/PGzhdwV8hEszkd32Qe0aCjn HNe+90QiqpUJo1S0Ahws1TVH7o/fpevuZqPwlpJYhyDUSgjY+MSfrXJzauMDeaHFFxsp HoPKcNg0B4JT/6idRjb+WYhDu7+IajpaW0ze8DAisU55Pl9sDybRLlwQW9s2j3mf90wh R58iGFgXIv66bLKTZseGPs2m7RB2Lw1YrBtAwFP1cIhRbfohrUt5G9BT16axoqTyy8/a +axA== X-Received: by 10.68.178.131 with SMTP id cy3mr25527959pbc.125.1446451506102; Mon, 02 Nov 2015 00:05:06 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:541b:f764:9c9c:ea2b? ([2601:601:800:126d:541b:f764:9c9c:ea2b]) by smtp.gmail.com with ESMTPSA id qb7sm22382914pab.47.2015.11.02.00.05.05 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Nov 2015 00:05:05 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r290263 - projects/collation/contrib/netbsd-tests/lib/libc/locale From: NGie Cooper In-Reply-To: <201511020759.tA27xHLU027275@repo.freebsd.org> Date: Mon, 2 Nov 2015 00:05:04 -0800 Cc: src-committers , svn-src-projects@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2B614865-4775-4DF2-8EF7-D820E114F811@gmail.com> References: <201511020759.tA27xHLU027275@repo.freebsd.org> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) 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:05:06 -0000 > 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_mbstowcs.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 Please file an upstream PR for this (and any other failures you find) = and if possible CC me. I=E2=80=99ve been adding... #ifdef __FreeBSD__ /* FreeBSD-specific fix */ #else /* Old code from NetBSD */ #endif =E2=80=A6 to track what needs to be upstreamed. Thanks! -NGie=