RFR: 8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties

Rahul Prabhu duke at openjdk.org
Wed Aug 31 23:33:58 UTC 2022


Rewrote javatest.maxOutputSize as maxOutputSize in the TEST.properties file in test/jdk/jdk/lambda to match the same declarations in other TEST.properties files. The jtreg specification with the correct syntax for maxOutputSize is at https://openjdk.org/jtreg/tag-spec.html.

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

Commit messages:
 - changed lambda TEST.properties: javatest.maxOutputSize is now maxOutputSize

Changes: https://git.openjdk.org/jdk/pull/10071/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10071&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8230374
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10071.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10071/head:pull/10071

PR: https://git.openjdk.org/jdk/pull/10071


More information about the core-libs-dev mailing list