On Wed, 15 May 2024 09:39:16 GMT, serhiysachkov <d...@openjdk.org> wrote:
> Add specific regression tests for Calendar.roll() method to explicitly > various leap year test scenarios. This is inspired by the ambiguity which > occurred in leap year unaware test creation as in case with Calendar.add() in > swing component test case as detailed in > (https://bugs.openjdk.org/browse/JDK-8327088). This pull request has now been integrated. Changeset: d6b7f9b1 Author: Serhiy Sachkov <serhiy.sach...@oracle.com> Committer: Mahendra Chhipa <mchh...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d6b7f9b170b6ce4f7275cc7595b71b9a3e93c133 Stats: 190 lines in 1 file changed: 190 ins; 0 del; 0 mod 8331851: Add specific regression leap year tests for Calendar.roll() Reviewed-by: naoto ------------- PR: https://git.openjdk.org/jdk/pull/19247