-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b17
-
generic
-
generic
The MessageFormat additional sub format pattern tests have the possibility of being ran under locales where the factory instances (even with different styles) are not distinct. For example, a compact LONG and SHORT instance can be equal for a given locale.
However, the test data is provided under the assumption that they are. To guarantee distinctness, run under the en_US locale
However, the test data is provided under the assumption that they are. To guarantee distinctness, run under the en_US locale
- relates to
-
JDK-8329354 java/text/Format/MessageFormat/CompactSubFormats.java fails
- Resolved
-
JDK-8318761 MessageFormat pattern support for CompactNumberFormat, ListFormat, and DateTimeFormatter
- Resolved