RFR: 7903931: Add "test.thread.factory" property to filter tests based on test thread factory value [v3]

Iris Clark iris at openjdk.org
Fri Jan 31 04:29:06 UTC 2025


On Tue, 28 Jan 2025 17:47:33 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> jtreg support test thread factory parameter that allows to execute tests by running main in virtual thread.
>> 
>> Currently, all incompatible tests are problemlisted. However after security manager removal the number of such tests is small.
>> 
>> So is it makes sense to add "jtreg.ttf" property to filter tests based on test thread factory value to allow filter out incompatible tests.
>> 
>> The only jtreg knows if -testThreadFactory is set so it should set corresponding property
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
> 
>   test.thread.factory is not a property for tag spec

Marked as reviewed by iris (Reviewer).

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

PR Review: https://git.openjdk.org/jtreg/pull/242#pullrequestreview-2585639147


More information about the jtreg-dev mailing list