-
Bug
-
Resolution: Fixed
-
P3
-
9, 9-repo-jigsaw
-
b99
-
generic
-
generic
sun/text/resources/LocaleDataTest.java fails in jake after restoring CLDRLocaleProviderAdapter.getCandidateLocales(). The following is one of failed test items.
Mismatch in FormatData/en_GB/DatePatterns/0:
file = "EEEE, MMMM d, y"
jvm = "EEEE, d MMMM y"
However, FormatData_en_001 contains the following.
{ "DatePatterns",
new String[] {
"EEEE, d MMMM y",
"d MMMM y",
"d MMM y",
"dd/MM/y",
}
},
The jvm output looks correct. LocaleData.cldr needs review.
Mismatch in FormatData/en_GB/DatePatterns/0:
file = "EEEE, MMMM d, y"
jvm = "EEEE, d MMMM y"
However, FormatData_en_001 contains the following.
{ "DatePatterns",
new String[] {
"EEEE, d MMMM y",
"d MMMM y",
"d MMM y",
"dd/MM/y",
}
},
The jvm output looks correct. LocaleData.cldr needs review.