[jdk25u-dev] RFR: 8373716: Refactor further java/util tests from TestNG to JUnit

Roland Mesde duke at openjdk.org
Fri Feb 20 19:34:46 UTC 2026


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

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

Commit messages:
 - Backport 4e05748f0899cabb235c71ecdf4256d4ad137a0d

Changes: https://git.openjdk.org/jdk25u-dev/pull/300/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk25u-dev&pr=300&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8373716
  Stats: 185 lines in 14 files changed: 44 ins; 23 del; 118 mod
  Patch: https://git.openjdk.org/jdk25u-dev/pull/300.diff
  Fetch: git fetch https://git.openjdk.org/jdk25u-dev.git pull/300/head:pull/300

PR: https://git.openjdk.org/jdk25u-dev/pull/300


More information about the jdk-updates-dev mailing list