RFR: 7903931: Add "jtreg.ttf" property to filter tests based on test thread factory value
Christian Stein
cstein at openjdk.org
Tue Jan 28 16:18:02 UTC 2025
On Tue, 14 Jan 2025 04:06:37 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
We have a winner! `test.thread.factory`
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/242#issuecomment-2619453545
More information about the jtreg-dev
mailing list