jdk-24/test/jdk/java/nio/channels/SocketChannel
Matteo Baccan ccad39237a 8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
2022-03-07 21:33:40 +00:00
..
AdaptorStreams.java 8276763: java/nio/channels/SocketChannel/AdaptorStreams.java fails with "SocketTimeoutException: Read timed out" 2021-11-11 19:07:09 +00:00
AdaptSocket.java 8234824: java/nio/channels/SocketChannel/AdaptSocket.java fails on Windows 10 2019-12-03 11:57:10 +00:00
AsyncCloseChannel.java 8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 for some tests 2019-02-27 13:34:40 -08:00
Basic.java 8199215: Re-examine getFreePort method in test infrastructure library 2018-03-16 18:15:31 +08:00
BigReadWrite.java 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
Bind.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BufferSize.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Close.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CloseAfterConnect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CloseDuringConnect.java 8199215: Re-examine getFreePort method in test infrastructure library 2018-03-16 18:15:31 +08:00
CloseDuringWrite.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CloseRegisteredChannel.java 8253497: Core Libs Terminology Refresh 2020-12-16 23:09:20 +00:00
CloseTimeoutChannel.java 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
Connect.java 8199215: Re-examine getFreePort method in test infrastructure library 2018-03-16 18:15:31 +08:00
ConnectionReset.java 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
ConnectState.java 8199215: Re-examine getFreePort method in test infrastructure library 2018-03-16 18:15:31 +08:00
ExceptionTranslation.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FinishConnect.java 8199215: Re-examine getFreePort method in test infrastructure library 2018-03-16 18:15:31 +08:00
GetChannel.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Hangup.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LingerOnClose.java 8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection 2018-05-15 09:33:02 +01:00
LocalAddress.java 8199215: Re-examine getFreePort method in test infrastructure library 2018-03-16 18:15:31 +08:00
Open.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
OpenLeak.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
OutOfBand.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReadWriteAfterClose.java 8246707: (sc) SocketChannel.read/write throws AsynchronousCloseException on closed channel 2020-08-12 12:32:54 +01:00
SendUrgentData.java 8217500: (sc) Move SocketChannelImpl's remaining native methods to Net 2019-01-23 13:16:16 +00:00
ShortWrite.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Shutdown.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocketInheritance.java 8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 for some tests 2019-02-27 13:34:40 -08:00
SocketOptionTests.java 8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA 2019-01-22 12:32:19 +00:00
Trivial.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UnboundSocketTests.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VectorIO.java 8191025: (ch) Scattering reads to a subsequence of buffers ignores length 2017-11-09 13:30:03 -08:00
VectorParams.java 8199215: Re-examine getFreePort method in test infrastructure library 2018-03-16 18:15:31 +08:00
Write.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00