8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests

Reviewed-by: alanb
This commit is contained in:
Chris Hegarty 2019-06-07 11:47:49 +01:00
parent fdef3f9305
commit 2edcc74725
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* @bug 8224477
* @summary Ensures that IOException is thrown after the socket is closed
* @run testng AfterClose
* @run testng/othervm -Djdk.net.usePlainSocketImpl AfterClose
*/
import java.io.IOException;

View File

@ -26,6 +26,7 @@
* @bug 8224477
* @summary Basic test for NPE, UOE, and IAE for get/setOption
* @run testng NullsAndBadValues
* @run testng/othervm -Djdk.net.usePlainSocketImpl NullsAndBadValues
* @run testng/othervm -Dsun.net.useExclusiveBind=false NullsAndBadValues
*/