@@ -236,6 +236,70 @@ module Acceptance::Session
236236 }
237237 }
238238 } ,
239+ {
240+ name : "post/test/socket_channels" ,
241+ platforms : [ :linux , :osx , :windows ] ,
242+ skipped : false ,
243+ lines : {
244+ linux : {
245+ known_failures : [
246+ "[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection" ,
247+ "[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
248+ "[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information" ,
249+ "[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
250+ "[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer" ,
251+ "[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
252+ "[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer" ,
253+ "[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
254+ "[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server" ,
255+ "[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
256+ "[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer" ,
257+ "[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
258+ "[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer" ,
259+ "[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
260+ "[-] FAILED: [UDP] Has the correct peer information"
261+ ]
262+ } ,
263+ osx : {
264+ known_failures : [
265+ "[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection" ,
266+ "[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
267+ "[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information" ,
268+ "[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
269+ "[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer" ,
270+ "[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
271+ "[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer" ,
272+ "[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
273+ "[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server" ,
274+ "[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
275+ "[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer" ,
276+ "[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
277+ "[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer" ,
278+ "[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
279+ "[-] FAILED: [UDP] Has the correct peer information"
280+ ]
281+ } ,
282+ windows : {
283+ known_failures : [
284+ "[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection" ,
285+ "[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
286+ "[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information" ,
287+ "[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
288+ "[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer" ,
289+ "[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
290+ "[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer" ,
291+ "[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
292+ "[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server" ,
293+ "[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
294+ "[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer" ,
295+ "[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
296+ "[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer" ,
297+ "[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \" 127.0.0.1\" port 0" ,
298+ "[-] FAILED: [UDP] Has the correct peer information"
299+ ]
300+ }
301+ }
302+ } ,
239303 {
240304 name : "post/test/unix" ,
241305 platforms : [
0 commit comments