File tree Expand file tree Collapse file tree 5 files changed +110
-0
lines changed
spec/support/acceptance/session Expand file tree Collapse file tree 5 files changed +110
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,28 @@ 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+ "[-] FAILED: [UDP] Has the correct peer information"
247+ ]
248+ } ,
249+ osx : {
250+ known_failures : [
251+ "[-] FAILED: [UDP] Has the correct peer information"
252+ ]
253+ } ,
254+ windows : {
255+ known_failures : [
256+ "[-] FAILED: [UDP] Has the correct peer information"
257+ ]
258+ }
259+ }
260+ } ,
239261 {
240262 name : "post/test/unix" ,
241263 platforms : [
Original file line number Diff line number Diff line change @@ -318,6 +318,28 @@ module Acceptance::Session
318318 }
319319 }
320320 } ,
321+ {
322+ name : "post/test/socket_channels" ,
323+ platforms : [ :linux , :osx , :windows ] ,
324+ skipped : false ,
325+ lines : {
326+ linux : {
327+ known_failures : [
328+ "[-] FAILED: [UDP] Has the correct peer information"
329+ ]
330+ } ,
331+ osx : {
332+ known_failures : [
333+ "[-] FAILED: [UDP] Has the correct peer information"
334+ ]
335+ } ,
336+ windows : {
337+ known_failures : [
338+ "[-] FAILED: [UDP] Has the correct peer information"
339+ ]
340+ }
341+ }
342+ } ,
321343 {
322344 name : "post/test/unix" ,
323345 platforms : [
Original file line number Diff line number Diff line change @@ -241,6 +241,28 @@ module Acceptance::Session
241241 }
242242 }
243243 } ,
244+ {
245+ name : "post/test/socket_channels" ,
246+ platforms : [ :linux , :osx , :windows ] ,
247+ skipped : false ,
248+ lines : {
249+ linux : {
250+ known_failures : [
251+ "[-] FAILED: [UDP] Has the correct peer information"
252+ ]
253+ } ,
254+ osx : {
255+ known_failures : [
256+ "[-] FAILED: [UDP] Has the correct peer information"
257+ ]
258+ } ,
259+ windows : {
260+ known_failures : [
261+ "[-] FAILED: [UDP] Has the correct peer information"
262+ ]
263+ }
264+ }
265+ } ,
244266 {
245267 name : "post/test/unix" ,
246268 platforms : [
Original file line number Diff line number Diff line change @@ -253,6 +253,28 @@ module Acceptance::Session
253253 }
254254 }
255255 } ,
256+ {
257+ name : "post/test/socket_channels" ,
258+ platforms : [ :linux , :osx , :windows ] ,
259+ skipped : false ,
260+ lines : {
261+ linux : {
262+ known_failures : [
263+ "[-] FAILED: [UDP] Has the correct peer information"
264+ ]
265+ } ,
266+ osx : {
267+ known_failures : [
268+ "[-] FAILED: [UDP] Has the correct peer information"
269+ ]
270+ } ,
271+ windows : {
272+ known_failures : [
273+ "[-] FAILED: [UDP] Has the correct peer information"
274+ ]
275+ }
276+ }
277+ } ,
256278 {
257279 name : "post/test/unix" ,
258280 platforms : [
Original file line number Diff line number Diff line change @@ -359,6 +359,28 @@ module Acceptance::Session
359359 }
360360 }
361361 } ,
362+ {
363+ name : "post/test/socket_channels" ,
364+ platforms : [ :linux , :osx , :windows ] ,
365+ skipped : false ,
366+ lines : {
367+ linux : {
368+ known_failures : [
369+ "[-] FAILED: [UDP] Has the correct peer information"
370+ ]
371+ } ,
372+ osx : {
373+ known_failures : [
374+ "[-] FAILED: [UDP] Has the correct peer information"
375+ ]
376+ } ,
377+ windows : {
378+ known_failures : [
379+ "[-] FAILED: [UDP] Has the correct peer information"
380+ ]
381+ }
382+ }
383+ } ,
362384 {
363385 name : "post/test/unix" ,
364386 platforms : [
You can’t perform that action at this time.
0 commit comments