JDK-6331401 : (tz) regression test java/util/TimeZone/SolarisTZVM.sh failed in 1.4.2_11 in Solaris 10 on Sun amd64
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.4.2_11
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.3
  • CPU: x86
  • Submitted: 2005-09-30
  • Updated: 2010-04-02
  • Resolved: 2005-10-01
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.2_11Resolved
Related Reports
Duplicate :  
Relates :  
Description
Bundles / binaries tested:
/java/re/j2sdk/1.4.2_11/promoted/fcs/b00/bundles

The 1.4.2 libjvm.so and libjvm_g.so
/net/mickey1.east/space/vms/mantis/solamd64

Platforms:
    Solaris 10 on Sun amd x64, ja_JP 

Regression test failed: java/util/TimeZone/SolarisTZVM.sh

----------System.out:(11/237)----------
XST4:15XDT3:30,0/0:00,0/1:00
user.language=en
user.country=<unset>
user.timezone=GMT-04:15
Locale.getDefault()=en
GMT-04:15 ok
XST4:15XDT3:30,0/0:00,366/0:00
user.language=en
user.country=<unset>
user.timezone=GMT
Locale.getDefault()=en
----------System.err:(2/244)----------
Exception in thread "main" java.lang.RuntimeException: Fail: Expected offset -255, got 0: GMT -> sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]
	at CheckVMZone.main(CheckVMZone.java:54)
result: Failed. Execution failed: exit code 1

=================================================
Comments from Naoto:

This looks like a test case error, as the fix to the bug 4873106 (Regression test java/util/TimeZone/SolarisTZVM.sh is failing on Solsparc 10) seems not applied to the test case.