RFR: 8376234: Migrate java/lang/constant tests away from TestNG
Alan Bateman
alanb at openjdk.org
Tue Feb 17 11:43:27 UTC 2026
On Fri, 23 Jan 2026 22:10:06 GMT, Chen Liang <liach at openjdk.org> wrote:
> Convert all TestNG tests in java/lang/constant to JUnit tests.
I skimmed through the changes (and replaced) files, all looks reasonable.
test/jdk/java/lang/constant/java.base/jdk/internal/constant/ConstantAccess.java line 25:
> 23: package jdk.internal.constant;
> 24:
> 25: // Exposes packaage-private methods for testing.
Typo in packaage-private
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29396#pullrequestreview-3813509073
PR Review Comment: https://git.openjdk.org/jdk/pull/29396#discussion_r2816598152
More information about the core-libs-dev
mailing list