From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8133 invoked by alias); 2 Mar 2008 15:51:22 -0000 Received: (qmail 8121 invoked by uid 22791); 2 Mar 2008 15:51:22 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 02 Mar 2008 15:51:04 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 6AEDB315400 for ; Sun, 2 Mar 2008 15:51:13 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP for ; Sun, 2 Mar 2008 15:51:13 +0000 (UTC) Received: from [192.168.7.229] ([192.168.7.229]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 2 Mar 2008 07:51:00 -0800 Message-ID: <47CACCE2.2010805@avtrex.com> Date: Sun, 02 Mar 2008 15:51:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: David Daney Cc: Java Patch List Subject: Re: [PATCH] Remove classpath overrides for Calender, Currency, locale et al. References: <47CA0B5A.9050302@avtrex.com> In-Reply-To: <47CA0B5A.9050302@avtrex.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2008-q1/txt/msg00079.txt.bz2 David Daney wrote: > Unfortunately there were several regressions in mauve's java.text > testsuite, but I think the overall improvement merits the change: > > + FAIL: timed out. > +TEST FAILED: timeout java.text.RuleBasedCollator.VeryBasic > > > + FAIL: line 136: java.text.ParseException: [1] -- boolean passed to > check was false > + FAIL: line 136: java.text.ParseException: [1] -- boolean passed to > check was false > +TEST FAILED: 2 of 24 checks failed java.text.SimpleDateFormat.parse > > OK to commit? > > 2008-03-01 David Daney > > * scripts/makemake.tcl (properties_map): Don't exclude > gnu/java/locale. > * gnu/java/lang/MainThread.java (Klocale, Kcalendar): Remove. > * sources.am: Regenerate. > * Makefile.in: Regenerate. > * classpath/lib/java/text/DecimalFormatSymbols.class, > classpath/lib/java/text/DateFormatSymbols.class, > classpath/lib/java/util/Currency.class, > . . . There is a problem the the locals change and the Collator, I will prepare a new patch. David Daney