[jdk25u-dev] Integrated: 8373716: Refactor further java/util tests from TestNG to JUnit
Roland Mesde
duke at openjdk.org
Mon Feb 23 18:05:09 UTC 2026
On Fri, 20 Feb 2026 18:58:15 GMT, Roland Mesde <duke at openjdk.org> wrote:
> Backporting JDK-8373716: Refactor further java/util tests from TestNG to JUnit.
>
> This PR converts 14 java/util test files from TestNG to JUnit across Calendar, TimeZone, Properties, and ResourceBundle packages.
>
> For parity with Oracle JDK.
>
> Ran related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:
>
> make test TEST=test/jdk/java/util/Calendar
> make test TEST=test/jdk/java/util/Properties
> make test TEST=test/jdk/java/util/ResourceBundle/modules
> make test TEST=test/jdk/java/util/TimeZone
>
> Results attached:
>
> [windows-x64-specific-test.log](https://github.com/user-attachments/files/25453190/windows-x64-specific-test.log)
> [windows-x64-specific-2-test.log](https://github.com/user-attachments/files/25453191/windows-x64-specific-2-test.log)
> [windows-x64-specific-3-test.log](https://github.com/user-attachments/files/25453192/windows-x64-specific-3-test.log)
> [windows-x64-specific-4-test.log](https://github.com/user-attachments/files/25453193/windows-x64-specific-4-test.log)
> [macos-aarch64-specific-test.log](https://github.com/user-attachments/files/25453194/macos-aarch64-specific-test.log)
> [macos-aarch64-specific-2-test.log](https://github.com/user-attachments/files/25453195/macos-aarch64-specific-2-test.log)
> [macos-aarch64-specific-3-test.log](https://github.com/user-attachments/files/25453196/macos-aarch64-specific-3-test.log)
> [macos-aarch64-specific-4-test.log](https://github.com/user-attachments/files/25453197/macos-aarch64-specific-4-test.log)
> [linux-x64-specific-test.log](https://github.com/user-attachments/files/25453200/linux-x64-specific-test.log)
> [linux-x64-specific-2-test.log](https://github.com/user-attachments/files/25453201/linux-x64-specific-2-test.log)
> [linux-x64-specific-3-test.log](https://github.com/user-attachments/files/25453202/linux-x64-specific-3-test.log)
> [linux-x64-specific-4-test.log](https://github.com/user-attachments/files/25453203/linux-x64-specific-4-test.log)
> [linux-aarch64-specific-test.log](https://github.com/user-attachments/files/25453204/linux-aarch64-specific-test.log)
> [linux-aarch64-specific-2-test.log](https://github.com/user-attachments/files/25453205/linux-aarch64-specific-2-test.log)
> [linux-aarch64-specific-3-test.log](https://github.com/user-attachments/files/25453206/linux-aarch64-specific-3-test.log)
> [linux-aarch64-specific-4-test.log](https://github.com/user-attachments/files/25453207/linux-aarch64-specific-4-test.log)
This pull request has now been integrated.
Changeset: a3d7cbc3
Author: Roland Mesde <mesde at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk25u-dev/commit/a3d7cbc3c7148db82745cc7d45a2edccd563daf5
Stats: 185 lines in 14 files changed: 44 ins; 23 del; 118 mod
8373716: Refactor further java/util tests from TestNG to JUnit
Backport-of: 4e05748f0899cabb235c71ecdf4256d4ad137a0d
-------------
PR: https://git.openjdk.org/jdk25u-dev/pull/300
More information about the jdk-updates-dev
mailing list