Looks good! -JB- On 20.4.2015 18:49, joe darcy wrote:
Hello,As the test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh has been failing for several days across platforms, I think the time has come to mark the test as ignored until the full fix for related bug JDK-8077924: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh start failing after JDK-8076221 can be developed. Patch below. Thanks, -Joe diff -r 9b63a16654d5 test/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh --- a/test/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh Thu Apr 16 11:33:59 2015 -0700 +++ b/test/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh Mon Apr 20 09:47:52 2015 -0700 @@ -29,6 +29,7 @@ # @library /lib/testlibrary # @build jdk.testlibrary.* TestLogger Utils RmiBootstrapTest # @run shell/timeout=300 RmiSslBootstrapTest.sh +# @ignore 8077924 # Define the Java class test name TESTCLASS="RmiBootstrapTest"
