RFR: 7903872: Option testThreadFactoryPath support relativepath [v2]
SendaoYan
syan at openjdk.org
Mon Oct 21 16:38:38 UTC 2024
On Mon, 21 Oct 2024 14:40:27 GMT, Christian Stein <cstein at openjdk.org> wrote:
> Please also extend the existing test in https://github.com/openjdk/jtreg/tree/master/test/testThreadFactory to use both kinds of paths: one absolute path and one relative path.
TestThreadFactoryRelativePath has been added for test the relative path. The test has been verified locally.
bash build/make.sh $(pwd)/build/test/TestThreadFactoryRelativePath.ok $(pwd)/build/test/TestThreadFactoryAbsolutePath.ok
find build/test/ -name "*.ok" | xargs cat
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/233#issuecomment-2427173063
More information about the jtreg-dev
mailing list