JDK-7096387 : api/java_util/TimeZone/index.html JCK test fails after updating of timezone data
  • Type: Bug
  • Component: tools
  • Sub-Component: updaters
  • Affected Version: tz1.3.42
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-29
  • Updated: 2014-07-03
  • Resolved: 2011-10-06
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
tz1.3.42 b02Fixed
Related Reports
Relates :  
Description
api/java_util/TimeZone/index.html#static test fails with message:
TimeZone2013: Passed. OK
TimeZone2014: Failed. TimeZone.getAvailableIDs(rawOffset) returns wrong result it doesn't contains ID : MITwhich is an available ID for the offset rawOffset = -39600000
TimeZone0003: Passed. OK
TimeZone2015: Passed. OK
TimeZone0004: Passed. OK
TimeZone0005: Passed. OK
TimeZone0006: Passed. OK
TimeZone2017: Passed. OK
TimeZone2018: Passed. OK
TimeZone2019: Passed. OK
============ TimeZone2015 ============
STATUS:Failed.test cases: 10; passed: 9; failed: 1; first test case failure: TimeZone2014

Also test fails on Solaris sparc.

Comments
EVALUATION After fixing javazic Mappings.java for 7091315, make/tools/javazic/javazic.jar needed to be updated with the fix. make/Makefile should be changed to create javazic.jar from the source files?
03-10-2011