JDK-4954304 : Regression java/util/Date/DateGregorianCalendarTest.java is failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2003-11-14
  • Updated: 2005-04-20
  • Resolved: 2003-11-15
Related Reports
Duplicate :  
Description
java/util/Date/DateGregorianCalendarTest.java is failing

Tested OS  :  Windows 2000 pro.
              Windows 2003 SE

JDK version : tiger b28 

 * I tried the test on Solaris 9 Sparc, it was PASSED.

Here is the log;
============================================================================
section:script_messages
----------messages:(1/95)----------
JDK under test: java full version "1.5.0-beta-b28" (Y:/jdk1.5.0/latest/binaries/windows-i586)

#section:build
----------messages:(3/113)----------
command: build DateGregorianCalendarTest 
reason: Named class compiled on demand
elapsed time (seconds): 0.03
result: Passed. No need to compile: DateGregorianCalendarTest.java

#section:main
----------messages:(3/181)----------
command: main  -serverDateGregorianCalendarTest
reason: User specified action: run main/othervm/timeout=630000 -server DateGregorianCalendarTest 
elapsed time (seconds): 135.085
----------System.out:(12/417)----------
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d916645, pid=2700, tid=1584
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0-beta-b28 mixed mode)
# Problematic frame:
# V  [jvm.dll+0x1d6645]
#
# An error report file with more information is saved as hs_err_pid2700.log
[thread 2300 also had an error]
# [ timer expired, abort... ]
----------System.err:(0/0)----------
result: Failed. Unexpected exit from test [exit code: -1]


test result: Failed. Unexpected exit from test [exit code: -1]
============================================================================

I tried the test with b26 on Widows 2000 pro., it was PASSED.
The log is below :
============================================================================
#section:script_messages
----------messages:(1/96)----------
JDK under test: java full version "1.5.0-beta-b26" (J:jdk1.5.0/beta/b26/binaries/windows-i586)

#section:build
----------messages:(3/113)----------
command: build DateGregorianCalendarTest 
reason: Named class compiled on demand
elapsed time (seconds): 0.04
result: Passed. No need to compile: DateGregorianCalendarTest.java

#section:main
----------messages:(3/181)----------
command: main  -serverDateGregorianCalendarTest
reason: User specified action: run main/othervm/timeout=630000 -server DateGregorianCalendarTest 
elapsed time (seconds): 614.924
----------System.out:(3/100)----------
Part II (count=1615802): Passed
Part I (count=2124094): Passed
Part III (count=24830432): Passed
----------System.err:(1/16)----------
STATUS:Passed.
result: Passed. Execution successful
============================================================================










Comments
EVALUATION This is a duplicate of 4951940. ###@###.### 2003-11-15
15-11-2003