RFR: 7903373: Add ability to customize test execution using main wrapper plugin [v13]

Jonathan Gibbons jjg at openjdk.org
Wed Feb 15 00:11:14 UTC 2023


On Wed, 15 Feb 2023 00:01:39 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> The fix adds support of a plugin that customizes test execution.
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated plugin to implement standard ThreadFactory.

src/share/classes/com/sun/javatest/regtest/tool/i18n.properties line 176:

> 174: help.main.ttf.arg=<classname>
> 175: help.main.ttf.desc=Specifies the class to create thread factory for test execution. \
> 176:     The class should implement a j.u.c.TestFactory interface.

change "a" to "the" and spell out `j.u.c` in full

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

PR: https://git.openjdk.org/jtreg/pull/136


More information about the jtreg-dev mailing list