Blame SOURCES/jdk8293834-kyiv_cldr_update.patch

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