JDK-8145351 : test/java/text/Format/DateFormat/Bug8141243.java fails in jake b96
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 9-repo-jigsaw
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-12-14
  • Updated: 2016-10-21
  • Resolved: 2016-01-07
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 9
9-repo-jigsawFixed
Related Reports
Duplicate :  
Relates :  
Description
This test has been failing in jigsaw/jake since it was sync'ed up to JDK 9+96

The output of the test is:

Got unexpected results:
    parse exception: java.text.ParseException: Unparseable date: "UTC", locale: nn
    parse exception: java.text.ParseException: Unparseable date: "UTC", locale: ar_JO
    parse exception: java.text.ParseException: Unparseable date: "UTC", locale: bg
    parse exception: java.text.ParseException: Unparseable date: "UTC", locale: kea
    parse exception: java.text.ParseException: Unparseable date: "UTC", locale: zu
    parse exception: java.text.ParseException: Unparseable date: "UTC", locale: ky_KG_#Cyrl
    parse exception: java.text.ParseException: Unparseable date: "UTC", locale: am_ET
:
java.lang.RuntimeException: Test failed.
at Bug8141243.main(Bug8141243.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-internal/Thread.java:747 
Comments
http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/b919af0989ee
07-01-2016

The fix can be confirmed with test/java/text/Format/DateFormat/Bug8141243.java.
04-01-2016

The irregular look-up path for TimeZoneNames is still required and should be restored.
04-01-2016

I should have checked before I filed. I added Bug8141243.java in ProblemList.jake.txt using 8145351. For that reason, I'll close JDK-8145321 as a dup instead of updating the problem list. Hope you don't mind.
14-12-2015

I assume this is a dup of JDK-8145321.
14-12-2015