RFR: 8233177: Remove testcase for JDK-8001470 as fix has been reverted
Prasanta Sadhukhan
psadhukhan at openjdk.org
Tue Feb 13 10:39:54 UTC 2024
On Tue, 13 Feb 2024 09:56:16 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> Can you spot a difference?
Yes, I can...The `&& `is modified by JDK-8001470 to `|| `[https://hg.openjdk.org/jdk9/jdk9/jdk/rev/ff8622450b29]
and it was reverted back and current code in repo uses &&..
and yes, the test fails all the time in windows & linux if PL is removed...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17528#issuecomment-1941131166
More information about the client-libs-dev
mailing list