test/jdk/java/net/ipv6tests/TcpTest.java
changeset 49799 33dcb9c42f55
parent 47216 71c04702a3d5
child 54746 61049e91eae5
child 57308 f22d38b23756
equal deleted inserted replaced
49798:4bb2a92c13ea 49799:33dcb9c42f55
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4868820
    26  * @bug 4868820
    27  * @key intermittent
    27  * @key intermittent
    28  * @summary IPv6 support for Windows XP and 2003 server
    28  * @summary IPv6 support for Windows XP and 2003 server
       
    29  * @library /test/lib
       
    30  * @build jdk.test.lib.NetworkConfiguration
       
    31  *        jdk.test.lib.Platform
    29  * @run main TcpTest -d
    32  * @run main TcpTest -d
    30  */
    33  */
    31 
    34 
    32 import java.net.*;
    35 import java.net.*;
    33 import java.io.*;
    36 import java.io.*;