Re: RFR: 8331063: Some HttpClient tests don't report leaks

2024-04-26 Thread Michael McMahon
On Wed, 24 Apr 2024 16:21:39 GMT, Daniel Jeliński wrote: > This patch fixes leak reporting in `ForbiddenHeadTest.java` and > `ProxySelectorTest.java`. > > The tests were checking for leaks, but the detected problems were not > reported to the test harness. Additionally, `ForbiddenHeadTest.java

Re: RFR: 8331063: Some HttpClient tests don't report leaks

2024-04-24 Thread Vyom Tewari
On Wed, 24 Apr 2024 16:21:39 GMT, Daniel Jeliński wrote: > This patch fixes leak reporting in `ForbiddenHeadTest.java` and > `ProxySelectorTest.java`. > > The tests were checking for leaks, but the detected problems were not > reported to the test harness. Additionally, `ForbiddenHeadTest.java

Re: RFR: 8331063: Some HttpClient tests don't report leaks

2024-04-24 Thread Daniel Fuchs
On Wed, 24 Apr 2024 16:21:39 GMT, Daniel Jeliński wrote: > This patch fixes leak reporting in `ForbiddenHeadTest.java` and > `ProxySelectorTest.java`. > > The tests were checking for leaks, but the detected problems were not > reported to the test harness. Additionally, `ForbiddenHeadTest.java