Skip to content

Commit 1f18b7e

Browse files
committed
Run them tests
1 parent e181ec1 commit 1f18b7e

File tree

5 files changed

+110
-0
lines changed

5 files changed

+110
-0
lines changed

spec/support/acceptance/session/java.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

spec/support/acceptance/session/mettle.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

spec/support/acceptance/session/php.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

spec/support/acceptance/session/python.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

spec/support/acceptance/session/windows_meterpreter.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)