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]

Re: Patch: java.util.Calendar




On 26 Apr 2001, Tom Tromey wrote:
> Jeff> I have an incomplete Calendar test that passes libgcj with the
> Jeff> patch below.  When I get a little more time I'll figure out how
> Jeff> to get the tests into Mauve, which doesn't test Calendar yet.
> 
> With this patch the Mauve test still doesn't work for me.

Which test?  I'm seeing:

FAIL: gnu.testlet.java.text.DateFormatSymbols.Test: patterns (number 2)
FAIL: gnu.testlet.java.text.SimpleDateFormat.Test: equals() (number 1)
FAIL: gnu.testlet.java.text.SimpleDateFormat.Test: parse() strict (number
1)

Other date-related tests are working, apparently.

> I tracked down my particular failure to the use of localtime in
> GregorianCalendar.computeFields.  What timezone are you in?  The
> failure is timezone dependent.

I'm in PDT.

Jeff



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