-
Bug
-
Resolution: Duplicate
-
P4
-
7u4, 8, 9
-
x86
-
os_x
This test is failing because calling receive followed by a send on a datagram socket connected to a port on which no process is listening does not cause an ICMP Unreacheble Port Exception (ECONNREFUSED) to be thrown on Mac OS X. This test was originally modified as a part of CR 7123679 to reflect that this Exception will be thrown on Mac OS X.
- duplicates
-
JDK-8241072 Reimplement the Legacy DatagramSocket API
- Resolved
- relates to
-
JDK-8230211 Prepare DatagramSocket for alternative DatagramSocketImpl
- Resolved
-
JDK-7164518 No PortUnreachableException when connecting to a non-existing DatagramSocket (mac)
- Resolved
-
JDK-7144268 [macosx] ProblemList.txt updates to exclude networking tests failing on Mac OS X
- Closed