Integrated: 7903931: Add "test.thread.factory" property to filter tests based on test thread factory value
Leonid Mesnik
lmesnik at openjdk.org
Tue Feb 4 08:00:32 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
This pull request has now been integrated.
Changeset: 919e0896
Author: Leonid Mesnik <lmesnik at openjdk.org>
Committer: Christian Stein <cstein at openjdk.org>
URL: https://git.openjdk.org/jtreg/commit/919e089674ada69bf0760383d7f2383cdc272d69
Stats: 8 lines in 2 files changed: 6 ins; 0 del; 2 mod
7903931: Add "test.thread.factory" property to filter tests based on test thread factory value
Reviewed-by: cstein, iris
-------------
PR: https://git.openjdk.org/jtreg/pull/242
More information about the jtreg-dev
mailing list