RFR: 7903872: Option testThreadFactoryPath support relativepath

Christian Stein cstein at openjdk.org
Mon Oct 21 10:40:07 UTC 2024


On Mon, 21 Oct 2024 09:48:08 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> Currently, the jtreg option `-testThreadFactoryPath` doesn't support relativepath.
> I think jtreg can support relativepath for option `-testThreadFactoryPath`, same like to `-jdk` or `-nativepath`.
> Change has been verified locally, risk is low.

Do you know why the `void setTestThreadFactoryPath(String testThreadFactoryPath)` doesn't get a similar split/parsing treatment as `setTimeoutHandlerPath(String timeoutHandlerPath)` ?

https://github.com/openjdk/jtreg/blob/cf42c7c3cae4b7ef52378a1b24f94dfecd16e112/src/share/classes/com/sun/javatest/regtest/config/RegressionParameters.java#L1243-L1251

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

PR Comment: https://git.openjdk.org/jtreg/pull/233#issuecomment-2426286082


More information about the jtreg-dev mailing list