On Wed, 19 Nov 2025 12:58:30 GMT, Matthew Donovan <[email protected]> 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
