RFR: 7903443: Propagate verbose flag to agents [v2]
Christian Stein
cstein at openjdk.org
Thu May 30 15:47:19 UTC 2024
On Wed, 29 May 2024 19:11:36 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Which tests are you hoping to run by having the IDE invoke the main program directly? And how about you hoping to invoke `jtreg` -- on the source directory or on the generated `.jar` files?
>>
>> If you are hoping to run JDK tests, I can believe that the IDE can make JUnit and TestNG available -- but what about asmtools -- which is also normally in `jars.properties`.
>
> Without addressing the need for `asmtools`, you're at risk for an NPE in `ActionRecorder.java:157`
And it is unrelated to this verbose flag issue anyway. ;-) So, I'll remove those changes from this PR.
-------------
PR Review Comment: https://git.openjdk.org/jtreg/pull/187#discussion_r1620988115
More information about the jtreg-dev
mailing list