On Fri, 26 Sep 2025 02:23:57 GMT, Leonid Mesnik <[email protected]> wrote:
> The test fails with virtual thread factory. > There is no good way to adopt it for virtual thread factory. So let skip it's > execution with it permanently. > > The property support has been added to the jtregby > https://bugs.openjdk.org/browse/CODETOOLS-7903931 > > I use > `@requires test.thread.factory == null` > and not > `@requires test.thread.factory != "Virtual"` > because I don't think that it makes sense to run it with any potential test > thread factory, like "VirtualStress" Looks reasonable. ------------- Marked as reviewed by sspitsyn (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/27507#pullrequestreview-3270605728
