On Wed, 19 Nov 2025 12:58:30 GMT, Matthew Donovan <[email protected]> wrote:
> However, I can see an argument for having the flag. When specifying a test > directory (instead of a specific test) the flag will only run the automatic > or manual tests. That can be useful if you have to do manual test > verification. Do you mean run all the manual tests for the specific directory. Maybe pass parameter `JTREG="OPTIONS=-m"` can make this thing work, such as run all the manual tests in test/jdk directory. make test TEST=test/jdk/ JTREG="OPTIONS=-m" ------------- PR Comment: https://git.openjdk.org/jdk/pull/28381#issuecomment-3552653997
