JDK-8134520 : Bug8134250 test fails in en_IE locale
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-08-26
  • Updated: 2015-09-10
  • Resolved: 2015-08-26
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 b80Fixed
Related Reports
Relates :  
Description
java.lang.RuntimeException: FULL date format of Islamic Um-Alqura calendar in en_US is incorrect. Got: Tuesday 12 Safar 1400 AH, expected: Tuesday, Safar 12, 1400 AH
    at Bug8134250.main(Bug8134250.java:68)
    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:519)
    at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
    at java.lang.Thread.run(Thread.java:746)

JavaTest Message: Test threw exception: java.lang.RuntimeException: FULL date format of Islamic Um-Alqura calendar in en_US is incorrect. Got: Tuesday 12 Safar 1400 AH, expected: Tuesday, Safar 12, 1400 AH
JavaTest Message: shutting down test 
Comments
Original reporter of the issue confirmed that the fix worked.
31-08-2015

The reason of the failure is that the FULL date format for en_IE locale differs from the en_US one in CLDR. Specifying en_US explicitly will fix the issue.
26-08-2015