RFR: 8247690: RunTest does not support running of JTREG manual tests [v2]
Erik Joelsson
erikj at openjdk.org
Wed Nov 19 13:48:16 UTC 2025
On Wed, 19 Nov 2025 12:58:30 GMT, Matthew Donovan <mdonovan 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.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28381#issuecomment-3552787302
More information about the build-dev
mailing list