<i18n dev> RFR: 8297804: (tz) Update Timezone Data to 2022g [v2]

Andrew John Hughes andrew at openjdk.org
Tue Dec 6 01:53:07 UTC 2022


On Mon, 5 Dec 2022 20:37:31 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Have you run tests under `sun.util.calendar`? Tests like `TestZoneInfo310.java` sometimes fail with tzdata updates.

Yes

~~~
Passed: sun/util/calendar/zi/Beyond2037.java
Passed: sun/util/calendar/zi/TestZoneInfo310.java
Passed: sun/util/calendar/Bug6653944.java
Passed: sun/util/calendar/Bug8176160.java
Passed: sun/util/calendar/CalendarSystemDeadLockTest.java
~~~

`sun/util` and `java/util` are also in `jdk_util_other` which is covered by `tier1_part2` in the PR checks: https://github.com/gnu-andrew/jdk/actions/runs/3621042294/jobs/6104922328#step:9:5925

Only `java.time` and `sun.text` are not covered by the PR (`tier2_part2`)

-------------

PR: https://git.openjdk.org/jdk/pull/11438


More information about the i18n-dev mailing list