Re: RFR: JDK-8329118: Run MessageFormat additional subformat pattern tests under en_US locale [v2]

2024-03-26 Thread Naoto Sato
On Tue, 26 Mar 2024 22:23:45 GMT, Justin Lu wrote: >> test/jdk/java/text/Format/MessageFormat/CompactSubFormats.java line 29: >> >>> 27: * @summary Test MessageFormatPattern ability to recognize and produce >>> 28: * appropriate FormatType and FormatStyle for >>> CompactNumberFormat.

Re: RFR: JDK-8329118: Run MessageFormat additional subformat pattern tests under en_US locale [v2]

2024-03-26 Thread Justin Lu
> Please review this PR which updates two MessageFormat sub format related > tests to be guaranteed to run under the `en_US` locale. > > There exists locale that do not provide distinct instances for separate > styles. For example, the `en_IN` locale provides the same LONG and SHORT > compact n

Re: RFR: JDK-8329118: Run MessageFormat additional subformat pattern tests under en_US locale [v2]

2024-03-26 Thread Justin Lu
On Tue, 26 Mar 2024 21:56:48 GMT, Naoto Sato wrote: >> Justin Lu has updated the pull request incrementally with one additional >> commit since the last revision: >> >> implement suggestions > > test/jdk/java/text/Format/MessageFormat/CompactSubFormats.java line 29: > >> 27: * @summary Test