On Wed, 8 Nov 2023 21:04:49 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> Tests that directly use ProcessBuilder to spawn processes and do not pass the > standard test command line arguments should be marked as `vm.flagless` to > indicate to the testing infrastructure that they do not accept them and > should not be run with extra test command line options `test.vm.opts` and > `test.java.opts`. > > Add @requires vm.flagless to tests This pull request has now been integrated. Changeset: 68110b7a Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/68110b7a82ae82e2485aec23aba5406d2a5c0327 Stats: 22 lines in 14 files changed: 13 ins; 0 del; 9 mod 8319574: Exec/process tests should be marked as flagless Reviewed-by: bpb, naoto, jpai ------------- PR: https://git.openjdk.org/jdk/pull/16572