RFR: 8319574: Exec/process tests should be marked as flagless

Brian Burkhalter bpb at openjdk.org
Wed Nov 8 21:33:55 UTC 2023


On Wed, 8 Nov 2023 21:04:49 GMT, Roger Riggs <rriggs at 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

Looks reasonable.

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

Marked as reviewed by bpb (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16572#pullrequestreview-1721311131


More information about the core-libs-dev mailing list