JDK-6856174 : Test closed/java/util/TimeZone/Bug4472183.java does not work on Linux, TimeZone.getDefault fails
  • Type: Bug
  • Component: core-libs
  • Affected Version: 6u51,6u60,7,7u21
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: x86
  • Submitted: 2009-06-30
  • Updated: 2024-03-08
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
tbdUnresolved
Related Reports
Relates :  
Description
The test fails:
closed/java/util/TimeZone/Bug4472183.java

The failure is caused by unpropriate behaviour of TimeZone.getDefault on some Linux. (CR 6456628)
See workarounds from this CR description to fix the test.