8157499: Mark several tests from jdk_net as intermittently failing
Reviewed-by: chegar
This commit is contained in:
parent
534e89177d
commit
a74cd0321d
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000, 2013 Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -24,6 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @bug 4361783
|
* @bug 4361783
|
||||||
|
* @key intermittent
|
||||||
* @summary Test to see if ICMP Port Unreachable on non-connected
|
* @summary Test to see if ICMP Port Unreachable on non-connected
|
||||||
* DatagramSocket causes a SocketException "socket closed"
|
* DatagramSocket causes a SocketException "socket closed"
|
||||||
* exception on Windows 2000.
|
* exception on Windows 2000.
|
||||||
|
@ -5,6 +5,7 @@ import java.util.*;
|
|||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @bug 8135305
|
* @bug 8135305
|
||||||
|
* @key intermittent
|
||||||
* @summary ensure we can't ping external hosts via loopback if
|
* @summary ensure we can't ping external hosts via loopback if
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -24,6 +24,7 @@
|
|||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 4422122
|
* @bug 4422122
|
||||||
|
* @key intermittent
|
||||||
* @summary Test that MulticastSocket.getInterface returns the
|
* @summary Test that MulticastSocket.getInterface returns the
|
||||||
* same InetAddress set by MulticastSocket.setInterface
|
* same InetAddress set by MulticastSocket.setInterface
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -24,6 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @bug 5054016
|
* @bug 5054016
|
||||||
|
* @key intermittent
|
||||||
* @run main/othervm/timeout=300 checkError
|
* @run main/othervm/timeout=300 checkError
|
||||||
* @summary get the failure immediately when writing individual chunks over socket fail
|
* @summary get the failure immediately when writing individual chunks over socket fail
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user