jdk-24/test/jdk/java/net
Patrick Concannon c99c1f8d55 8229916: Delete redundant test java/net/Socket/reset/Test.java
Remove java/net/Socket/reset/Test.java which misses an @test tag and is obsoleted by java/net/Socket/ConnectionReset.java

Reviewed-by: alanb
2019-08-20 15:40:49 +01:00
..
Authenticator 8191169: java/net/Authenticator/B4769350.java failed intermittently 2019-08-19 11:14:50 +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 8225578: Replace wildcard address with loopback or local host in tests - part 16 2019-06-17 20:03:34 +01:00
DatagramPacket 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DatagramSocket 8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently 2019-08-13 16:18:43 +01: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 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7 2019-08-13 16:11:28 +01:00
HttpCookie 8226514: Replace wildcard address with loopback or local host in tests - part 14 2019-06-28 15:58:10 +01:00
HttpURLConnection 8191169: java/net/Authenticator/B4769350.java failed intermittently 2019-08-19 11:14:50 +01: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 8227539: Replace wildcard address with loopback or local host in tests - part 20 2019-07-10 22:33:23 +02:00
InetSocketAddress 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8227539: Replace wildcard address with loopback or local host in tests - part 20 2019-07-10 22:33:23 +02:00
NetworkInterface 8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package 2019-07-24 13:08:36 +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 8224761: Replace wildcard address with loopback or local host in tests - part 12 2019-05-27 19:24:42 +01:00
ResponseCache 8224865: Replace wildcard address with loopback or local host in tests - part 13 2019-06-10 11:17:57 +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 8229916: Delete redundant test java/net/Socket/reset/Test.java 2019-08-20 15:40:49 +01:00
SocketImpl 8221481: Reimplement the Legacy Socket API 2019-05-30 07:19:19 +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 8229486: Replace wildcard address with loopback or local host in tests - part 21 2019-08-15 12:58:27 +01:00
SocketPermission 8223632: Replace wildcard address with loopback or local host in tests - part 5 2019-05-13 17:31:23 +01:00
Socks 8224603: Replace wildcard address with loopback or local host in tests - part 11 2019-05-24 15:34:14 +01:00
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 8225430: Replace wildcard address with loopback or local host in tests - part 14 2019-08-08 21:58:11 +01:00
URLConnection 8229486: Replace wildcard address with loopback or local host in tests - part 21 2019-08-15 12:58:27 +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 8227574: [TESTBUG] JTReg tests fail with Graal due to access denied 2019-07-15 03:14:28 +00: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