Re: RFR: 8352895: UserCookie.java runs wrong test class

2025-04-07 Thread Jaikiran Pai
On Mon, 7 Apr 2025 07:00:14 GMT, Jaikiran Pai 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 fa

Re: RFR: 8352895: UserCookie.java runs wrong test class

2025-04-07 Thread Daniel Fuchs
On Mon, 7 Apr 2025 07:00:14 GMT, Jaikiran Pai 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 fa

RFR: 8352895: UserCookie.java runs wrong test class

2025-04-07 Thread Jaikiran Pai
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 deci