On Mon, 7 Apr 2025 07:00:14 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this trivial test-only change which fixes the > test definition to run the correct test class? This addresses > https://bugs.openjdk.org/browse/JDK-8352895. > > The test code can be cleaned up a lot more. In fact, I have a local version > with additional clean ups. But I decided not to do those change now since I > don't have a Java 1.5.x version which verifies that the test changes will > still reproduce the original issue for which this test was introduced. > > The test passes with this proposed change. This pull request has now been integrated. Changeset: edaeb4b2 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/edaeb4b2da7c7a49ea3f3baebc7a072b56088e34 Stats: 5 lines in 1 file changed: 2 ins; 2 del; 1 mod 8352895: UserCookie.java runs wrong test class Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/24476