test/jdk/java/net/Socket/LinkLocal.java
changeset 54811 9db7c0f561a6
parent 54770 62b6e7587b1f
child 55649 ad8e3b295615
equal deleted inserted replaced
54810:258170da6d3a 54811:9db7c0f561a6
   120         UdpTest(ia, true);      /* unconnected */
   120         UdpTest(ia, true);      /* unconnected */
   121         UdpTest(ia, false);     /* connected */
   121         UdpTest(ia, false);     /* connected */
   122     }
   122     }
   123 
   123 
   124     public static void main(String args[]) throws Exception {
   124     public static void main(String args[]) throws Exception {
   125         IPSupport.skipIfCurrentConfigurationIsInvalid();
   125         IPSupport.throwSkippedExceptionIfNonOperational();
   126 
   126 
   127         /*
   127         /*
   128          * If an argument is provided ensure that it's
   128          * If an argument is provided ensure that it's
   129          * a link-local IPv6 address.
   129          * a link-local IPv6 address.
   130          */
   130          */