test/jdk/java/net/DatagramSocket/ReuseAddressTest.java
changeset 57686 70f5cbb711a9
parent 55127 f0ef081cb15d
child 58679 9c3209ff7550
equal deleted inserted replaced
57685:e4cc5231ce2d 57686:70f5cbb711a9
    28 import java.net.SocketException;
    28 import java.net.SocketException;
    29 
    29 
    30 /*
    30 /*
    31  * @test
    31  * @test
    32  * @bug 8153674
    32  * @bug 8153674
       
    33  * @key intermittent
       
    34  * @summary This test might fail intermittently as it needs a UDP socket that
       
    35  *          binds to the wildcard address.
    33  * @summary Expected SocketException not thrown when calling bind() with
    36  * @summary Expected SocketException not thrown when calling bind() with
    34  *   setReuseAddress(false)
    37  *   setReuseAddress(false)
    35  * @run main/othervm ReuseAddressTest
    38  * @run main/othervm ReuseAddressTest
    36  */
    39  */
    37 
    40