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

SendaoYan syan at openjdk.org
Wed Nov 19 14:19:31 UTC 2025


On Wed, 19 Nov 2025 13:44:08 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> > Seems that 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'
> 
> What makes you say this? We have tons of tests with the `/manual` option specified. Those are currently filtered out when running tests through the makefiles. Removing `-automatic` will make those suddenly run everywhere. The original patch made sense, this does not.

I think you are right, we are relay on the default '-automatic' option to exclude the '/manual' tests, especial the CI? It's not a good idea to change the long history habit

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

PR Comment: https://git.openjdk.org/jdk/pull/28381#issuecomment-3552949541


More information about the build-dev mailing list