From owner-svn-src-projects@freebsd.org Mon Nov 2 23:09:23 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 38C06A24DCC for ; Mon, 2 Nov 2015 23:09:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01F881F20; Mon, 2 Nov 2015 23:09:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA2N9ML0095415; Mon, 2 Nov 2015 23:09:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA2N9MAY095414; Mon, 2 Nov 2015 23:09:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201511022309.tA2N9MAY095414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 2 Nov 2015 23:09:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r290315 - projects/collation/contrib/netbsd-tests/lib/libc/locale X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 23:09:23 -0000 Author: bapt Date: Mon Nov 2 23:09:21 2015 New Revision: 290315 URL: https://svnweb.freebsd.org/changeset/base/290315 Log: Push the FreeBSD changes under a specific #ifdef to easier tracking what needs to be upstreamed. Modified: projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c Modified: projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c ============================================================================== --- projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c Mon Nov 2 23:04:49 2015 (r290314) +++ projects/collation/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c Mon Nov 2 23:09:21 2015 (r290315) @@ -87,7 +87,11 @@ static struct test { 0x5B, 0x01, 0x7F, 0x5D, 0x5B, 0x80, 0x07FF, 0x5D, 0x5B, 0x0800, 0xFFFF, 0x5D, 0x5B, 0x10000, 0x10FFFF, 0x5D, 0x0A }, +#ifdef __FreeBSD__ { 1, -1, -1, 1, 1, -1, 1, 1, 1, 1, -1, 1, 1, -1, -1, +#else + { 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, +#endif 1, 1, -1, -1, 1, 1, -1, -1, 1, -1 }, -1