On Thu, 20 Nov 2025 10:34:46 GMT, serhiysachkov <[email protected]> wrote:

> Add diagnostic output IPSupport.printPlatformSupport(System.out) to tests in 
> java/nio/channels directory -- part I

Hello Serhiy, my opinion is that we shouldn't be adding this change to every 
single test file.
When a test is run, typically in CI or locally, it runs as part of several 
other tests on a specific host. The `IPSupport.printPlatformSupport(...)` 
prints host specific details and not test specific details, so calling this in 
every single test would generate redundant output and would require update and 
future additions to every single test within the networking area. 

If this information isn't already captured in the jtreg failure handlers of the 
JDK, then I think we should enhance those failure handlers so that this same 
information gets collected just once when there is a test failure or a timeout. 
That I think should avoid all these test updates.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/28420#issuecomment-3557626595

Reply via email to