test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java
branchunixdomainchannels
changeset 59012 33059b08e2d9
parent 58988 b88e23c84b23
equal deleted inserted replaced
59007:27709bf817a5 59012:33059b08e2d9
    74 
    74 
    75     @DataProvider
    75     @DataProvider
    76     public Object[][] testCases() {
    76     public Object[][] testCases() {
    77         return new Object[][] {
    77         return new Object[][] {
    78             { "UnixDomainChannelTest", List.of(UnixDomainChannelTest.class.getName())},
    78             { "UnixDomainChannelTest", List.of(UnixDomainChannelTest.class.getName())},
    79 /*
       
    80             { "UnixSocketTest", List.of(UnixSocketTest.class.getName())},
    79             { "UnixSocketTest", List.of(UnixSocketTest.class.getName())},
    81             { "StateTest", List.of(StateTest.class.getName()) },
    80             { "StateTest", List.of(StateTest.class.getName()) },
    82             { "EchoTest",  List.of(EchoTest.class.getName())  },
    81             { "EchoTest",  List.of(EchoTest.class.getName())  },
    83             { "CloseTest", List.of(CloseTest.class.getName()) },
    82             { "CloseTest", List.of(CloseTest.class.getName()) },
    84 
    83 
    96                                                            "-expectFail",
    95                                                            "-expectFail",
    97                                                            "-Djava.security.manager",
    96                                                            "-Djava.security.manager",
    98                                                            "-Djava.security.policy="
    97                                                            "-Djava.security.policy="
    99                                                            + POLICY_FAIL)
    98                                                            + POLICY_FAIL)
   100             }
    99             }
   101 */
       
   102         };
   100         };
   103     }
   101     }
   104 
   102 
   105     @Test(dataProvider = "testCases", timeOut=30000)
   103     @Test(dataProvider = "testCases", timeOut=30000)
   106     public void test(String desc, List<String> opts) throws Throwable {
   104     public void test(String desc, List<String> opts) throws Throwable {