From owner-freebsd-current@freebsd.org Mon Aug 10 23:23:02 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 530F899E2FC for ; Mon, 10 Aug 2015 23:23:02 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4599FCF6; Mon, 10 Aug 2015 23:23:02 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1060) id 438FF1096; Mon, 10 Aug 2015 23:23:02 +0000 (UTC) Date: Mon, 10 Aug 2015 23:23:02 +0000 From: Craig Rodrigues To: Jilles Tjoelker Cc: freebsd-current@FreeBSD.org, jenkins-admin@FreeBSD.org Subject: Re: FreeBSD_HEAD-tests - Build #1262 - Still Unstable Message-ID: <20150810232302.GA11925@FreeBSD.org> References: <2115342244.31.1439134446177.JavaMail.jenkins@jenkins-9.freebsd.org> <528409405.33.1439150901602.JavaMail.jenkins@jenkins-9.freebsd.org> <20150809204049.GA42344@stack.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150809204049.GA42344@stack.nl> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Mon, 10 Aug 2015 23:23:02 -0000 On Sun, Aug 09, 2015 at 10:40:49PM +0200, Jilles Tjoelker wrote: > SVN r286490 exposed the brokenness of these tests. Since RFC 3629 > (November 2003), UTF-8 has been restricted to code points up to 0x10FFFF > (inclusive). The higher sequences should be removed from the tests (or, > even better, be expected to cause [EILSEQ]). > > I can provide a patch, but thought I'd explain the problem first. Thanks for the analysis. If you have an idea how to fix the tests, please commit the patch. -- Craig