JDK-8190259 : test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-10-27
  • Updated: 2021-01-12
  • Resolved: 2017-11-09
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.
JDK 10 JDK 8 JDK 9 Other
10 b32Fixed 8u152Fixed 9.0.4Fixed openjdk7uFixed
Related Reports
Relates :  
Description
test tck.java.time.zone.TCKZoneRules is brokedn by tzdata rewrite of history in tzdata2017c version.

test tck.java.time.zone.TCKZoneRules.test_Apia_jumpForwardOverInternationalDateLine_P12_to_M12(): failure
java.lang.AssertionError: expected [1879-07-05T00:00] but found [1892-07-05T00:00]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:167)
	at tck.java.time.zone.TCKZoneRules.test_Apia_jumpForwardOverInternationalDateLine_P12_to_M12(TCKZoneRules.java:948)
Comments
JDK Updates approval request: JDK Changeset: http://hg.openjdk.java.net/jdk/jdk/rev/6b374b7fdc3d JDK Review Thread: http://mail.openjdk.java.net/pipermail/i18n-dev/2017-November/002383.html Changes apply cleanly to JDK Updates after path reshuffling(done manually).
09-11-2017