RFR: 8316460: 4 javax/management tests ignore VM flags

Kevin Walls kevinw at openjdk.org
Thu Feb 8 10:39:53 UTC 2024


On Thu, 8 Feb 2024 05:38:32 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> The tests 
> javax/management/ImplementationVersion/ImplVersionTest.java
> javax/management/remote/mandatory/connection/DefaultAgentFilterTest.java
> javax/management/remote/mandatory/version/ImplVersionTest.java
> javax/management/security/HashedPasswordFileTest.java
> were updated to use
> ProcessTools.createTestJavaProcessBuilder(...)
> 
> Tested by running tests with different jvm flags and tier1.

Looks good.  
I think you're saying this creates no obvious new failures. 8-)

Is there a bug on why we are problemlisting those two ImplVersion tests?
They are SecurityManager related, and I see your failures with an access denied problem, but I see them passing also, and some different failures in the history.
I'm not sure these tests have a great value, but we want to track the problemlisting I think.

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

Marked as reviewed by kevinw (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17764#pullrequestreview-1869795183


More information about the serviceability-dev mailing list