From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 19 13:30:01 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59A58CF3 for ; Sun, 19 Jan 2014 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 462ED1D17 for ; Sun, 19 Jan 2014 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0JDU0al083381 for ; Sun, 19 Jan 2014 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0JDU0is083380; Sun, 19 Jan 2014 13:30:00 GMT (envelope-from gnats) Date: Sun, 19 Jan 2014 13:30:00 GMT Message-Id: <201401191330.s0JDU0is083380@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jilles Tjoelker Subject: Re: misc/181151: builtins/locale1.0 fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2014 13:30:01 -0000 The following reply was made to PR misc/181151; it has been noted by GNATS. From: Jilles Tjoelker To: Garrett Cooper Cc: bug-followup@FreeBSD.org Subject: Re: misc/181151: builtins/locale1.0 fails Date: Sun, 19 Jan 2014 14:27:04 +0100 On Fri, Jan 17, 2014 at 11:05:28PM -0800, Garrett Cooper wrote: > On Aug 9, 2013, at 6:06 AM, Jilles Tjoelker wrote: > > In PR misc/181151, you wrote: > >> [sh test builtins/locale1.0 fails] > > I think you have disabled some parts of locale support, since it works > > fine here. The test uses nl_NL.ISO8859-1 as its non-English locale. > What exactly do I need in order to make this test pass? It’s the one > test that’s not passing on my CURRENT VM now.. You can debug by running the test manually. From bin/sh/tests/, run SH=sh sh builtins/locale1.0 or SH=sh sh -x builtins/locale1.0 and look at what it does not like. -- Jilles Tjoelker