jdk-24/test/jdk/java/net
Daniel Fuchs 8333ea85fa 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
MulticastSocket.getOption(StandardSocketOption.IP_MULTICAST_LOOP) now returns true if loopback mode is enabled, and MulticastSocket.setOption(StandardSocketOption.IP_MULTICAST_LOOP, true) enables loopback mode. No other behavioral changes.

Reviewed-by: alanb, chegar
2019-11-22 11:52:48 +00:00
..
Authenticator 8230435: Replace wildcard address with loopback or local host in tests - part 22 2019-09-04 18:10:07 +01:00
BindException 8223856: Replace wildcard address with loopback or local host in tests - part 8 2019-05-20 12:37:40 +01:00
CookieHandler 8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java hit hardcoded expiration date 2019-11-11 05:09:31 -08:00
DatagramPacket 8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout 2019-08-30 12:44:52 +01:00
DatagramSocket 8233141: DatagramSocket.send doesn't specify exception thrown when no target address 2019-11-18 16:48:05 +00:00
DatagramSocketImpl 8224477: java.net socket types new-style socket option methods - spec and impl mismatch 2019-05-29 13:58:05 +01:00
httpclient 8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException 2019-11-08 11:15:16 +00:00
HttpCookie 8226514: Replace wildcard address with loopback or local host in tests - part 14 2019-06-28 15:58:10 +01:00
HttpURLConnection 8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact 2019-11-01 12:57:01 +00:00
IDN 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Inet4Address 8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational() 2019-05-09 10:28:29 -07:00
Inet6Address 8227539: Replace wildcard address with loopback or local host in tests - part 20 2019-07-10 22:33:23 +02:00
InetAddress 8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed 2019-09-27 14:43:35 +01:00
InetSocketAddress 8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses 2019-10-17 08:56:06 +01:00
InterfaceAddress 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IPSupport 8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational() 2019-05-09 10:28:29 -07:00
ipv6tests 8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed 2019-08-20 11:15:23 +01:00
JarURLConnection 8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException 2019-06-05 13:59:44 +01:00
MulticastSocket 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP 2019-11-22 11:52:48 +00:00
NetworkInterface 8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface 2019-09-09 16:13:43 +01:00
PlainSocketImpl 8223856: Replace wildcard address with loopback or local host in tests - part 8 2019-05-20 12:37:40 +01:00
PortUnreachableException 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ProxySelector 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
ResponseCache 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
ServerSocket 8225430: Replace wildcard address with loopback or local host in tests - part 14 2019-08-08 21:58:11 +01:00
SetFactoryPermission 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Socket 8230858: Replace wildcard address with loopback or local host in tests - part 23 2019-09-12 15:46:11 +01:00
SocketImpl 8231506: Fix some instabilities in a few networking tests 2019-10-01 12:10:33 +01:00
SocketInputStream 8226756: Replace wildcard address with loopback or local host in tests - part 18 2019-07-10 16:09:20 +01:00
SocketOption 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP 2019-11-22 11:52:48 +00:00
SocketPermission 8230407: SocketPermission and FilePermission action list allows leading comma 2019-10-16 14:32:17 -07:00
Socks 8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage 2019-08-28 20:05:43 +05:30
spi/URLStreamHandlerProvider 8210779: 8182404 and 8210732 haven't updated copyright years 2018-09-17 11:50:39 -07:00
URI 8214014: Remove vestiges of gopher: protocol proxy support 2018-11-28 16:04:36 -05:00
URL 8224865: Replace wildcard address with loopback or local host in tests - part 13 2019-06-10 11:17:57 +01:00
URLClassLoader 8078219: Verify lack of @test tag in files in java/net test directory 2019-08-22 18:54:56 +01:00
URLConnection 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
URLDecoder 8183743: Umbrella: add overloads that take a Charset parameter 2017-12-12 11:10:12 -08:00
URLEncoder 8183743: Umbrella: add overloads that take a Charset parameter 2017-12-12 11:10:12 -08:00
URLPermission 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
URLStreamHandler 8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch 2019-05-31 15:02:45 +01:00
whitebox 8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract 2018-09-13 12:07:01 +01:00
B6499348.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HugeDataTransferTest.java 8185072: network006 times out in many configs in JDK10-hs nightly 2017-09-26 20:34:10 +05:30
NetworkConfigurationProbe.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SctpSanity.java 8232101: (sctp) Add minimal sanity tests for SCTP 2019-11-21 12:14:26 +00:00