RFR: 7903741: some test properties are not documented

Jonathan Gibbons jjg at openjdk.org
Thu Jun 6 21:42:42 UTC 2024


On Thu, 6 Jun 2024 21:35:06 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a simple doc and test update for tag-spec.html, after it was recently noted that `test.module.path` was available but not documented.
> 
> The new test verifies 1:1 correspondence between names that are available, as env vars or system properties, and those that are documented.

src/share/classes/com/sun/javatest/regtest/exec/RegressionScript.java line 1153:

> 1151:         p.put("test.class.path", toString(locations.absTestClsPath()));
> 1152:         if (getExecMode() == ExecMode.AGENTVM) {
> 1153:             // The following will be added to java.class.path on the test VM

this was just a latent typo

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

PR Review Comment: https://git.openjdk.org/jtreg/pull/203#discussion_r1630289731


More information about the jtreg-dev mailing list