On Tue, 18 Nov 2025 20:29:50 GMT, Matthew Donovan <[email protected]> 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

Reply via email to