JDK-8057747 : Several test failing after update to tzdata2014g
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: emb-8u33,8u40,9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-09-07
  • Updated: 2015-06-04
  • Resolved: 2014-09-11
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 JDK 6 JDK 7 JDK 8 JDK 9
5.0u81Fixed 6u91Fixed 7u75Fixed 8u31Fixed 9 b31Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
The changes for JDK-8049343 were pushed to jdk9/dev today and now we have several tests failing.

Here is one example with jdk/test/sun/util/calendar/zi/TestZoneInfo310.java

java.lang.RuntimeException:   FAILED:  Africa/Casablanca
	at TestZoneInfo310.main(TestZoneInfo310.java:170)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:484)
	at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
	at java.lang.Thread.run(Thread.java:745)
Comments
There is already a TestZoneInfo310 failure logged: JDK-8051641
08-09-2014