Hi all, Please review the trivial test bug fix for: https://bugs.openjdk.java.net/browse/JDK-8147912 Bug Description: Since the test case "parseWithZoneWithoutOffset" is using hard code as input data it will fail on some non-English locales (de_DE locale). Webrev: http://cr.openjdk.java.net/~rpatil/8147912/webrev.00 Fix: Even though hardcoded data is not preferred in compatibility test cases, this case was exception. English is provided as the default locale data for DateTimeFormatter in this testcase. Regards, Ramanand.
- <i18n dev>RFR: JDK-8144988: Unexpected timezone r... Ramanand Patil
- Re: <i18n dev>RFR: JDK-8144988: Unexpected t... Naoto Sato
- Re: <i18n dev>RFR: JDK-8144988: Unexpected t... Masayoshi Okutsu
- RE: <i18n dev>RFR: JDK-8144988: Unexpect... Ramanand Patil
- Re: <i18n dev>RFR: JDK-8144988: Unex... Masayoshi Okutsu
- <i18n dev>RFR: JDK-8147912: test "parse... Ramanand Patil
- RE: <i18n dev>RFR: JDK-8147912: test &qu... Ramanand Patil
- Re: <i18n dev>RFR: JDK-8147912: test... Masayoshi Okutsu
- RE: <i18n dev>RFR: JDK-8147912: ... Ramanand Patil
- Re: <i18n dev> RFR: JDK-8147912:... Stephen Colebourne
- Re: <i18n dev> RFR: JDK-814... Roger Riggs