-
Notifications
You must be signed in to change notification settings - Fork 767
Closed
adoptium/aqa-tests
#5786Labels
Description
jdk_jmx got excluded as part of the general exclude a while back via #10757.
My limited testing on JDK11 xlinux passed 244 testes and 4 failed. We should look into re-enabling this test.
# TESTCASES RESULTS SUMMARY: passed: 244; failed: 3; error: 1; skipped: 0
1..1
not ok 1 - jdk_jmx_0
---
output:
|
Failed test cases:
TEST: javax/management/MBeanServer/OldMBeanServerTest.java
TEST: javax/management/mxbean/LeakTest.java
TEST: javax/management/remote/mandatory/notif/ListenerScaleTest.java
TEST: javax/management/security/HashedPasswordFileTest.java
Test results: passed: 244; failed: 3; error: 1
duration_ms: 368171
...