On Thu, 19 Feb 2026 20:18:17 GMT, Justin Lu <[email protected]> wrote:
> This PR migrates the java/util/jar tests to use _JUnit_. > > https://github.com/openjdk/jdk/commit/afe0aeee746bccbbe4bc6c9a8cd2302228ecc2f6 > includes changes for _testNG_ based tests. > https://github.com/openjdk/jdk/commit/c5a7f75840f96fa77ec3ed7faa713990adb84de6 > includes changes for `main` based tests. > > Before: Framework-based tests: 125 = 125 TestNG + 0 JUnit. > After: Framework-based tests: 174 = 0 TestNG + 174 JUnit This pull request has now been integrated. Changeset: 0baeccdd Author: Justin Lu <[email protected]> URL: https://git.openjdk.org/jdk/commit/0baeccddffb0a99ce82a1bffdf209c8d2dc05f1c Stats: 1298 lines in 34 files changed: 492 ins; 313 del; 493 mod 8378111: Migrate java/util/jar tests to JUnit Reviewed-by: lancea ------------- PR: https://git.openjdk.org/jdk/pull/29828
