RFR: 7903931: Add "jtreg.ttf" property to filter tests based on test thread factory value
Leonid Mesnik
lmesnik 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
I'm fine with using test namespace.
Might be
- test.thread.factory
then?
It is the name of property used by test to check thread factory inside of test.
Leonid
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/242#issuecomment-2619446651
More information about the jtreg-dev
mailing list