RFR: 8328242: Add a log area to the PassFailJFrame [v2]

lawrence.andrews duke at openjdk.org
Fri Mar 15 15:50:48 UTC 2024


On Fri, 15 Mar 2024 15:42:42 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> 'Clear log' button calling logClear().
>
> @lawrence-andrew I can't see much value…
> 
> Capturing logs by a screenshot is not something that you should ever do — copy the messages and paste them as text into a bug report.
> 
> However, you've raised a good point: the log messages could / should be copied to System.out too.
> 
> If a test fails, the logs will already be available in the test log, and the tester will not need to copy the log to preserve the messages for submitting the bug. The .jtr file from jtreg will contain all the information.
> 
> When submitting a bug, you would filter the log and paste the relevant pieces into the bug report.

My original intention was to filter the log and paste the relevant pieces into the bug report. But I used screen shot as an example. Thanks

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18319#discussion_r1526486701


More information about the client-libs-dev mailing list