Blame SOURCES/jdk8293834-kyiv_cldr_update.patch

75a6b7
commit 58ba3b61d276423cef1e1f52bd73c9706cc073fc
75a6b7
Author: Andrew Hughes <gnu.andrew@redhat.com>
75a6b7
Date:   Sat Oct 15 05:37:36 2022 +0100
75a6b7
75a6b7
    Backport e10231248fc100f9dfa08468ac897f60b843857f
75a6b7
75a6b7
diff --git a/src/jdk.localedata/share/classes/sun/util/cldr/resources/common/bcp47/timezone.xml b/src/jdk.localedata/share/classes/sun/util/cldr/resources/common/bcp47/timezone.xml
75a6b7
index 35f8fc86efa..a9b635b4fa4 100644
75a6b7
--- a/src/jdk.localedata/share/classes/sun/util/cldr/resources/common/bcp47/timezone.xml
75a6b7
+++ b/src/jdk.localedata/share/classes/sun/util/cldr/resources/common/bcp47/timezone.xml
75a6b7
@@ -392,7 +392,7 @@ For terms of use, see http://www.unicode.org/copyright.html
75a6b7
             <type name="tvfun" description="Funafuti, Tuvalu" alias="Pacific/Funafuti"/>
75a6b7
             <type name="twtpe" description="Taipei, Taiwan" alias="Asia/Taipei ROC"/>
75a6b7
             <type name="tzdar" description="Dar es Salaam, Tanzania" alias="Africa/Dar_es_Salaam"/>
75a6b7
-            <type name="uaiev" description="Kiev, Ukraine" alias="Europe/Kiev"/>
75a6b7
+            <type name="uaiev" description="Kyiv, Ukraine" alias="Europe/Kiev Europe/Kyiv"/>
75a6b7
             <type name="uaozh" description="Zaporizhia (Zaporozhye), Ukraine" alias="Europe/Zaporozhye"/>
75a6b7
             <type name="uasip" description="Simferopol, Ukraine" alias="Europe/Simferopol"/>
75a6b7
             <type name="uauzh" description="Uzhhorod (Uzhgorod), Ukraine" alias="Europe/Uzhgorod"/>
75a6b7
diff --git a/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java b/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java
75a6b7
index c2b5672646c..53903d19d3d 100644
75a6b7
--- a/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java
75a6b7
+++ b/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java
75a6b7
@@ -23,7 +23,7 @@
75a6b7
 
75a6b7
  /*
75a6b7
  * @test
75a6b7
- * @bug 8181157 8202537 8234347 8236548
75a6b7
+ * @bug 8181157 8202537 8234347 8236548 8293834
75a6b7
  * @modules jdk.localedata
75a6b7
  * @summary Checks CLDR time zone names are generated correctly at runtime
75a6b7
  * @run testng/othervm -Djava.locale.providers=CLDR TimeZoneNamesTest
75a6b7
@@ -102,6 +102,24 @@ public class TimeZoneNamesTest {
75a6b7
                                                     "UTC+04:00",
75a6b7
                                                     "heure : Astrakhan",
75a6b7
                                                     "UTC+04:00"},
75a6b7
+            {"Europe/Kyiv",             Locale.US, "Eastern European Standard Time",
75a6b7
+                                                    "GMT+02:00",
75a6b7
+                                                    "Eastern European Summer Time",
75a6b7
+                                                    "GMT+03:00",
75a6b7
+                                                    "Eastern European Time",
75a6b7
+                                                    "GMT+02:00"},
75a6b7
+            {"Europe/Kyiv",             Locale.FRANCE, "heure normale d\u2019Europe de l\u2019Est",
75a6b7
+                                                    "UTC+02:00",
75a6b7
+                                                    "heure d\u2019\u00e9t\u00e9 d\u2019Europe de l\u2019Est",
75a6b7
+                                                    "UTC+03:00",
75a6b7
+                                                    "heure d\u2019Europe de l\u2019Est",
75a6b7
+                                                    "UTC+02:00"},
75a6b7
+            {"Europe/Kyiv",             Locale.GERMANY, "Osteurop\u00e4ische Normalzeit",
75a6b7
+                                                    "OEZ",
75a6b7
+                                                    "Osteurop\u00e4ische Sommerzeit",
75a6b7
+                                                    "OESZ",
75a6b7
+                                                    "Osteurop\u00e4ische Zeit",
75a6b7
+                                                    "OEZ"},
75a6b7
             {"Europe/Saratov",          Locale.US, "Saratov Standard Time",
75a6b7
                                                     "GMT+04:00",
75a6b7
                                                     "Saratov Daylight Time",