mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-09 03:55:26 +00:00
8170669: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java fails after JDK-8153916
Reviewed-by: rriggs
This commit is contained in:
parent
e281099d2f
commit
e61006c1cb
@ -310,7 +310,7 @@ demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java 8151899 generic-
|
||||
# jdk_other
|
||||
|
||||
com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java 8169942 linux-i586,macosx-all,windows-x64
|
||||
com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 8170669 generic-all
|
||||
|
||||
javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java 8169737 linux-all
|
||||
|
||||
javax/xml/ws/clientjar/TestWsImport.java 8170370 generic-all
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
* @library ../../../../../../java/rmi/testlibrary
|
||||
* @build TestLibrary
|
||||
* @compile --add-modules jdk.naming.rmi ContextWithNullProperties.java
|
||||
* @run main ContextWithNullProperties
|
||||
* @run main/othervm ContextWithNullProperties
|
||||
*/
|
||||
|
||||
import com.sun.jndi.rmi.registry.RegistryContext;
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
* jdk.naming.rmi
|
||||
* @library ../../../../../../java/rmi/testlibrary
|
||||
* @build TestLibrary
|
||||
* @run main UnbindIdempotent
|
||||
* @run main/othervm UnbindIdempotent
|
||||
*/
|
||||
|
||||
import java.rmi.registry.Registry;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user