RFR: 8319574: Exec/process tests should be marked as flagless
Roger Riggs
rriggs at openjdk.org
Wed Nov 8 21:11:10 UTC 2023
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
-------------
Commit messages:
- 8319574: Exec/process tests should be marked as flagless
Changes: https://git.openjdk.org/jdk/pull/16572/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16572&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8319574
Stats: 22 lines in 14 files changed: 13 ins; 0 del; 9 mod
Patch: https://git.openjdk.org/jdk/pull/16572.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16572/head:pull/16572
PR: https://git.openjdk.org/jdk/pull/16572
More information about the core-libs-dev
mailing list