Due to JDK-8158198(Certain _JAVA_OPTIONS causes applet fail to load), we apply a workaround:
For now, when running javaws tests on mac, pls add
javaEnv.put(JAVA_OPTION_KEY, jvmParameter);
before CreateDeploymentProperties.setProperty("deployment.javaws.jre.0.args", jvmParameter); and comment CreateDeploymentProperties.setProperty("deployment.javaws.jre.0.args", jvmParameter).
But this makes InteropTest::testRMI fail. If I don't use above workaround and click security dialog manually during auto run, test will pass.
Please close this bug once 8158198 is fixed.
Affected tests:
RULE InteropTest::testRMI any any
For now, when running javaws tests on mac, pls add
javaEnv.put(JAVA_OPTION_KEY, jvmParameter);
before CreateDeploymentProperties.setProperty("deployment.javaws.jre.0.args", jvmParameter); and comment CreateDeploymentProperties.setProperty("deployment.javaws.jre.0.args", jvmParameter).
But this makes InteropTest::testRMI fail. If I don't use above workaround and click security dialog manually during auto run, test will pass.
Please close this bug once 8158198 is fixed.
Affected tests:
RULE InteropTest::testRMI any any