You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/support/acceptance/session/python.rb
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,34 @@ module Acceptance::Session
253
253
}
254
254
}
255
255
},
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
+
"[-] [[UDP] Has the correct peer information] FAILED: [UDP] Has the correct peer information",
269
+
"[-] [[UDP] Has the correct peer information] Exception: Errno::EHOSTUNREACH: No route to host - sendto(2) for \"0.0.0.0\"",
270
+
"[-] [[UDP] Receives data from the peer] FAILED: [UDP] Receives data from the peer",
271
+
"[-] [[UDP] Receives data from the peer] Exception: Errno::EHOSTUNREACH: No route to host - sendto(2) for \"0.0.0.0\""
272
+
]
273
+
},
274
+
windows: {
275
+
known_failures: [
276
+
"[-] [[UDP] Has the correct peer information] FAILED: [UDP] Has the correct peer information",
277
+
"[-] [[UDP] Has the correct peer information] Exception: Errno::EADDRNOTAVAIL: The requested address is not valid in its context. - sendto(2) for \"0.0.0.0\"",
278
+
"[-] [[UDP] Receives data from the peer] FAILED: [UDP] Receives data from the peer",
279
+
"[-] [[UDP] Receives data from the peer] Exception: Errno::EADDRNOTAVAIL: The requested address is not valid in its context. - sendto(2) for \"0.0.0.0\""
Copy file name to clipboardExpand all lines: spec/support/acceptance/session/windows_meterpreter.rb
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,27 @@ module Acceptance::Session
359
359
}
360
360
}
361
361
},
362
+
{
363
+
name: "post/test/socket_channels",
364
+
platforms: [:linux,:osx,:windows],
365
+
skipped: false,
366
+
lines: {
367
+
linux: {
368
+
known_failures: []
369
+
},
370
+
osx: {
371
+
known_failures: []
372
+
},
373
+
windows: {
374
+
known_failures: [
375
+
"[-] [[UDP] Has the correct peer information] FAILED: [UDP] Has the correct peer information",
376
+
"[-] [[UDP] Has the correct peer information] Exception: Errno::EADDRNOTAVAIL: The requested address is not valid in its context. - sendto(2) for \"0.0.0.0\"",
377
+
"[-] [[UDP] Receives data from the peer] FAILED: [UDP] Receives data from the peer",
378
+
"[-] [[UDP] Receives data from the peer] Exception: Errno::EADDRNOTAVAIL: The requested address is not valid in its context. - sendto(2) for \"0.0.0.0\""
0 commit comments