RFR: 8247690: RunTest does not support running of JTREG manual tests [v3]

Erik Joelsson erikj at openjdk.org
Wed Nov 19 19:14:05 UTC 2025


On Wed, 19 Nov 2025 15:24:30 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:

>> This PR adds a make keyword, MANUAL, to run manual tests with the make command e.g.:
>> 
>> 
>> make test JTREG=MANUAL=true TEST=... 
>> 
>> 
>> I've gotten into the habit of running tests with make and although this doesn't come up often, I have wanted the functionality for a while.
>
> Matthew Donovan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   reverted to original change and updated testing.{md,html}

doc/testing.md line 518:

> 516: #### MANUAL
> 517: 
> 518: Set to `true` to execute manual tests.

I believe this will execute _only_ manual tests.

> -m | -manual    Only tests with /manual will be run

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28381#discussion_r2543241580


More information about the build-dev mailing list