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

SendaoYan syan at openjdk.org
Wed Nov 19 05:55:17 UTC 2025


On Tue, 18 Nov 2025 20:29:50 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.

I think it's no need to distinguish manual tests and automatic tests. Just remove '-automatic' will make the original make command can run all the jtreg tests except the test has mark as '@ignore'

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

PR Review: https://git.openjdk.org/jdk/pull/28381#pullrequestreview-3480926642


More information about the build-dev mailing list