On Fri, 30 Sep 2022 04:54:27 GMT, Yoshiki Sato <ysato...@openjdk.org> wrote:
>> test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt line 170: >> >>> 168: Europe/Vilnius EET EEST >>> 169: Europe/Warsaw CET CEST >>> 170: Europe/Zaporozhye EET EEST >> >> Do we need to remove those newly linked zone ids from testing? > > This file is not maintained by hand but generated from > java/util/TimeZone/TimeZoneData/tools/share/Makefile. > These two Ukraine zones are integrated to Europe/Kyiv and removed from > tzdata/europe, so the entries disappeared in this file. OK. It's a bit odd that the links are removed for the test because they still exist as zone ids, and should have the same name as `Europe/Kyiv`. ------------- PR: https://git.openjdk.org/jdk/pull/10460