This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove classpath overrides for Calender, Currency, locale et al.


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  <ddaney@avtrex.com>
>
>     * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]