JDK-4383479 : java/util/Calendar/CalendarRegression.java fails in ar locale
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2000-10-27
  • Updated: 2001-02-12
  • Resolved: 2001-01-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 betaFixed
Related Reports
Relates :  
Relates :  
Description
During Regression testing with jdk1.4 beta b36 on Win98SE in ar_enabled locale, Uncaught exception was thrown in test method Test4173516

Below is the test report:

----------System.out:(12/368)----------
CalendarRegression {
  Test4145158 Passed
  Test4086724 Passed
  Test4096231 Passed
  Test4136399 Passed
  Test4145983 Passed
  Test4167060 Passed
  Test4106136 Passed
  Test4100311 Passed
  Test4173516 {
    Field 3 (WEEK_OF_YEAR) FAIL, expected 1999/12/22 23:59:59.999, got 1998/6/10 23:59:59.999
    Uncaught exception thrown in test method Test4173516
----------System.err:(15/757)----------
java.lang.RuntimeException: Uncaught exception thrown in test method Test4173516

        at IntlTest.err(IntlTest.java:160)
        at IntlTest.errln(IntlTest.java:165)
        at IntlTest.run(IntlTest.java:113)
        at CalendarRegression.main(CalendarRegression.java:16)
        at java.lang.reflect.Method.invoke(Native Method)
        at javasoft.sqe.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(../../../src/share/classes/java/lang/Thread.java:488)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Uncaught exception thrown in test method Test4173516

JavaTest Message: shutting down test

STATUS:Failed.                                                                                                          
result: Failed. Execution failed


test result: Failed. Execution failed



It passed on Win98SE in ja_locale.


keiko.nakayama@Eng 2000-10-26
---------------------
It passed with jdk1.4 beta b51 on Win98 SE in ar enabled locale.


keiko.nakayama@Eng 2001-02-12

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta VERIFIED IN: merlin-beta
14-06-2004

EVALUATION In ar locale, a week starts from Saturday. There seems to be a bug for handling week numbers in that case. This problem exists in 1.2.2. It is not a Merlin regression bug. masayoshi.okutsu@Eng 2000-11-01 Modified test program to use en_US locale. Since this is NOT a regression bug, I filed a new bug for the real problem. yuka.kamiya@japan 2001-01-29
01-11-2000