From owner-freebsd-current@freebsd.org Sun Nov 15 03:16:32 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 33794A2E3B1; Sun, 15 Nov 2015 03:16:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (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 046EB2FBF; Sun, 15 Nov 2015 03:16:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabfh17 with SMTP id fh17so139946044pab.0; Sat, 14 Nov 2015 19:16:31 -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=vQDNmKqeGtsu2KC9N8Teeh+Msb1vhMWDZGlu3pzIeow=; b=ao4k+U/3qFo4vqN61typEAMRjcDOxyFhHUH88jAQaH9mUsNAZO3L97y18htc4DK0jk Yvt4i5xDlsHJQ97uSBbhZJQhlWJZ5ej4OPSfD1NusANUvlF8T6sq2zYQoJoN1VDePHQ/ 2D3LrjeqBX/DWmQSi7em+IlrDoWF75ZwaJxlnRMUjR/ngUw8eUUmbzVY9mGZAWa/ryxZ Mm45HVlEHqxE8pZ351Gepmq8ZKMiMvM2k3LGF3y6dn3iGzj6COxu2JJCbWXh4DhAYX2I etC49I6uMD/fKJByk9HLka+Xn+tneV1WpRSBUVh3phNtp543VvKUAzOgZrOXXYdHJzt6 jJpg== X-Received: by 10.66.219.39 with SMTP id pl7mr44183417pac.88.1447557391572; Sat, 14 Nov 2015 19:16:31 -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 cs9sm5152108pac.27.2015.11.14.19.16.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Nov 2015 19:16:30 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Need help fixing failing locale tests From: NGie Cooper In-Reply-To: Date: Sat, 14 Nov 2015 19:16:29 -0800 Cc: Baptiste Daroussin , John Marino , freebsd-current Current , "freebsd-testing@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <3B98F898-206C-443D-BB5C-336F566A6BA5@gmail.com> References: To: Craig Rodrigues 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, 15 Nov 2015 03:16:32 -0000 > On Nov 14, 2015, at 19:05, Craig Rodrigues = wrote: >=20 > Hi, >=20 > After the recent locale commits, some of the tests are failing: >=20 > https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1675/testReport/ >=20 > I can reproduce two failures quite easily by doing with a newly built = world: >=20 > /bin/sh /usr/tests/bin/sh/builtins/case7.0 > /bin/sh /usr/tests/bin/sh/builtins/locale1.0 >=20 > Can someone look into this and help fix this? bapt=E2=80=99s locale work looks like it broke the following locales = with /bin/sh: de_DE.ISO8859-1 [LC_CTYPE,LC_COLLATE] nl_NL.ISO8859-1 > I don't know much about locales, so don't know what to do. I=E2=80=99ll look at the other failing tests. -NGie=