JDK-8145321 : java/text/Format/DateFormat/Bug8141243.java failing in jake
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 9-repo-jigsaw
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-12-14
  • Updated: 2016-01-06
  • Resolved: 2015-12-14
Related Reports
Duplicate :  
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