On Wed, 31 May 2023 00:27:16 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> The nsk/jdb tests are not passing the test args on to the debuggee. I found a 
> way to pass all of them (see the CR for details), but Windows had trouble 
> with the parsing. It turns out the only args that the debuggee really cares 
> about are -verbose and -waittime, so I settled on just passing these two, and 
> Windows is happy.
> 
> Note only a handful of tests run with -verbose as the default. However, with 
> this change at least now if you add -verbose when debugging an issue, you 
> will see verbose log output from the debuggee. Previously you would not.

Thanks for the reviews Serguei and Leonid!

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

PR Comment: https://git.openjdk.org/jdk/pull/14236#issuecomment-1572270309

Reply via email to